You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to specify SSL certificates to be used for the Schema Registry connection via some properties, as well as Basic Auth credentials. Something similar to what is possible with kafka-avro-console-consumer:
I guess, you can try docker run --rm edenhill/kafkacat:1.6.0 -b -C -t -X security.protocol=SASL_SSL -X sasl.mechanism=PLAIN -X sasl.username=username -X sasl.password=password -o beginning -r https://username:password@schemaregistryurl/ -s key=s -s value=avro
worked for me
Currently, I am not able to connect to Schema Registry over HTTPS, because SSL certificate does not seem to be used for it:
It would be nice to be able to specify SSL certificates to be used for the Schema Registry connection via some properties, as well as Basic Auth credentials. Something similar to what is possible with
kafka-avro-console-consumer
:The text was updated successfully, but these errors were encountered: