Flink_Kafka

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Flink_Kafka

Vinaya M S
Hi,

I'm new to Flink. I was working with Flink and Kafka before. It was working fine.
But now Flink is not able to consume data from Kafka even with newly created topic.

This is the log:


15:12:59,684 INFO  org.apache.flink.streaming.connectors.kafka.FlinkKafkaConsumer  - No prior offsets found for some partitions in topic KafkaTweet. Fetched the following start offsets [FetchPartition {partition=0, offset=3061}]



I'm using Flink: 0.10.1 and Kafka:8.2.2 and flink-connector-kafka 10.1.



Any help would be much appreciated.


Thank you,

Vinaya

Reply | Threaded
Open this post in threaded view
|

Re: Flink_Kafka

rmetzger0
Hi,

I don't understand what you are trying to achieve. If you want to read the topic from the beginning, use a different group.id.
Flink should consume data from the topic when you produce something into it.
As you can see from the log statement, its at the "INFO" log level, hence its not an issue or faulty behavior.

On Thu, Feb 4, 2016 at 9:22 PM, Vinaya M S <[hidden email]> wrote:
Hi,

I'm new to Flink. I was working with Flink and Kafka before. It was working fine.
But now Flink is not able to consume data from Kafka even with newly created topic.

This is the log:


15:12:59,684 INFO  org.apache.flink.streaming.connectors.kafka.FlinkKafkaConsumer  - No prior offsets found for some partitions in topic KafkaTweet. Fetched the following start offsets [FetchPartition {partition=0, offset=3061}]



I'm using Flink: 0.10.1 and Kafka:8.2.2 and flink-connector-kafka 10.1.



Any help would be much appreciated.


Thank you,

Vinaya