Re: not able to join data coming from kafka

2018-12-04 Thread Dawid Wysakowicz
Hi Rakesh, Could you explain a little bit what is the actual problem? What do you expect as the ouput and what actually happens? It is hard to guess what is the problem you're facing. Best, Dawid On 03/12/2018 12:19, Rakesh Kumar wrote: > > Hello Team, > > > public class FlinkJoinDataStream { >

not able to join data coming from kafka

2018-12-03 Thread Rakesh Kumar
Hello Team, public class FlinkJoinDataStream { @SuppressWarnings("serial") public static void main(String[] args) { Properties props = new Properties(); props.setProperty("zookeeper.connect", "localhost:2181"); props.setProperty("bootstrap.servers", "localhost:9092"); props.setProperty("g