Skip to content

Breaking API Changes Under Consideration

Matt Howlett edited this page Jul 6, 2020 · 1 revision
  • Avro serdes should allow producing an consuming of null values: https://github.com/confluentinc/confluent-kafka-dotnet/pull/1344
  • ConsumeException is confusing to users in the case of Schema Registry / serialization problems. We should consider not wrapping this type of exception. Or maybe we extend ConsumeException (but that is possibly overly complex).