You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2023. It is now read-only.
The yml file generated by reactive-cli will configure the akka management http to use port name "akka-mngt-http", but Cluster Bootstrap in reactive-lib will do lookup using port name "management". As a consequence, the cluster bootstrap will never find other nodes.
This was probably introduced when we updated the akka-management version in reactive-lib (done by your truly).