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
# If the topic does not exist, it will be created or if not allowed another error will be
244
+
# raised. We here return -1 so this can happen without early error happening on metadata
245
+
# discovery.
246
+
return -1ife.code == :unknown_topic_or_part
247
+
248
+
raise(e)
242
249
end
243
250
244
251
# Produces a message to a Kafka topic. The message is added to rdkafka's queue, call {DeliveryHandle#wait wait} on the returned delivery handle to make sure it is delivered.
0 commit comments