Skip to content

Commit 1365d13

Browse files
Matt Howlettafilipovich
andauthored
Updating SerializingProducer callable parameters description to match the code (#1059)
Co-authored-by: Aleh Filipovich <[email protected]>
1 parent 5653c64 commit 1365d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/confluent_kafka/serializing_producer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ class SerializingProducer(_ProducerImpl):
6262
+=========================+=====================+=====================================================+
6363
| ``bootstrap.servers`` * | str | Comma-separated list of brokers. |
6464
+-------------------------+---------------------+-----------------------------------------------------+
65-
| | | Callable(SerializationContext, obj) -> bytes |
65+
| | | Callable(obj, SerializationContext) -> bytes |
6666
| ``key.serializer`` | callable | |
6767
| | | Serializer used for message keys. |
6868
+-------------------------+---------------------+-----------------------------------------------------+
69-
| | | Callable(SerializationContext, obj) -> bytes |
69+
| | | Callable(obj, SerializationContext) -> bytes |
7070
| ``value.serializer`` | callable | |
7171
| | | Serializer used for message values. |
7272
+-------------------------+---------------------+-----------------------------------------------------+

0 commit comments

Comments
 (0)