Hi, Can Flink be deployed in a geo-distributed environment instead of being in local clusters? As far as I know, raw data should be moved to local cloud environment or local clusters before Flink handle it. Consider this situation where data sources are on different areas which might be cross different countries that moving data with wlan is slow and expensive. How to solve this problem? Is there solution for this now?
Thanks.