Skip to content

new kafka gem + consul discovery #4

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

piavka
Copy link

@piavka piavka commented Feb 8, 2017

This also solves the problem with inotify event overflow problem
it's not more will be firing events like crazy each time file is modified
instead it will wait for inotify events process them, and it not enough time has passed will sleep before processing next batch
thus it will be also more efficient as it will send bigger batches
also each batch will be sent to same partition instead of being randomly split among partitions resulting in smaller and less efficient batching

@piavka piavka requested review from felka and gerilya February 8, 2017 19:14
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