awslabs / amazon-kinesis-connector-flink

This is a fork of the Apache Flink Kinesis connector adding Enhanced Fanout support for Flink 1.8/1.11 on KDA.
Apache License 2.0
21 stars 11 forks source link

Question: Multi region EFO #67

Open heichwald opened 1 month ago

heichwald commented 1 month ago

Hello,

This is not an issue but more a question. Is cross regions supported? Meaning one stream and the EFO consumer in region A and the Flink application in region B?

Trying to see if I should replicate the stream to all regions or if this would work.

Thanks