Skip to content

Commit 74163a8

Browse files
authored
Correct SerializingProducer Exception doc (#912)
1 parent dc2033a commit 74163a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

confluent_kafka/serializing_producer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def produce(self, topic, key=None, value=None, partition=-1,
157157
ValueSerializationError: If an error occurs during value
158158
serialization.
159159
160-
ProduceException: For all other errors
160+
KafkaException: For all other errors
161161
162162
"""
163163
ctx = SerializationContext(topic, MessageField.KEY)

0 commit comments

Comments
 (0)