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

Kafka Streams with RabbitMQ only #186

Open
LeoPote opened this issue Jul 3, 2020 · 0 comments
Open

Kafka Streams with RabbitMQ only #186

LeoPote opened this issue Jul 3, 2020 · 0 comments
Assignees

Comments

@LeoPote
Copy link

LeoPote commented Jul 3, 2020

Hello,

Could be used Kafka Streams with RambbitMQ only?

I mean something like this:

  1. Producer - publish data to a Rabbit queue: Supplier< Flux < Object1 > > publish() { ... }
  2. Processor - process the data coming from Rabbit queue and publish it into another Rabbit queue: Function<KStream<?, Object1>, KStream<?, Object2>> process() { ... }
  3. Consumer - consume data from the new Rabbit queue: Consumer< Object2 > consume() { ... }

If so, how should be the configuration?

I tried somethig like this, but doesn't work:
image

Thank you

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

2 participants