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: lib/rdkafka/producer.rb
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ def close
25
25
@polling_thread.join
26
26
end
27
27
28
-
# Produces a message to a Kafka topic. The message is added to rdkafka's queue, call wait on the returned delivery handle to make sure it is delivered.
28
+
# Produces a message to a Kafka topic. The message is added to rdkafka's queue, call `wait` on the returned delivery handle to make sure it is delivered.
29
29
#
30
30
# When no partition is specified the underlying Kafka library picks a partition based on the key. If no key is specified, a random partition will be used.
31
31
# When a timestamp is provided this is used instead of the autogenerated timestamp.
0 commit comments