We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
batch_size
batch_interval
This is for replacing client side batched events by parametrizing batch_size and batch_interval
https://github.com/kytos-ng/of_multi_table/blob/master/main.py#L330-L341
So, now clients can simply send the entire flow list and set batch_size and batch_interval accordingly to batch the flows.
This depends on kytos-ng/flow_manager#172 landing
The text was updated successfully, but these errors were encountered:
This will implemented with rate limiting on producer side once it's available kytos-ng/kytos#412
Sorry, something went wrong.
Ktmi
Successfully merging a pull request may close this issue.
This is for replacing client side batched events by parametrizing
batch_size
andbatch_interval
https://github.com/kytos-ng/of_multi_table/blob/master/main.py#L330-L341
So, now clients can simply send the entire flow list and set
batch_size
andbatch_interval
accordingly to batch the flows.This depends on kytos-ng/flow_manager#172 landing
The text was updated successfully, but these errors were encountered: