-
Notifications
You must be signed in to change notification settings - Fork 11
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
SwimlaneDispatcher configurable - hashing algorithm, threadpool size #57
Comments
…hreadpool size - defined TopicPartitionToSwimLaneMapping strategy
…hreadpool size - defined TopicPartitionToSwimLaneMapping strategy
To configure the For example, see |
One more thing to consider: pass the |
… to toSwimLane(TopicPartition topicPartition) to enable parallelism within a TopicPartition.
I believe that |
Currently,
SwimlaneDispatcher
parallelizes message processing by partition.Proposal:
(topic, partition) -> thread
algorithm configurableThe text was updated successfully, but these errors were encountered: