Skip to content

Commit

Permalink
examples/python: update default port 8080 -> 51313
Browse files Browse the repository at this point in the history
  • Loading branch information
micvbang committed Jul 3, 2024
1 parent f3769f8 commit 6a59b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def main() -> None:
asyncio.run(
add_records_async(
async_limit=500,
base_url="http://127.0.0.1:8080",
base_url="http://127.0.0.1:51313",
topic_name="haps",
records=[
json.dumps({"payload": i}).encode("utf8") for i in range(payload_num)
Expand Down

0 comments on commit 6a59b00

Please sign in to comment.