confluentinc / confluent-kafka-dotnet

Confluent's Apache Kafka .NET client
https://github.com/confluentinc/confluent-kafka-dotnet/wiki
Apache License 2.0
61 stars 861 forks source link

Does AvroDesrializer support reference schema/multiple events for the same topic ? #2168

Closed alpeshdhanesha closed 7 months ago

alpeshdhanesha commented 8 months ago

Description

I'm using Reference avro schema for my project and facing the issue while deserializing encrypted message. As i'm using encryption before serializing to AvroSerializer, I have to deserialize it separately. everything is working fine if i use the single schema (WITHOUT REFERENCE SCHEMA) but when i try to desacralize with reference schema its not working. Any help would be much appreciated.

Thanks

How to reproduce

Checklist

Please provide the following information:

alpeshdhanesha commented 8 months ago

Hello,

Anything on this ?

anchitj commented 8 months ago

Hi,

This is not supported as of now with the .NET client.