Add health checks for Event Hub component#4050
Add health checks for Event Hub component#4050oising wants to merge 8 commits intomicrosoft:release/8.0from
Conversation
| { | ||
| Mode = EventHubsRetryMode.Exponential, | ||
| MaximumRetries = 3, | ||
| Delay = TimeSpan.FromMilliseconds(800), |
There was a problem hiding this comment.
I'll hoist this into Aspire:Settings :)
There was a problem hiding this comment.
@eerhardt I don't think there is a precedent for health check retry options. I found MongoDBSettings.HealthCheckTimeout only.
Would adding a RetryOptions HealthCheckRetryOptions property in AzureMessagingEventHubsSettings work here?
- address nit
…ng to align with other components
…venthubs-healthcheck
|
@oising thanks for the PR and for your contribution. I noticed that your PR is targeting 8.0 branch, which we are no longer taking changes for. Is there a specific reason why you picked |
Retarget as you please! |
|
Actually, I was about to retarget, but because this has changes that are only on release/8.0 branch that we specifically don't want in main, things wouldn't go so well. Due to that, I think the best way would be to reset and cherry-pick the changes directly into main's tip, and then update this PR. I can try helping assuming there are no merge conflicts. If there are, probably the easiest would be to close this and reopen a brand new one based on main. |
…EventHubsSettings.cs Co-authored-by: Sébastien Ros <sebastienros@gmail.com>
|
Created new PR targeting main (cherry pick) at #4139 |

Add healthchecks for eventhub component
closes #3980
Microsoft Reviewers: Open in CodeFlow