-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump default Kafka dev service image to redpanda v22.1.7 #27617
Conversation
This comment has been minimized.
This comment has been minimized.
Not sure the test failures are related, but I would be cautious about merging with these failures |
@geoand yes test failures are related. They pass with redpanda v21.11.15 but fail with v22.x. |
f440310
to
9b53e29
Compare
@@ -57,6 +57,7 @@ protected void containerIsStarting(InspectContainerResponse containerInfo, boole | |||
command += "--memory 1G --overprovisioned --reserve-memory 0M "; | |||
command += String.format("--kafka-addr %s ", getKafkaAddresses()); | |||
command += String.format("--advertise-kafka-addr %s ", getKafkaAdvertisedAddresses()); | |||
command += "--set redpanda.auto_create_topics_enabled=true "; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seriously! Wow... that's a big change of behavior!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I edited the description because I couldn't make our tests work with v22.2.2. I get NotLeaderOrFollowerException from record send. I suspect producer metadata are not in sync after topic creation.
Fixes #27352