Reputation: 659
I would like to create a Quarkus app in CLI mode to fetch data from kafka and store it in batch in the DB (as a Poor man's Spark). Is it possible to somehow inject a Kafka consumer and manually decide (according to offset lag) to fetch the messages ?
Thnx
Upvotes: 0
Views: 78
Reputation: 659
"bare-kafka" usage docs in CR: https://github.com/quarkusio/quarkus-quickstarts/pull/746/
Upvotes: 1