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

feat: Add queue example to demo #429

Closed
secustor opened this issue Oct 11, 2022 · 2 comments · Fixed by #457
Closed

feat: Add queue example to demo #429

secustor opened this issue Oct 11, 2022 · 2 comments · Fixed by #457
Labels
enhancement New feature or request

Comments

@secustor
Copy link
Contributor

secustor commented Oct 11, 2022

Feature Request

Add a queue/message bus to this demo to demonstrate capabilites regarding async workflows.

Is your feature request related to a problem?

Describe the solution you'd like:

Add a RabbitMQ or Kafka instance to make use of an event driven architecture.
To show the usage, new microservices are needed.

One adapted application as producer and two as consumer should be enough.

Describe alternatives you've considered.

Additional Context

@secustor secustor added the enhancement New feature or request label Oct 11, 2022
@saurabhdes
Copy link
Contributor

saurabhdes commented Oct 15, 2022

Great idea ! Kafka will be great as nowadays I see it used much more than RabbitMQ and others for messaging.
Added link to related discussion: #84 (comment)

@secustor
Copy link
Contributor Author

I have started working on this.

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

Successfully merging a pull request may close this issue.

2 participants