Conversation
In order to test group coordinator failover, we need at least 2 replicas for each __consumer_offsets partition so that an ISR can takeover leadership when the coordinator broker is shutdown. Signed-off-by: Dominic Evans <[email protected]>
Docker expect compose to be installed as a CLI plugin and called via `docker compose` these days, so mirror that in our CI and call it as such within the FV tests Use the opportunity to bump the CI version to the latest release too. Signed-off-by: Dominic Evans <[email protected]>
Signed-off-by: Dominic Evans <[email protected]>
Long term Kafka 4.0.0 will be Kraft-only and won't support running in ZooKeeper mode anymore. For now we can pin to a commit from the 4.0 branch just before KAFKA-17616 Remove KafkaServer started being delivered. In the future we'll need to enhance our docker-compose.yml to run KRaft brokers when KAFKA_VERSION >= 4.0.0 Signed-off-by: Dominic Evans <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now that KAFKA-17616 has landed on the kafka 4.0 branch it can no longer be run in ZooKeeper mode.
We'll need to work on a strategy for templating the docker-compose.yml in order to run KRaft quorum services instead of ZooKeeper if KAFKA_VERSION >= 4.0.0, but for now just pin to a commit before the removal started.