File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file.
1010- Add experimental support for Kafka KRaft mode ([ #889 ] ).
1111- Add experimental support for Kafka ` 4.1.0 ` ([ #889 ] ).
1212- Add ` prometheus.io/path|port|scheme ` annotations to metrics service ([ #897 ] ).
13+ - Add ` client.properties ` to the Kafka configuration config map ([ #898 ] ).
14+
15+ Use this file together with the Kafka client shell scripts and not worry about TLS settings.
16+ Unfortunately, when Kerberos is enabled this file is incomplete and must be edited first before it can be used.
1317
1418### Changed
1519
@@ -21,11 +25,15 @@ All notable changes to this project will be documented in this file.
2125 - use the new ` server.yaml ` for jmx configuration
2226 - update metrics tests
2327 - update monitoring doc
28+ - Replace ` kcat ` with Kafka client scripts wherever possible ([ #898 ] ).
29+
30+ At the moment, ` kcat ` is still used for liveliness probes and Kerberos tests.
2431
2532[ #889 ] : https://github.com/stackabletech/kafka-operator/pull/889
2633[ #890 ] : https://github.com/stackabletech/kafka-operator/pull/890
2734[ #892 ] : https://github.com/stackabletech/kafka-operator/pull/892
2835[ #897 ] : https://github.com/stackabletech/kafka-operator/pull/897
36+ [ #898 ] : https://github.com/stackabletech/kafka-operator/pull/898
2937[ #900 ] : https://github.com/stackabletech/kafka-operator/pull/900
3038
3139## [ 25.7.0] - 2025-07-23
You can’t perform that action at this time.
0 commit comments