apupier commented on code in PR #21878:
URL: https://github.com/apache/camel/pull/21878#discussion_r2906241992
##########
test-infra/camel-test-infra-kafka/src/main/java/org/apache/camel/test/infra/kafka/services/StrimziContainer.java:
##########
@@ -58,8 +58,8 @@ public StrimziContainer(Network network, String name, String
containerName) {
.withNetwork(network)
.withCreateContainerCmdModifier(createContainerCmd ->
setupContainer(name, createContainerCmd))
.withCommand("sh", "-c",
- "bin/kafka-storage.sh format -t " + clusterId + " -c
config/kraft/server.properties && "
- + "bin/kafka-server-start.sh
config/kraft/server.properties "
+ "bin/kafka-storage.sh format -t " + clusterId + " -c
config/server.properties --standalone && "
Review Comment:
for the kraft part, note that with Kafka 4, only kraft mode is available (no
more zookeeper), thus a simpler config folder structure.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]