Closed qmonmert closed 1 week ago
Thanks for raising the issue on testcontainers side.
I'd rather wait for the fix/official support from testcontainers. I don't think we're in a hurry to make the upgrade, but that's just my opinion.
@murdos ok
@pascalgrimaud merge or wait? 🙂
In fact, I'm not sure it's an issue. Maybe the proposed fix is what we should do, as our generated kafka.yml already have this property:
@pascalgrimaud I believe that kafkaContainer = new KafkaContainer(DockerImageName.parse("apache/kafka-native:3.9.0")).withNetwork(null);
not used kafka.yml
to start, so updating this file won't change behavior
Yes I know, I wanted to say your suggestion would be consistent with the generated kafka.yml file
@pascalgrimaud I try to find consistency between two files based on https://github.com/apache/kafka/blob/9db5ed00a8369d5c696e836661230110ea2ea44d/docker/examples/docker-compose-files/single-node/plaintext/docker-compose.yml#L31 but without success
I'm merging this, so the upgrade to the v3.9.0 Docker image can be done, until there is a v3.9.1 with an eventual fix
👍
Fix #11313
@pascalgrimaud @murdos I opend an issue https://github.com/testcontainers/testcontainers-java/issues/9506 on tescontainers. I use temporary fix proposed on the ticket.