fix typo in README acks_timeout -> ack_timeout

This commit is contained in:
Zack Dever
2013-12-12 17:39:19 -08:00
parent cc96e5c89a
commit 043e7fda6b

View File

@@ -48,7 +48,7 @@ producer.send_messages("async message")
# by all in sync replicas before sending a response
producer = SimpleProducer(kafka, "my-topic", async=False,
req_acks=SimpleProducer.ACK_AFTER_LOCAL_WRITE,
acks_timeout=2000)
ack_timeout=2000)
response = producer.send_messages("async message")