We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc96e5c + 043e7fd commit 67c13f9Copy full SHA for 67c13f9
README.md
@@ -48,7 +48,7 @@ producer.send_messages("async message")
48
# by all in sync replicas before sending a response
49
producer = SimpleProducer(kafka, "my-topic", async=False,
50
req_acks=SimpleProducer.ACK_AFTER_LOCAL_WRITE,
51
- acks_timeout=2000)
+ ack_timeout=2000)
52
53
response = producer.send_messages("async message")
54
0 commit comments