Replies: 1 comment 5 replies
-
kafka UI: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
we are using strimzi kafka with AWS .
the zookeeper status in kafka UI is offline, but all zookeeper pods are up and running.
I'm suspecting that there is some issue with certificates because the zookeeper pods are showing logs all the time as below:
2021-12-28 11:39:27,205 ERROR Unsuccessful handshake with session 0x0 (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2]
zookeeper
2021-12-28 11:39:27,205 WARN Exception caught (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-7-2]
zookeeper
io.netty.handler.codec.DecoderException: io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record: 0000002d000000000000000000000000000075300000000000000000000000100000000000000000000000000000000000
zookeeper
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:471)
zookeeper
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)
zookeeper
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
zookeeper
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
are these both issues inter related? (first issue is zookeper showing offline on kafka UI and the second issue is error logs on zookeeper pods)
Beta Was this translation helpful? Give feedback.
All reactions