I have started my producer to send data to Kafka and also started my consumer to pull the same data.When I was using Consumekafka processor (kafka version 1.0) in Apache Nifi, I have few queries in my mind which are related to Kafka consumer.
Q.1) When I start my ConsumeKafka processor at first time, how can I read messages from beginning and current messages?
Q.2) And also how to read messages after the last consumed message in case of consumer shutdown in Kafka?
How can we implement above two while using Apache Nifi?