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

Generic attributes in change tracking #530

Open
shashankbrgowda opened this issue Feb 27, 2025 · 1 comment
Open

Generic attributes in change tracking #530

shashankbrgowda opened this issue Feb 27, 2025 · 1 comment

Comments

@shashankbrgowda
Copy link
Contributor

Currently Apollo Havana Integration script heavily relies on change tracking to process the annotation changes. It'll be really helpful If we have a generic attribute object for users/consumers to store some state for each change.

For example, after processing a location start change for a feature we need to mark it as complete. For this It'll easier to maintain the state in the changes collection itself instead of maintaining the state in a separate system.

{
...,
  "attributes": {
    "havana_processed": true,
    "some_other_key": "value",
  },
}
@shashankbrgowda shashankbrgowda changed the title Generic attributes in changing tracking Generic attributes in change tracking Feb 27, 2025
@shashankbrgowda
Copy link
Contributor Author

This would also help us to keep track of failed changes. Then we can investigate further on why that change has failed, we can't do this if we query changes using change sequence number.

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

No branches or pull requests

1 participant