FrendsPlatform / Frends.Kafka

MIT License
0 stars 0 forks source link

Kafka.Consume - Schema Registry support with SSL/mTLS authentication #6

Open RikuVirtanen opened 1 year ago

RikuVirtanen commented 1 year ago

We need support for schema registry with SSL/mTLS support. This also means that we want to return the Avro message as some readable format, such as JSON.

This needs to be implemented following the confluent documentation: https://docs.confluent.io/platform/current/clients/confluent-kafka-dotnet/_site/api/Confluent.SchemaRegistry.SchemaRegistryConfig.html#Confluent_SchemaRegistry_SchemaRegistryConfig_SslCaLocation

jefim commented 1 year ago

This should be reassigned to someone else and work should continue in already existing branch.

RikuVirtanen commented 1 year ago

Initial implementation has been pushed to the branch issue-6. The test platform config needs to be fixed before this can be tested.