Skip to content

Commit 5f37afb

Browse files
committed
fix incorrect api doc
1 parent 1f98f44 commit 5f37afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulsar/asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ async def create_producer(self, topic: str,
363363
block_if_queue_full: bool, default=False
364364
Set whether send operations should block when the outgoing
365365
message queue is full.
366-
batching_enabled: bool, default=False
366+
batching_enabled: bool, default=True
367367
Enable automatic message batching. Note that, unlike the synchronous
368368
producer API in ``pulsar.__init__``, batching is enabled by default
369369
for the asyncio producer.

0 commit comments

Comments
 (0)