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
{{ message }}
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
When creating a BatchingSettings object using the builder, if a user doesn't explicitly call builder.setElementCountThreshold(), the builder uses the default elementCountThreshold of 1. That means that the default behavior of the BatchingSettings object is to not batch at all. I spent a good 30 minutes trying to figure out my application wasn't batching messages even when I was using a BatchingSettings object. Can the default value be something greater than 1, just so that when the user tries to batch something, it doesn't look like the library is broken?