diff options
Diffstat (limited to 'kafka/NOTES.md')
-rw-r--r-- | kafka/NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/NOTES.md b/kafka/NOTES.md index 540cdad..8fb0f47 100644 --- a/kafka/NOTES.md +++ b/kafka/NOTES.md @@ -18,7 +18,7 @@ There are a few levels of abstraction: # Possible API - client = KafkaClient("localhost", 9092) + client = KafkaClient("localhost:9092") producer = KafkaProducer(client, "topic") producer.send_string("hello") |