There is a batch topic(Json content) in kafka that has to be consumed through NiFi(version 1.8).
I'm able to consume this topic using consumekafkarecord processor but would like to filter based on an attribute value
as I don't need all the records from that topic.
Can the filter be done while consuming the kafka topic even before getting the records into NiFi? What would be the best approach for this like what Processors or Scripts to use ?
I just want to filter out huge number of records based on one of the attribute values as they are not needed.