Open
Description
Looking at the Producer.flush and Producer.poll docs it's not clear if the timeout
parameter is required or optional.
Probably it's optional and there is a default of -1
for infinite timeout, as in Producer.list_topics?
Could you please clarify in the docstring?