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

Parallafka order guarantee: partition or key #9

Open
Gonyoda opened this issue Jan 28, 2022 · 0 comments
Open

Parallafka order guarantee: partition or key #9

Gonyoda opened this issue Jan 28, 2022 · 0 comments

Comments

@Gonyoda
Copy link
Contributor

Gonyoda commented Jan 28, 2022

Parallafka currently only supports key order guarantee (all messages for the same key are received in order). Normal kafka supports partition order guarantee (all messages in a partition are received in order).

I believe a small change would be needed for Parallafka to support partition order guarantee. Granted, the parallelism will be limited to the number of partitions and overall message throughput will suffer. But supporting partition order will allow consumers to be written where the partition order is more important than the key order.

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

1 participant