From cf92b23d527ba1097ec822aa43305ec03fd3bdad Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Wed, 1 Oct 2025 14:49:25 +0100 Subject: [PATCH 1/3] Blog post for 0.16.0 Signed-off-by: Keith Wall --- _posts/2025-10-01-release-0_16_0.md | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 _posts/2025-10-01-release-0_16_0.md diff --git a/_posts/2025-10-01-release-0_16_0.md b/_posts/2025-10-01-release-0_16_0.md new file mode 100644 index 00000000..dada247b --- /dev/null +++ b/_posts/2025-10-01-release-0_16_0.md @@ -0,0 +1,32 @@ +--- +layout: post +title: "Kroxylicious release 0.16.0" +date: 2025-10-01 00:00:00 +1200 +author: "Keith Wall" +author_url: "https://github.com/k-wall" +# noinspection YAMLSchemaValidation +categories: blog kroxylicious-proxy kroxylicious-operator releases +tags: [ "releases", "kroxylicious-proxy", "kroxylicious-operator" ] +--- + +The Kroxylicious project is very pleased to announce the release +of [Kroxylicious 0.15.0](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.16.0). See +the [Changelog](https://github.com/kroxylicious/kroxylicious/blob/main/CHANGELOG.md#0160) for a list of changes and +summary of Deprecations, Changes and Removals. + +The main highlights of this release are: + +### Apache Kafka 4.1.0 compatibility + +The main change in this release is Apache Kafka 4.1.0 compatibility. The proxy will now relay Kafka 4.1 specific versions of the Kafka RPC and your filters can intercept them. + +### Monitoring improvements + +Thanks to the work of [hrishabhg](https://github.com/hrishabhg), the proxy now sports connection count gauges, alllowing you to monitor downstream and upstream connection counts in realtime. + +### Feedback + +Please let us know, +through [Slack](https://kroxylicious.slack.com), [GitHub](https://github.com/kroxylicious/kroxylicious/issues) or +even [bsky](https://bsky.app/profile/kroxylicious.io)), if you find the project interesting or helpful and especially if +you have deployed it in production. From 67fae1d9dbd5a76987bb69836345bf979fb128c5 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Wed, 1 Oct 2025 14:50:07 +0100 Subject: [PATCH 2/3] Update 2025-10-01-release-0_16_0.md Signed-off-by: Keith Wall --- _posts/2025-10-01-release-0_16_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2025-10-01-release-0_16_0.md b/_posts/2025-10-01-release-0_16_0.md index dada247b..137318f9 100644 --- a/_posts/2025-10-01-release-0_16_0.md +++ b/_posts/2025-10-01-release-0_16_0.md @@ -10,7 +10,7 @@ tags: [ "releases", "kroxylicious-proxy", "kroxylicious-operator" ] --- The Kroxylicious project is very pleased to announce the release -of [Kroxylicious 0.15.0](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.16.0). See +of [Kroxylicious 0.16.0](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.16.0). See the [Changelog](https://github.com/kroxylicious/kroxylicious/blob/main/CHANGELOG.md#0160) for a list of changes and summary of Deprecations, Changes and Removals. From db6ab20e9ec249b7104cbcf654336c86527eb504 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Wed, 1 Oct 2025 14:51:22 +0100 Subject: [PATCH 3/3] Update 2025-10-01-release-0_16_0.md Signed-off-by: Keith Wall --- _posts/2025-10-01-release-0_16_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2025-10-01-release-0_16_0.md b/_posts/2025-10-01-release-0_16_0.md index 137318f9..305a2334 100644 --- a/_posts/2025-10-01-release-0_16_0.md +++ b/_posts/2025-10-01-release-0_16_0.md @@ -20,7 +20,7 @@ The main highlights of this release are: The main change in this release is Apache Kafka 4.1.0 compatibility. The proxy will now relay Kafka 4.1 specific versions of the Kafka RPC and your filters can intercept them. -### Monitoring improvements +### Observability improvements Thanks to the work of [hrishabhg](https://github.com/hrishabhg), the proxy now sports connection count gauges, alllowing you to monitor downstream and upstream connection counts in realtime.