Kafka - with Java/Python
You want to consume messages from multiple topics ['topicA', 'topicB'] and process only messages from topicB. Which code snippet correctly implements this?
You want to consume messages from multiple topics ['topicA', 'topicB'] and process only messages from topicB. Which code snippet correctly implements this?
subscribe(['topicA', 'topicB']) to listen to both topics.msg.topic == 'topicB' before processing.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions