Daniel PETISME
Daniel PETISME
Not sure, I understand that the core of jib will be published as a common lib aimed to be integrated in client code. The gralde plugin will use this core...
Hello. I have a similar requirement. May I propose a PR? I've in mind to extend the configuration to something like that: ```
Hi, A made a Kraft POC. https://github.com/testcontainers/testcontainers-java/pull/6129 Feedbacks are welcome!
Unfortunately is related to the RocksDB project itself... The issue is in progress https://github.com/facebook/rocksdb/issues/7720
No sure to understand. What should be in git? The projects templates are already managed inside `vertx-starter` so they are PR-able. If you're talking about the generated projects I have...
I totally missed these tests... sorry about that I'll have a look to them.
In Kraft mode, Kafka nodes can be configured as combined (ie.`process.roles=broker,controller`) or isolated (ie. `process.roles=broker` and `process.roles=controller`) @eddumelendez should this PR focus only on the combined mode or do you...
Really sorry for the checkstyle part... did you try to add it in a git pre-commit hook?
Ok found the issue, I thought `KAFKA_NODE_ID` was ignored when `KAFKA_BROKER_ID` was used but that wasn't the case. Now the tests are working locally. My objective was to make a...
Thanks, @eddumelendez can you elaborate please on why do the tests need this extra config? Looks like no other module is using it despite using the same `containerIsStarted ` method....