Replies: 1 comment
-
At first glance, tt seems to me like some networking issue (disruption). Could you please share logs from the components that would help us identify a potential issue? With the current description, is it hard to decide what might be the cause. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Below is the kafka cluster configuration, so i have enabled 2 ports both are for internal purpose, one is internal at 9093 port and second internal is type of loadbalancer at 9094 port to replicate the dat using mirrormaker2 betwen the clusters .
So the applications are accessing inside the cluster only, using the internal kafka bootstrap address i.e
namespace
-cluster-kafka-bootstrap.namespace
.svc:9093 , previously this is working fine now we are getting below error and message deliverie are got failed .%3|1743150489.062|FAIL|rdkafka#producer-1| [thrd:sasl_ssl://-cluster-kafka-bootstrap.kafka-stre]: sasl_ssl://-cluster-kafka-bootstrap..svc:9093/bootstrap: SSL handshake failed: Disconnected: connecting to a PLAINTEXT broker listener? (after 9999ms in state SSL_HANDSHAKE)
ERROR:producer.main:Message delivery failed: KafkaError{code=_MSG_TIMED_OUT,val=-192,str="Local: Message timed out"}
If i use the another bootstrap address which is exposed using a private NLB, it is working fine , but sometimes for few applications they are facing below issue with the private nlb route .
Connection error: Client network socket disconnected before secure TLS connection was established","broker":":9094","clientId":"","stack":"Error: Client network socket disconnected before secure TLS connection was established\n at connResetException (node:internal/errors:720:14)\n at TLSSocket.onConnectEnd (node:_tls_wrap:1714:19)\n at TLSSocket.emit (node:events:529:35)\n at TLSSocket.emit (node:domain:489:12)\n at endReadableNT (node:internal/streams/readable:1400:12)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)"}
Duly checked my tls certs , everything was fine, i am not really sure why the internal bootstrap url not working at 9093 port as 9094 port bootstrap is working .
Can you help me here @scholzj
Beta Was this translation helpful? Give feedback.
All reactions