Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslhans committed Nov 9, 2019
1 parent 1eed661 commit 48c3f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You need to have Apache Kafka and Zookeper for the Stream communication.

First you need to create cluster for

``from confluent_kafka.admin import AdminClient, NewTopic
```from confluent_kafka.admin import AdminClient, NewTopic
adminConfig = {
'bootstrap.servers': 'localhost:9092'
Expand All @@ -28,7 +28,7 @@ if __name__ == '__main__' :
print(newTopics)
adminClient.create_topics(newTopics)
``
```
Install with setup :

./setup install
Expand Down

0 comments on commit 48c3f4f

Please sign in to comment.