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: MIGRATION.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,7 @@
178
178
179
179
*Error-handling for a failed `send` is stricter. While sending multiple messages, even if one of the messages fails, the method throws an error.
180
180
*`sendBatch` is supported. However, the actual batching semantics are handled by librdkafka, and it just acts as a wrapper around `send` (See `send`for changes).
181
+
*A transactional producer (with a `transactionId`) set, can only send messages after calling `producer.transaction()`.
0 commit comments