I have 1 producers (PublishKafka_0_10 processor) and 1 consumer (ConsumerKafka_0_10 processor) to receive flowfile from Kafka cluster.
I see on Nifi UI admin, the total out of producers is 7 packages but the consumer just receives only 4 packages. I also use kafka_console_consumer.sh to view the packages from producer and it displays whole 7 packages.
I don't know why and where I lost 3 packages from consumerKafka_0_10 processor.
I use kafka cluster with 3 nodes and nifi cluster with 3 nodes too.