You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a set of Nifi - CouchDB processors. Using the Page mechanism to chunk results up in a set of smaller FlowFiles.
Rather than create my own "Page"-like object, I would like to annotate your Page class such that it serializes nicely. My idea is to make the nextParam a transient field and define lower case with underscore alternative names for the other fields.
I'll create a pull request to show what I mean.
The text was updated successfully, but these errors were encountered:
wasperen
added a commit
to wasperen/LightCouch
that referenced
this issue
Jan 6, 2018
I am working on a set of Nifi - CouchDB processors. Using the Page mechanism to chunk results up in a set of smaller FlowFiles.
Rather than create my own "Page"-like object, I would like to annotate your Page class such that it serializes nicely. My idea is to make the nextParam a transient field and define lower case with underscore alternative names for the other fields.
I'll create a pull request to show what I mean.
The text was updated successfully, but these errors were encountered: