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 based Distributed Processing #70

Merged
merged 26 commits into from
Jul 11, 2019
Merged

Kafka based Distributed Processing #70

merged 26 commits into from
Jul 11, 2019

Conversation

notxcain
Copy link
Owner

@notxcain notxcain commented Apr 29, 2019

This PR adds Distributed Processing based on Kafka consumer group partition assignment.
Every time a partition is being assigned it starts a corresponding slice of process list. When the partition is being revoked the slice is stopped.

@notxcain
Copy link
Owner Author

Looks like this PR is being blocked by akka/alpakka-kafka#761

@notxcain
Copy link
Owner Author

notxcain commented Jun 4, 2019

So in order not to be dependent on alpakka-kafka I've reimplemented this PR on raw kafka-client

@notxcain notxcain added this to the 0.19.0 milestone Jul 10, 2019
@notxcain
Copy link
Owner Author

🚀

@notxcain notxcain merged commit 3ee3355 into master Jul 11, 2019
@notxcain notxcain deleted the kafka-distribution branch July 11, 2019 08:02
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

Successfully merging this pull request may close these issues.

1 participant