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.
1 parent 1cd99f4 commit 810e516Copy full SHA for 810e516
README.md
@@ -44,7 +44,7 @@ p = Producer({'bootstrap.servers': 'mybroker1,mybroker2'})
44
45
def delivery_report(err, msg):
46
""" Called once for each message produced to indicate delivery result.
47
- Triggered by poll() """
+ Triggered by poll() or flush(). """
48
if err is not None:
49
print('Message delivery failed: {}'.format(err))
50
else:
0 commit comments