Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeltaResponseHandler: add depth control #85

Open
MIchaelMainer opened this issue Feb 4, 2020 · 0 comments
Open

DeltaResponseHandler: add depth control #85

MIchaelMainer opened this issue Feb 4, 2020 · 0 comments

Comments

@MIchaelMainer
Copy link
Contributor

MIchaelMainer commented Feb 4, 2020

Internal customer request.

I would really like an option for controlling the "depth" for which the DeltaResponseHandler goes to add complex objects to the changelist.
For example in members@delta, Each membership added to a group shows up as 2 changes in the changelist. We process up to 500 memberships at a time, which means the changelist can be size 1000 even though we only care about the fact that memberships are added, and rely on DQ to include only the relevant ones. In this case, i'd want changelist to only include ["members@delta"] and that's it .
Something like new DeltaResponseHandler(depth:1) to only include the top level object would be great. Alternatively, only including the top level object for a complex object is fine with us too.
Reference
#58

AB#7173

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants