You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like global.throttle.ms has to be a long value and can not be a double.
The lowest value can be 0 but it does not control the throttle. Value 1 would generate close to 1000 messages per second.
How would one generate lets say 50000 records per second?
The text was updated successfully, but these errors were encountered:
Looks like
global.throttle.ms
has to be a long value and can not be a double.The lowest value can be 0 but it does not control the throttle. Value 1 would generate close to 1000 messages per second.
How would one generate lets say 50000 records per second?
The text was updated successfully, but these errors were encountered: