raboof opened a new pull request, #420: URL: https://github.com/apache/pekko-management/pull/420
Currently, when you run `start` twice with the same config, it will start the PekkoManagement extension once and return the same `Uri`. This is a convenient 'idempotence'. However, previously this would silently ignore the second invocation if the parameters of the two calls were different, leading to a race condition. The change in this commit adds error handling so that if the second invocation uses different parameters, it will fail the second call with a sensible error message. Backport of #418 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org