quarkus-test-suite
quarkus-test-suite copied to clipboard
Add proper support for Snappy in DevMode
Snappy in Dev Mode[1] was disabled there: https://github.com/quarkus-qe/quarkus-test-suite/pull/1851
Currently, these tests use kafka container directly, which is/should not be available in dev mode. We need to rewrite the app (and tests) to only work with the application
[1] https://github.com/quarkus-qe/quarkus-test-suite/blob/6df539e55d822b33c170c003d2f8e5ec7ffc65b7/messaging/kafka-producer/src/test/java/io/quarkus/ts/messaging/kafka/producer/DevModeKafkaSnappyIT.java#L10