Java example to read from Kafka, mapping stream in to calcite table, query and write to a new topic with Flink.
Do a mvn clean install -Dmaven.test.skip=true
to build the jar.
--read-topic --write-topic --bootstrap.servers --group.id
bin/flink run stream-analytics-0.0.1-SNAPSHOT.jar
jar uf target/stream-analytics-0.0.1-SNAPSHOT.jar application.properties query.sql hazelcast-client.xml consumer.properties producer.properties