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
When the network IO is slow (like on the cobalts), we still want to be able to send at speed.
The implementation is most likely different for each broker API. Here's an example syntax:
messages= []
...
awaitpub.send(messages)
Another option is batch based on a config parameter, cache the messages until we have n messages (or a timeout), then send. This may be a feature of some of the implemented broker client APIs.
Do pulsar first.
The text was updated successfully, but these errors were encountered:
When the network IO is slow (like on the cobalts), we still want to be able to send at speed.
The implementation is most likely different for each broker API. Here's an example syntax:
Another option is batch based on a config parameter, cache the messages until we have n messages (or a timeout), then send. This may be a feature of some of the implemented broker client APIs.
Do pulsar first.
The text was updated successfully, but these errors were encountered: