v2.3.0
版本发布时间: 2023-10-26 00:04:10
confluentinc/confluent-kafka-dotnet最新发布版本:v2.5.2(2024-08-07 15:21:59)
This is a feature release.
Enhancements
- References librdkafka.redist 2.3.0. Refer to the librdkafka v2.3.0 release notes for more information.
- KIP-430: Return authorized operations in describe responses (#2021, @jainruchir).
- KIP-396: Added support for ListOffsets Admin API (#2086).
- Add
Rack
to theNode
type, so AdminAPI calls can expose racks for brokers (currently, all Describe Responses) (#2021, @jainruchir). - Added support for external JSON schemas in
JsonSerializer
andJsonDeserializer
(#2042). - Added compatibility methods to CachedSchemaRegistryClient (ISBronny, #2097).
- Add support for AdminAPI
DescribeCluster()
andDescribeTopics()
(#2021, @jainruchir).