Skip to content

Commit 3e4355a

Browse files
Spelling and grammar fixes from code review
Co-authored-by: Grace Grimwood <[email protected]> Signed-off-by: Sam Barker <[email protected]> Signed-off-by: Sam Barker <[email protected]>
1 parent 2363a77 commit 3e4355a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_posts/2024-12-17-release-0_9_0.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
layout: post
3-
title: "kroxylicious release 0.9.0"
3+
title: "Kroxylicious release 0.9.0"
44
date: 2024-12-17 00:00:00 +0000
55
author: "Sam Barker"
66
author_url: "https://github.com/SamBarker"
77
categories: kroxylicious releases
88
tags: releases kroxylicious kafka3.9
99
---
1010

11-
The Kroxylicious project is very pleased to announce the [0.9.0](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.9.0) release of Kroxylicious. This release introduces support for Apache Kafka 3.9.
11+
The Kroxylicious project is very pleased to announce the release of [Kroxylicious 0.9.0](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.9.0). This release introduces support for Apache Kafka 3.9.
1212

13-
We generally expect Kroxylicious to be both forwards and backwards compatible across Kafka version just like the Apache Kafka client and broker. While we tested with pre-release versions Kafka 3.9 we discovered after it was released that we had missed a case in the protocol version negotiation. When the API Versions request version was updated we were unable to decode the response. In the 0.9.0 release we adopt the same behaviour as the Kafka broker and respond with API version 0 if we do not support the protocol version requested by the client - we have also expanded our test coverage to get earlier warnings of similar issues in the future.
13+
We generally expect Kroxylicious to be both forwards- and backwards-compatible across Kafka versions just like the Apache Kafka client and broker. While we tested with pre-release versions of Apache Kafka 3.9 we discovered after it was released that we had missed a case in the protocol version negotiation. When the `APIVersionsRequest` version was updated we were unable to decode the response. In the 0.9.0 release we adopt the same behaviour as the Kafka broker and respond with API version 0 if we do not support the protocol version requested by the client - we have also expanded our test coverage to get earlier warnings of similar issues in the future.
1414

1515
This release also marks the introduction of our new connection handling state machine at the core of the proxy. We have evolved the state machine at the core of the proxy to separate out the state carried at various stages of the connection life cycle and provide stronger rules around transitions between states. This is still a work in progress as its implications are rather wide-ranging however we think it gives us a stronger core to base everything else around. This does, for the moment, limit our ability to offer authentication offload support, we do intend to restore this eventually (please do get in touch if this use case is important to you).
1616

@@ -19,12 +19,12 @@ There are many quality of life improvements in [this release](https://github.com
1919
- Ensure we now respond with errors instead of closing the connection when there are problems encrypting records
2020
- We've made it easier for Filter authors to generate error responses of their own.
2121
- We realised forwarding partial requests from the record validation filter in the face of validation failures was a bad idea so it now rejects the whole batch.
22-
- We can now use EC2 instance metadata to authenticate against the AWS KMS.
22+
- We can now use EC2 instance metadata to authenticate against AWS Key Management Service.
2323
- We now support mutual TLS authentication on the downstream (or client side) of the proxy.
24-
- Key Management Systems (KMS) now have more life cycle calls backs to better manage shared resources.
25-
- We now default to Log4J [Async logging](https://logging.apache.org/log4j/2.x/manual/async.html) - this is mostly a performance optimisation, but we think it should address some issues we have observed with logging in kubernetes environments.
24+
- Key Management Systems (KMS) now have more lifecycle callbacks to better manage shared resources.
25+
- We now default to Log4J 2 [Async logging](https://logging.apache.org/log4j/2.x/manual/async.html) - this is mostly a performance optimisation, but we think it should address some issues we have observed with logging in kubernetes environments.
2626

27-
We are very pleased to say we have first time contributions from
27+
Lastly, we are very pleased to announce that this Kroxylicious release contains first time contributions from:
2828
- [Calum Murray](https://github.com/Cali0707)
2929
- [Alan Robinson](https://github.com/alanrobinson-dwp)
3030

0 commit comments

Comments
 (0)