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
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
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