You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just trying out Quarkus (using Kotlin) with a small project that connects to Kafka and process messages. Searching extension page, there are couple of Kafka related ones and I believe these two satisfy what I'm trying to achieve:
I installed Apache Kafka Client because I don't want to do reactive approach and see how it goes. But the documentation for this extension is actually for Smallrye/reactive version. The code there (imports) is not working with this one. So my question is where is the right documentation, or is it impossible to just connect to Kafka not using reactive framework? Then why listing the native API extension?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm just trying out Quarkus (using Kotlin) with a small project that connects to Kafka and process messages. Searching extension page, there are couple of Kafka related ones and I believe these two satisfy what I'm trying to achieve:
I installed Apache Kafka Client because I don't want to do reactive approach and see how it goes. But the documentation for this extension is actually for Smallrye/reactive version. The code there (imports) is not working with this one. So my question is where is the right documentation, or is it impossible to just connect to Kafka not using reactive framework? Then why listing the native API extension?
Beta Was this translation helpful? Give feedback.
All reactions