Skip to content

how to get KafkaCompanionTestBase? #1701

Answered by ozangunalp
PyAntony asked this question in Q&A
Discussion options

You must be logged in to vote

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:

        <dependency>
            <groupId>io.quarkus</groupId>
            <artifactId>quarkus-test-kafka-companion</artifactId>
            <scope>test</scope>
        </dependency>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PyAntony
Comment options

Answer selected by PyAntony
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants