Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 431 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 431 Bytes

This repo contains code for producing events to an EH.

#Getting Started with Intellij

  1. Clone this repo.
  2. From Intellij, navigate File->Open->Project->select the already cloned project.
  3. Edit the EH name in FlinkTestProducer.java and broker name & connection string in producer.config (if required).
  4. From the Maven tool window, perform the lifecycle - clean and compile.
  5. Run the main class , FlinkTestProducer.java.