Replies: 1 comment 7 replies
-
Please don't tag specific people but just post the question and wait for help from anyone. |
Beta Was this translation helpful? Give feedback.
7 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.
Uh oh!
There was an error while loading. Please reload this page.
-
"ERROR: Client network socket disconnected before secure TLS connection was established" message sending failed
"stack": "Error: Client network socket disconnected before secure TLS connection was established\n TLSSocket.onConnectEnd (node:_tls_wrap:1732:19)\n
at LSSocket.emit (node:events:530:35)\n at endReadableNT (node: internal/streams/readable: 1698:12)\n
at process|1cksAndReject1ons
(node: internal/process/task_queues:90:21)"}
Getting above error couple of times while producing the message, after 2 retries then next we can able to send the message , for initial 2 tries it is getting above errors , not sure why . DO i need to increase any timeout configurations in my broker .So we are running in the production, so these retiries getting some delay in the message process .
Beta Was this translation helpful? Give feedback.
All reactions