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
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