Otto Fowler

Results 35 comments of Otto Fowler

If someone could write a failing test using the nipyapi testing code ( which tests against docker containers ) then I would take a look. Write the test and attach...

~This is a bug in Nifi and it's API. The fact that the Nifi Web UI ( 1 specific client ) accounts for this is wrong. if the api provides...

OK, I miss understood something. It _is_ policy inheritance as you say. The method is documented as: ``` """ Gets an access policy for the specified action and resource Will...

The best thing, long term would be for nifi to support device flow. That would take discussion there on the [email protected] list, and a [jira issue](https://issues.apache.org/jira/projects/NIFI/issues/NIFI-10203?filter=allopenissues)

There is a channel in the nifi slack for http clients as well if you want to talk there, I can send you an invite if you want

If you had a nifi template that could be imported that had a similar setup to reproduce the issue it would help too

That error looks like it is a Nifi Error, not a nypiapi error. Nifi is java. You should look on your nifi deployments nifi-app.log and see if there is more...

Can you post the stack trace of the exception you are getting in nipyiapi?

So the bug is that we register and un-register in different processes. I think we could think about - Implementing our own ServiceDiscovery based on the existing impl with our...

- another idea would be for them to support multiple implementations with the builder and have a non-caching, distributed friendly version etc. Assuming the logic for using this way makes...