Unable to create Kafka topic while deploying MSK on EC2 instance

0

I followed the writeup that is listed on AWS for deploying an MSK cluster. In step three, you have to create a topic. I have deployed Kafka before locally so I was surprised to the error below considering I had never seen it before. Could someone give some clarity on why this would be occurring and how to solve? My hunch is that is has something to do with the way that zookeeper is configured in the Kafka distribution that the guide had me download but I have had no luck troubleshooting. Thanks and see below for error message.

[2022-06-29 19:18:03,393] WARN Session 0x0 for server boot-jkawwilb.c3.kafka-serverless.us-east-1.amazonaws.com/172.31.12.247:9098, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn) java.io.IOException: Packet len352518912 is out of range! at org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:122) at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:88) at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:365) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1223)

已提問 2 年前檢視次數 165 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南