how to get KafkaCompanionTestBase? #1701
-
Hi, I am trying to use the KafkaCompanionTestBase as indicated here (https://smallrye.io/smallrye-reactive-messaging/3.15.0/kafka/test-companion/) but it doesn't work, I can't find the base class. Documentation does say that this is a different library so what am I suppose to put in the pom file? the following doesn't work:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you are using Quarkus I think it is only available from the bom starting from
|
Beta Was this translation helpful? Give feedback.
If you are using Quarkus I think it is only available from the bom starting from
2.8.0.CR1
.BTW you can also use the KafkaCompanion test resource dependency, which will also pull
smallrye-reactive-messaging-kafka-test-companion
: