Two Different Osa Server Consumes Message From Single Kafka Topic
(Doc ID 3052214.1)
Last updated on OCTOBER 09, 2024
Applies to:
Oracle Stream Analytics - Version 19.1.0.0.6 and laterInformation in this document applies to any platform.
Goal
Customer is using Golden gate Stream Analytics version 19.1.0.0.7
We are in designing stage to prepare Disaster Recovery (DR) of OSA. We have two new different Linux servers on which OSA is installed namely "PROD OSA" and "DR OSA". PROD OSA and DR OSA are consuming data from a single Kafka topic namely "XXX_DC" using Streams>>Kafka>>Type Properties>>Source details>>Data Format>>Shape. "XXX_DC" topic has 3 partition and 2 replication factors.
Let's say under "XXX_DC" data flowing is "1,2,3,4,5,6". when PROD OSA and DR OSA polls the data from XXX_DC topic then how data flow will happen.
Is it something like randomly, PROD OSA polls "1,4,5" and DR OSA polls "2,3,6"? Unique records are going under PROD OSA and DR OSA
Is it something like, PROD OSA polls "1,2,3,4,5,6" and DR OSA polls "1,2,3,4,5,6"? All records flow under PROD OSA and DR OSA
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |