Question
NIIT Technologies
IN
Last activity: 15 Feb 2024 6:55 EST
Pre-requisite for setting up external Kafka
We are planning to switch embedded kafka to external kafka, would like to understand any pre-requisite to handle below items.
1. How would kafka topics be created for the existing queue processors in the external kafka broker?
2. Does all the events in the embedded kafka topics moves automatically into external kafka topics?
3. Does number of partition in the topic created in external broker would still follow '20' partitions? I assume it can be overridden.
4. Would topic in external kafka, continue with same offset in the embedded kafka topics? If not , how do we reset the offset at the consumer?