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
ProducerClient allows you to set the maximum message size at the client level. In Go, the only place a message size can be set is when creating a batch. I believe that's the case, across the board.
submit_batch should be renamed, as we generally use 'send' as the verb. So perhaps either send_batch(), or send_event_batch()?
batch.len() and batch.size() were confusing to me when looking through EventBatch's methods. What do you think about renaming size() to size_in_bytes(), or similar?
The text was updated successfully, but these errors were encountered:
submit_batch
should be renamed, as we generally use 'send' as the verb. So perhaps eithersend_batch()
, orsend_event_batch()
?The text was updated successfully, but these errors were encountered: