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

Send unsolicited partition load information to LoadMonitor #187

Merged
merged 1 commit into from
Aug 11, 2022

Conversation

sebastianburckhardt
Copy link
Member

When a partition gets hit with heavy load, it can take a long time until the LoadMonitor starts offloading, if it has not already received information from all other partition.

To avoid this delay, it makes sense to have each partition send this information even if not already requested. By design, there is no per-transaction cost for EventHubs messages, so it is perfectly fine to send periodic messages even if idle.

@sebastianburckhardt sebastianburckhardt merged commit dfac505 into dev Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant