Colin McCabe created KAFKA-14658: ------------------------------------ Summary: Do not open broker ports until we are ready to accept traffic Key: KAFKA-14658 URL: https://issues.apache.org/jira/browse/KAFKA-14658 Project: Kafka Issue Type: Bug Reporter: Colin McCabe Assignee: Colin McCabe
We should not open the ports on the broker until we are ready to accept traffic. This is a particular concern when in KRaft mode, since in that mode, we create the SocketServer object earlier in the startup process than when in ZK mode. -- This message was sent by Atlassian Jira (v8.20.10#820010)