Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 242 Bytes

File metadata and controls

8 lines (6 loc) · 242 Bytes

java-maven

Build and run Java example

$ mvn clean package

$ flink run --class FlinkKafkaExample \
	target/flink-streaming-confluent-1.0-SNAPSHOT-all.jar \
	--topic test_topic --env conf/example.properties --host localhost --port 9000