Hi, We have local kafka clusters in both us-east and us-west data centers in AWS. We want to mirror the data in the other cluster so each region has all the data. If we use Kafka MirrorMaker, the remote consumer will be consuming data over the internet. Is there a way to encrypt this data without turning SSL on. There would be some performance degradation and it is not required in other scenarios. Has anyone tried doing cross-regional replication in production?
Thanks, Reenal