v1.3.0
版本发布时间: 2019-12-04 08:25:00
confluentinc/confluent-kafka-dotnet最新发布版本:v2.5.2(2024-08-07 15:21:59)
Enhancements
- Added support for Subject Name Strategies to
Confluent.SchemaRegistry
(thanks to @fipil, @alexpedrero and @eroyal for their input). -
ConsumeResult
now throwsMessageNullException
, notNullReferenceException
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) prefixSchemaRegistry
. 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.