Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample needed | Long running Kafka consumer #61

Closed
pinhole-code opened this issue Sep 17, 2018 · 0 comments
Closed

Sample needed | Long running Kafka consumer #61

pinhole-code opened this issue Sep 17, 2018 · 0 comments

Comments

@pinhole-code
Copy link

I have a business process which continuously consumes data from kafka and put into cassandra. I am using the Spring Boot 2.0 with Reactor Kafka. I can see a lot of examples like https://github.com/reactor/reactor-kafka/blob/master/reactor-kafka-samples/src/main/java/reactor/kafka/samples/SampleConsumer.java which reads the data from kafka and die. But nothing like KafkaListener which listens to any change message pushed to the topic and is a long running service.

How can i achieve this in Reactor Kafka world? As this is most common case for kafka consumers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant