bbende / nifi

Mirror of Apache NiFi
Apache License 2.0
1 stars 1 forks source link

Backrefs support #43

Closed aperepel closed 6 years ago

aperepel commented 6 years ago

Discussed in https://github.com/bbende/nifi/issues/42

Dumping the code to sync up before any major refactoring. Further changes will be made in the future.

bbende commented 6 years ago

I implemented this idea as part of the refactoring I was doing so I think we can close this. Took a slightly different approach to try and keep the knowledge of back-referencing out of the actual command logic and more in the CommandProcessor.