Limit producer batch messages by size in bytes as well #268
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
To prevent the producer from sending batches that are bigger than allowed by the pulsar server, a limit in bytes should be possible to configure.
Or at least a soft threshold that when reached sends the batch (much easier to implement and it appears it is also done in the go client).
The text was updated successfully, but these errors were encountered: