-
Notifications
You must be signed in to change notification settings - Fork 14
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
HealthCheckRoutes Provider, so user can add it to their own server #320
base: main
Are you sure you want to change the base?
HealthCheckRoutes Provider, so user can add it to their own server #320
Conversation
…utes and add it to their own server
management/src/main/scala/org/apache/pekko/management/HealthCheckRoutes.scala
Outdated
Show resolved
Hide resolved
management/src/main/scala/org/apache/pekko/management/HealthCheckRoutes.scala
Show resolved
Hide resolved
management/src/main/scala/org/apache/pekko/management/HealthCheckRoutes.scala
Outdated
Show resolved
Hide resolved
management/src/main/scala/org/apache/pekko/management/HealthCheckRoutes.scala
Outdated
Show resolved
Hide resolved
@shakeeb-upstart would you be able to add a unit test for regression purposes? |
override def routes(mrps: ManagementRouteProviderSettings): Route = routes() | ||
|
||
/** | ||
* @since 1.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.1.0 was already released so we need to decide whether this can go in 1.1.1 or if we need a 1.2.0 before this can be released
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not much point changing this yet - but I will block the merge until we can discuss how to eventually release this (which affects which branch we can use)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes sure, let me know if I am needed for any part in the discussion.
Created an extension provider for HealthCheckRoutes, so users can get the routes and add it to their own server