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

Add support for Kafka-like StreamProcessor module #3

Open
Livshitz opened this issue Dec 26, 2021 · 0 comments
Open

Add support for Kafka-like StreamProcessor module #3

Livshitz opened this issue Dec 26, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Livshitz
Copy link
Owner

Currently the SDK supports DB, Scheduler, Microservice orchestrator and Messages Queue.
Streaming processors like Kafka, Amazon SQS, Google Pub/Sub, etc, are integral part of modern system architecture. It'd be very beneficial once the SDK will support such simulator.
Placeholder: https://github.com/Livshitz/Dojo-SDK/tree/master/src/StreamProcessor

Contract should resemble MessageQueue module and expose consumer (custom logic for consuming the messages) and producer (module that handles the enqueued messages, ordering, etc).

If you're new to Kafka, here's a nice intro video: https://kafka.apache.org/intro

@Livshitz Livshitz added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Dec 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant