未验证 提交 7154185b 编写于 作者: Y Yuku Takahashi 提交者: GitHub

Fix comment: pulsar.Client.create_producer() (#7972)

Correct argument name is `send_timeout_millis` not `send_timeout_seconds`
上级 8933d8dd
......@@ -473,7 +473,7 @@ class Client:
published by the producer. First message will be using
`(initialSequenceId + 1)`` as its sequence id and subsequent messages will
be assigned incremental sequence ids, if not otherwise specified.
* `send_timeout_seconds`:
* `send_timeout_millis`:
If a message is not acknowledged by the server before the
`send_timeout` expires, an error will be reported.
* `compression_type`:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册