You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicstaticfinalStringLISTENERS_DOC = String.format("Listener List - Comma-separated list of URIs we will listen on and the listener names." +
69
+
" If the listener name is not a security protocol, <code>%s</code> must also be set.%n" +
70
+
" Listener names and port numbers must be unique unless one listener is an IPv4 address and the other listener is an IPv6 address (for the same port).%n" +
71
+
" Specify hostname as 0.0.0.0 to bind to all interfaces.%n" +
72
+
" Leave hostname empty to bind to default interface.%n" +
publicstaticfinalStringADVERTISED_LISTENERS_DOC = String.format("Specifies the listener addresses that the Kafka brokers will advertise to clients and other brokers." +
0 commit comments