Skip to content

Commit

Permalink
Fix typo in example (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK authored Jun 27, 2024
1 parent 10e7657 commit ad4a4cf
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 ad4a4cf

Please sign in to comment.