Skip to content

Commit

Permalink
Fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Jun 26, 2024
1 parent 643e97c commit f1685fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_examples/producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def init_system(client: IggyClient):
client.create_topic(
stream_id=STREAM_NAME, # Assuming a method exists to create a numeric Identifier.
partitions_count=1,
name=STREAM_NAME,
name=TOPIC_NAME,
compression_algorithm="none",
)
print("Topic was created.")
Expand Down

0 comments on commit f1685fa

Please sign in to comment.