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

add throttling option to the thingSearch persistence updater #2125

Conversation

hu-ahmed
Copy link
Contributor

@hu-ahmed hu-ahmed commented Feb 17, 2025

fix #2122 by adding throttling config

Copy link
Member

@thjaeckle thjaeckle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work @hu-ahmed
Thanks a lot.

I would name the "throttling" config more specific.
Reasoning: We should make clear what is throttled. And we maybe need to add another throttling config for something else at the same config in the future.

It is about throttling after a policy update - so e.g. name it (also everywhere else, including the config) maybe: getPolicyModificationCausedSearchIndexUpdateThrottling()

@thjaeckle thjaeckle added this to the 3.7.0 milestone Feb 18, 2025
@hu-ahmed hu-ahmed force-pushed the provide-search-index-throttle-config branch from a8a159f to 4d501ae Compare February 18, 2025 10:35
Copy link
Member

@thjaeckle thjaeckle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, nice 👍

@thjaeckle thjaeckle merged commit 1f26496 into eclipse-ditto:master Feb 18, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Provide option to throttle stream of things to update in search index after policy update
2 participants