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
Alongside ProduceAsync, which waits for confirmation from the broker that the message was delivered, an additional Produce method should extend the Producer interface, providing an option to send messages in a fire-and-forget manner (without waiting for confirmation).
The text was updated successfully, but these errors were encountered:
Alongside
ProduceAsync
, which waits for confirmation from the broker that the message was delivered, an additionalProduce
method should extend theProducer
interface, providing an option to send messages in a fire-and-forget manner (without waiting for confirmation).The text was updated successfully, but these errors were encountered: