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
Copy file name to clipboardExpand all lines: docs/usage/producer.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ $producer->flush(5000);
70
70
71
71
!!! Warning
72
72
73
-
Always call `flush` after producing messages to not loose messages on shutdown that are still queued up within librdkafka memory and not yet delivered to a broker.
73
+
Always call `flush` after producing messages to not lose messages on shutdown that are still queued up within librdkafka memory and not yet delivered to a broker.
0 commit comments