Question
Sunlife
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?
@SARATHVISWA
https://docs.pega.com/bundle/platform-88/page/platform/deployment/externalization-of-services/externalize-kafka-in-your-deployment.html
1. Given sufficient administrative privilege to the Pega account which is interacting with kafka - Topics will be auto created
2. Existing events may not be migrated unless you leverage migration tools
3. partitions will as per the default settings provided during the kafka configuration
4. Offset will not be the same, it will be different as topics are created brand new with new infrastructure zookeeper starts freshly.