v2.1.0
版本发布时间: 2023-04-06 22:21:06
confluentinc/confluent-kafka-dotnet最新发布版本:v2.5.2(2024-08-07 15:21:59)
This is a feature release.
Enhancements
- References librdkafka.redist 2.1.0. Refer to the librdkafka v2.1.0 release notes and later ones for more information.
- Added SetSaslCredentials. This new method (on the Producer, Consumer, and AdminClient) allows modifying the stored SASL PLAIN/SCRAM credentials that will be used for subsequent (new) connections to a broker (#1980).
- Changed the way the
_SCHEMA
filed is accessed internally from reflecting the static field to accessing it from the instance (AlexeyRaga). - KIP-320: add offset leader epoch fields to the TopicPartitionOffset, TopicPartitionOffsetError and ConsumeResult classes (#2027).
Fixes
- Fixed
OverflowException
thrown intermittently when using theListGroup
method (#2003).