Re: Confluent schema registry authentication with Kafka Component ?

2022-08-10 Thread Jeffrey Knight
Answering my own question - use 'additionalProperties." - kafka:my.topic.name?schemaRegistryURL=https://confluent.url.here &additionalProperties.basic.auth.credentials.source=USER_INFO &additionalProperties.basic.auth.user.info=[username]:[password] [line breaks inserted for readabili

Confluent schema registry authentication with Kafka Component ?

2022-08-10 Thread Jeffrey Knight
Hello Can anyone point me in the right direction for how to configure auth settings for Confluent schema registry with the Kafka component ? I checked the code [1] and I see “schemaRegistryUrl” but no authentications option for it. I suspect I need “schema.registry.basic.auth.user.inf