Highlights
- [FEATURE] Add support for deleting topics
- [FEATURE] Add support for deleting records within topics (only possible on topics with cleanup.policy=delete due to limitations in Kafka)
- [FEATURE] Add support for managing multiple Kafka connect clusters via Kowl
- [FEATURE] Create new Kafka connectors via a setup wizard
- [ENHANCEMENT] Highlight leader broker for each partition in the topic's partition table
- [ENHANCEMENT] Embed quicksearch on topic list into table headers (experimental)
- [ENHANCEMENT] List respective ACLs on topic & consumer group detail page
- [ENHANCEMENT] Add Kafka 3.0 support
- [ENHANCEMENT] Broker lists (for example in a topic's 'Partitions' tab) now show which broker is leading the partition
- [ENHANCEMENT] You can now configure the
baseDirectory
for all Git file providers (e.g. topic docs or protobuf source) - [BUGFIX] Broker page does no longer show an error if a broker failed to respond to a DescribeConfigs request
What's Changed
- Fix AWS_MSK_IAM configuration handling by @rtimush in #223
- List ACLs on topic and consumer group view by @nilsroehrig in #224
- Schema registry: Get default compatibility if err on get for subject by @snakeice in #230
- Add json schema support by @bakjos in #231
- Delete topics and records support by @nilsroehrig in #242
- Kafka connect support by @weeco in #245
- Support Protobuf Imports by @CEikermann in #254
- Added option to disable Kerberos FAST by @AlexanderRasmussen in #266
- Fix Protobuf: map file paths correctly for filesystem and git configurations by @zberardo-figure in #272
New Contributors
- @rtimush made their first contribution in #223
- @bakjos made their first contribution in #231
- @CEikermann made their first contribution in #254
- @AlexanderRasmussen made their first contribution in #266
- @zberardo-figure made their first contribution in #272
Full Changelog: v1.4.0...v1.5.0