2.3.0
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).