How to use wait\notify Processor?

后端 未结 1 881
不思量自难忘°
不思量自难忘° 2021-01-23 13:23

I have running nifi instance 1.2.0.

I just tried to use \"Wait\\Notify\" Processor with following reference http://ijokarumawak.github.io/nifi/2017/02/02/nifi-notify-bat

1条回答
  •  佛祖请我去吃肉
    2021-01-23 14:02

    You will need to create and start a DistributedMapCacheServer and DistributedMapCacheClient. The client needs to be configured with the port and host that the server is listening on.

    Then the Wait and Notify processors use the DistributedMapCacheClient.

    Since you were able to start the processors, you likely already have the client setup, but you don't have the server running.

    0 讨论(0)
提交回复
热议问题