I dont think that is the behavior I have seen. If I set listeners only ( as per my original post) , SSL will never get registered.
[2016-02-01 11:27:49,712] INFO Registered broker 0 at path /brokers/ids/0 with addresses: PLAINTEXT -> EndPoint(servername,9092,PLAINTEXT) (kafka.utils.ZkUtils) The only way I have been able to do this, is setting both. > On Feb 1, 2016, at 2:54 PM, Ismael Juma <ism...@juma.me.uk> wrote: > > On Mon, Feb 1, 2016 at 7:15 PM, Nazario Parsacala <dodongj...@gmail.com> > wrote: > >> So it looks like you need both listeners and advertised.listeners ..? >> > > No, you always need to set `listeners` (`advertised.listeners` defaults to > `listeners`). If you want `advertised.listeners` to be different than > `listeners`, then you need to set both. A pull request to improve the > documentation is welcome. > > Ismael