Skip to content
Discussion options

You must be logged in to vote

@nmodinMerkle I just created a project with kotlin and reactive messaging kafka and tested this case. Everything seems to work well.
I think the retriable exception you are seeing is caused by the redpanda image we are using as dev service. It happens when the topic is auto-created on produced record.

You can change the dev service provider using quarkus.kafka.devservices.provider property. You can choose between redpanda (default), kafka-native, or strimzi.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ozangunalp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment