Re: Is Apache Flink suitable for an application where messages are routed to different services

2020-11-03 Thread Ardhani Narasimha Swamy
Hi Thamidu, I have been working on flink for the past few months, below is some analysis based on your use case. Few questions 1. What is the volume of data in the context? 2. What is the TPS that you are looking for? 3. Is it fine if the same message gets forwarded to 3rd party service multiple

Re: How to use Flink IDE

2020-08-30 Thread Ardhani Narasimha Swamy
Hi Piper, Welcome to Flink Community. Import flink project like any other project into IDE, only difference while running is you have click on "Include dependencies with "Provided" scope" in the main class run configurations. This bundles the Flink dependencies in the artifact, making it a fat j