Sure, you can use someting like this: listeners=SSL://:9092,REPLICATION://:19092 listener.security.protocol.map=SSL:SSL,REPLICATION:SASL_PLAINTEXT inter.broker.listener.name=REPLICATION
(plus all the SSL and Kerberos configuration) Jakub On Fri, Nov 3, 2017 at 4:48 PM, chidigam . <bhanu.ki...@gmail.com> wrote: > Hi All, > I am new to Kafka and trying to understand possible security combinations. > I want to do Client authentication and authorization only with SSL. > Inter broker communication should be with Kerberos with out SSL. Is this > possible? > > Can anyone help me with configurations. > > Regards > Bhanu >