Steps for running in Intellij,
- Clone this repo.
- From Intellij, navigate File->Open->Project->Select the already cloned project.
- Edit the EH name in FlinkTestConsumer.java and broker name & connection string in consumer.config (if required)
- From the Maven tool window, perform the lifecycle - clean and compile.
- Run the main class ,FlinkTestConsumer.java.
- Clone and run project flink-produce-ek and flink-consume-produce-ek.