Re: Java Code for Kafka Flink SQL

2018-06-04 Thread Timo Walther
Hi Rad, at a first glance your example does not look too bad. Which exceptions do you get? Did you create your pom.xml with the provided template [1] and then added flink-table, flink-connector-kafkaXXX, flink-streaming-scala? Regards, Timo [1] https://ci.apache.org/projects/flink/flink-doc

Java Code for Kafka Flink SQL

2018-06-02 Thread Rad Rad
Hi, Could any one help me by providing some sample java code which Flink subscribes data data from kafka and then doing SQL queries using SQL APIs. Also, what are the compatible versions for java/kafka/flink. Since, I am beginner and there are many exceptions in my code public class FlinkKaf