Confluent's .NET Client for Apache KafkaTM v1.3.0 Release Notes

Release Date: 2019-12-04 // over 4 years ago
  • โœจ Enhancements

    • โž• Added support for Subject Name Strategies to Confluent.SchemaRegistry (thanks to @fipil, @alexpedrero and @eroyal for their input).
    • ConsumeResult now throws MessageNullException, not NullReferenceException when a message property is accessed but no message exists (thanks to @enzian for this change).
    • ๐Ÿš€ References librdkafka v1.3.0. Refer to the release notes for more information. Headline feature is support for fetch from follower (KIP-392).

    ๐Ÿ”„ Changes

    • ๐Ÿ—„ Deprecated properties of SchemaRegistryConfig with the (superfluous) prefix SchemaRegistry. Added corresponding properties without this prefix.

    ๐Ÿ›  Fixes

    • Resolved issue 993 whereby RestService was unable to communicate with Schema Registry hosted on a non-root path. Thanks to @jonathansant for this fix.