kamalcph commented on PR #20007:
URL: https://github.com/apache/kafka/pull/20007#issuecomment-3027264497

   > configure is using the local host as the first request to get metadata. 
right?
   
   ok, you're not using the cluster DNS instead the localhost endpoint. Since 
the localhost socket is used, the real producers/consumers might already 
started to produce/consume to this broker. Using `Exit(1)` to do force shutdown 
might corrupt the state of the log/broker. It should be a graceful/controlled 
shutdown not abrupt. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to