I have a worker in the main region (US-East), which calculates traffic data in our extreme locations. I want to output data from the regional region to our main area of kafka.
For example, Poland, Australia, USA-West. I want to push all this data to US-East. I do not want to delay the additional delay during recording from the edge regions to the primary.
Another option is to create another kafka cluster and a working cluster that acts like a relay. This will require us to support individual clusters in each region and add much greater complexity to our deployments.
I saw Mirror Maker, but I really do not want Mirror to do anything, I think I'm more looking for a relay system. If this is not a developed way to do this, how can I aggregate all our application metrics into a primary region to be calculated and sorted?
Thank you for your time.
source share