fixed in 3.7.1 and 3.8.0.
>
> Regards,
> Omar
>
> On Wed, Apr 28, 2021 at 3:19 PM anandakrishnan ramakrishnan <
> anand140...@gmail.com> wrote:
>
> > I am having issue with setting additionalProperties. I am setting the
> > prop
I am having issue with setting additionalProperties. I am setting the
property as below
Map additionalProperties = new HashMap<>();
additionalProperties.put("sasl.login.callback.handler.class",
"io.confluent.kafka.clients.plugins.auth.token.TokenUserLoginCallbackHandler");
Follo