confluentinc / libserdes

Avro Serialization/Deserialization C/C++ library with Confluent schema-registry support
Apache License 2.0
5 stars 64 forks source link

libserdes with user/apssword #33

Open Fankouch opened 4 years ago

Fankouch commented 4 years ago

Hi, I'm working with C

1) with which version of avro is serdes compatible ? 2) Is it possible, with serdes to pass the user and password to access the Schema Registry?

I've done some research, but I haven't found anything.

Thanks in advance

forsberg commented 4 years ago

code seems to indicate that you can pass username/password as part of URL, like this:

https://username:password@your-schema-server.example.com/

Fankouch commented 4 years ago

Hi, thans for your feedback. I already tried, but I'm getting a core dump.