Re: Java Consumer Not reading message -

2018-02-18 Thread Debraj Manna
;s position via KafkaConsumer#position() to see where the consumer actually is in the topic. -Matthias On 2/16/18 5:13 AM, Debraj Manna wrote: > I have posted the same question in stackoverflow also. But I have not got > any reply there also > > https://stackoverflow.com/questions/48826279/ka

Re: Java Consumer Not reading message -

2018-02-16 Thread Matthias J. Sax
overflow also. But I have not got > any reply there also > > https://stackoverflow.com/questions/48826279/kafka-0-10-java-consumer-not-reading-message-from-topic > > On Fri, Feb 16, 2018 at 5:23 PM, Debraj Manna > wrote: > >> I have a simple java producer lik

Re: Java Consumer Not reading message -

2018-02-16 Thread Debraj Manna
I have posted the same question in stackoverflow also. But I have not got any reply there also https://stackoverflow.com/questions/48826279/kafka-0-10-java-consumer-not-reading-message-from-topic On Fri, Feb 16, 2018 at 5:23 PM, Debraj Manna wrote: > I have a simple java producer like be

Java Consumer Not reading message -

2018-02-16 Thread Debraj Manna
I have a simple java producer like below public class Producer { private final static String TOPIC = "my-example-topi8"; private final static String BOOTSTRAP_SERVERS = "localhost:8092"; public static void main( String[] args ) throws Exception { Producer producer = createProducer