We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1433553 commit f428531Copy full SHA for f428531
examples/send.py
@@ -32,7 +32,7 @@
32
raise ValueError("No EventHubs URL supplied.")
33
34
client = EventHubClient(ADDRESS, debug=False, username=USER, password=KEY)
35
- sender = client.add_sender(partition="1")
+ sender = client.add_sender(partition="0")
36
client.run()
37
try:
38
start_time = time.time()
0 commit comments