There was an error while loading. Please reload this page.
1 parent 3eca8cc commit 17af3c4Copy full SHA for 17af3c4
google/cloud/pubsublite/cloudpubsub/publisher_client.py
@@ -73,7 +73,7 @@ def __init__(
73
credentials: Optional[Credentials] = None,
74
transport: str = "grpc_asyncio",
75
client_options: Optional[ClientOptions] = None,
76
- enable_idempotence: bool = True,
+ enable_idempotence: bool = False,
77
):
78
"""
79
Create a new PublisherClient.
@@ -148,7 +148,7 @@ def __init__(
148
149
150
151
152
153
154
Create a new AsyncPublisherClient.
0 commit comments