Radu,
Please follow the instructions here
http://kafka.apache.org/documentation.html#security_ssl . At
the end of the SSL section we've an example for produce and
consumer command line tools to pass in ssl configs.
Thanks,
Harsha
On Wed, Jun 22, 2016, at 07:40 AM, Gerard Klijs wrote:
> To eleborate:
> We start the process with --command-config /some/folder/ssl.properties
> the
> file we include in the image, and contains the ssl properties it needs,
> which is a subset of the properties (those specific for ssl) the client
> uses. In this case the certificate is accessed in a data container,
> having
> access to the same certificate as the broker (so we don't need to set
> acl's
> to use the tool).
>
> On Wed, Jun 22, 2016 at 2:47 PM Gerard Klijs <[email protected]>
> wrote:
>
> > You need to pass the correct options, similar to how you would do to a
> > client. We use the consumer-groups in a docker container, in an environment
> > witch is now only SSL (since the schema registry now supports it).
> >
> > On Wed, Jun 22, 2016 at 2:47 PM Radu Radutiu <[email protected]> wrote:
> >
> >> Hi,
> >>
> >> Is is possible to configure the command line tools like
> >> kafka-consumer-groups.sh , kafka-topics.sh and all other command that are
> >> not a consumer or producer to connect to a SSL only kafka cluster ?
> >>
> >> Regards,
> >> Radu
> >>
> >