Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| ||||
- Interview Questions and Answers for 'Kafka topic partitions' - 3 question(s) found - Order By Newest | ||||
| ||||
Ans. Yes, by having multiple Consumer Groups. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  apache kafka  kafka  kafka consumer  kafka topic partitions  bigdata  consumer group | ||||
Related Questions | ||||
Is there any schema in mongo DB ? | ||||
What is Apache Kafka ? | ||||
What is a broker in Apache Kafka ? | ||||
What is a Topic in Apache Kafka ? | ||||
Have you used Kafka in your project ? If Yes, for what ? | ||||
Does Kafka uses ZooKeeper ? | ||||
What is a Sequence File? | ||||
What is the input to the Reduce function ? | ||||
Which of the following is the implementation language for Map Reduce Framework ? | ||||
| ||||
Ans. No, we can only have max 1 thread per partition in a single Consumer Group. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  apache kafka  kafka  kafka consumer  kafka topic partitions  bigdata  consumer group | ||||
Related Questions | ||||
Is there any schema in mongo DB ? | ||||
What is Apache Kafka ? | ||||
What is a broker in Apache Kafka ? | ||||
What is a Topic in Apache Kafka ? | ||||
Have you used Kafka in your project ? If Yes, for what ? | ||||
Does Kafka uses ZooKeeper ? | ||||
What is a Sequence File? | ||||
What is the input to the Reduce function ? | ||||
Which of the following is the implementation language for Map Reduce Framework ? | ||||
Can we have multiple threads consuming message stream from a single partition ? | ||||
| ||||
Ans. We will have to use multiple consumer groups in that case as threads will remain idle if we use single consumer group. A more sophisticated algorithm could be required with multiple groups if we have to ensure the order of consumption. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  apache kafka  kafka  kafka consumer  kafka topic partitions  bigdata  consumer group | ||||
Related Questions | ||||
Is there any schema in mongo DB ? | ||||
What is Apache Kafka ? | ||||
What is a broker in Apache Kafka ? | ||||
What is a Topic in Apache Kafka ? | ||||
Have you used Kafka in your project ? If Yes, for what ? | ||||
Does Kafka uses ZooKeeper ? | ||||
What is a Sequence File? | ||||
What is the input to the Reduce function ? | ||||
Which of the following is the implementation language for Map Reduce Framework ? | ||||
Can we have multiple threads consuming message stream from a single partition ? | ||||