I'm trying to run tests in quarkus:dev mode with some kafka tests.
The problem is that the quarkus:dev mode test runner can't start the redpanda kafka container. Is that a know problem or is that currently not possible to do?
I'm trying to run tests in quarkus:dev mode with some kafka tests.
The problem is that the quarkus:dev mode test runner can't start the redpanda kafka container. Is that a know problem or is that currently not possible to do?
@kai what logs can you post on the redpanda side? you can try to pin the image to say vectorized.io/redpanda:v21.8.1
or smth like that in case you had a cached old image.
Make sure quarkus.kafka.devservices.enabled
property is set to true
.