Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 630 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 630 Bytes

benchmarking

Configure a kafka cluster with logging:

Flink Job

  • Run the flink cluster: docker compose -f docker-compose-flink.yaml up
  • Build flink job: cd flink_jobs ; mvn clean package
  • Submit flink job to docker cluster: BOOTSTRAP_SERVERS=kafka101:29092,kafka102:29092,kafka103:29092 ~/Desktop/flink-1.19.0/bin/flink run -m localhost:8081 target/flink_jobs-1.0-SNAPSHOT.jar