Apache Flink - Multiple Kinesis stream consumers
Posted by
M Singh on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Apache-Flink-Multiple-Kinesis-stream-consumers-tp28493.html
Hi:
I am trying to understand how does Flink coordinate multiple kinesis consumers and am trying to find out:
1. Is it possible to read same kinesis stream independently multiple times within a single application ? How does Flink coordinate consuming same kinesis multiple times in a single application ? Are there any issues that can arise from this pattern ?
2. How does Flink coordinate consumers of same kinesis stream across multiple applications ?
Thanks
Mans