Member since
03-25-2019
4
Posts
1
Kudos Received
0
Solutions
06-18-2019
10:16 AM
Any ideas? I am facing the same issue and when i query for an specific connection/processor I always get : "Unable to get status for request 'processor:05457aa4-55f2-35d4-0000-000000000000:health,stats,bulletins' due to:org.apache.nifi.minifi.status.StatusRequestException: No processor with key .... to report status on"]
... View more
06-05-2019
02:20 PM
1 Kudo
Hello, Is it possible to use Counters in Minifi? Is it possible to use Nifi Rest API to query for queues and counters values? Thanks!
... View more
Labels:
03-28-2019
09:33 AM
Thanks a lot for the answer! Two additional questions regarding this topic: Using the ExecuteStreamCommand approach, if there is an error in the python script, is the incoming flowfile lost? How can i manage to keep it in the queue or in another queue? Using the InvokeScriptedProcessor approach, any recommendation of a MQTT Library to setup something like ssl_context.set_alpn_protocols(['x-amzn-mqtt-ca'])
... View more
03-25-2019
02:31 PM
Would it be possible to use InvokeScriptedProcessor with python and not jython. I need to use ALPN enhancements (mqtt over 443) and I don't think they will run for jython
... View more
Labels: