Skip to content

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