topic admin over SSL/SASL

2019-07-19 Thread Chris Constantin
Hi, How can the security.protocol config can be passed in to 'kafka-topics'/TopicAdmin when creating topics? I can pass in -Djavax.net.ssl.trustStore, -Djavax.net.ssl.trustStorePassword -Djava.security.auth.login.config via KAFKA_OPTS, but I can't figure out how to set security.protocol and sasl.m

Re: topic admin over SSL/SASL

2019-07-19 Thread Chris Constantin
nty wrote: > MG>below > > ________ > From: Chris Constantin > Sent: Friday, July 19, 2019 2:09 PM > To: users@kafka.apache.org > Subject: topic admin over SSL/SASL > > Hi, > > How can the security.protocol config can be passed in to &g

Re: topic admin over SSL/SASL

2019-07-19 Thread Chris Constantin
I think I found the answer: use --command-config param. Not ideal since since it requires a file, but will do. Thanks all, Chris On Fri, Jul 19, 2019 at 12:10 PM Chris Constantin < chris.constan...@aligned.io> wrote: > Hi Martin, > > thanks for the quick response. Let me cl