Created 08-10-2018 04:15 PM
Hi,
We need to execute KSQL querier to filter our KAFKA streams within NiFi.
How can we achive this . Should we implement custom processor.
Regards,
Created 08-10-2018 04:19 PM
NiFi has a processor call QueryRecord that can be used to do SQL on data coming from Kafka : https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.7.1/org.apache...
This is not KSQL.
Thanks
Abdelkrim
Created 08-10-2018 04:21 PM
Hi @Abdelkrim Hadjidj
So for KSQL, should we implement custom NiFi's processor.
Thanks,
Created 08-10-2018 05:30 PM
Why would you like to have KSQL in NiFi ?
Created 08-10-2018 09:28 PM
In our NiFi flow we need to store some flow files which represent UN-completed messages to KAFKA Topic, after that we need to query our KAFKA topic from NiFi Flow to check the messaged is completed or not, if the messages completed we will continue the NiFi flow.
So we need to use the KSQL to query the KAFKA TOPIC for the messages completed to process them.
Your feedback is highly appreciated.