Kafka - with Java/Python
Which of the following is the correct way to create a KafkaConsumer in Python to read from topic my_topic on localhost?
from kafka import KafkaConsumer consumer = KafkaConsumer(_____)
Which of the following is the correct way to create a KafkaConsumer in Python to read from topic my_topic on localhost?
from kafka import KafkaConsumer consumer = KafkaConsumer(_____)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions