简体   繁体   中英

How to write a customized processor in Nifi using Python?

I have a kafka queue running and receiving messages. I have connected Nifi with that topic(of kafka) using ConsumeKafka api. I want to have a processor which would read this messages and apply some operations over them.

Based on these needs, what would be the best way by being within Nifi?

After trying a lot, this answer gave me a perfect insight.

I will brief over here, what I did: 在此处输入图片说明

I don't think this needs an explanation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM