Open lurodrigo opened 5 years ago
Yes I’d definitely like to make this more convenient and improving the documentation of the avro/confluent serde is high on my priority list.
Any updates on this? Confluent cloud basically enforces basic auth for its schema registry.
Does jackdaw provide a convenient way to use schema registry with basic auth? I think it's a good feature, considering it's how Confluent Cloud secures its Schema Registry instances.
After lots of source reading I was able to produce messages by instantiating a custom
CachedSchemaRegistryClient
object and passing it as:schema-registry-client
, for instance: