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

feat: Make it possible to define appVersion later #31934

Merged
merged 4 commits into from May 3, 2023

Conversation

patriknw
Copy link
Member

@patriknw patriknw commented May 2, 2023

  • as alternative to the config app-version that is defined before ActorSystem startup
  • if the version is read from an external system (e.g. Kubernetes) this feature makes it possible to define it after system startup but before joining

* as alternative to the config app-version that is defined before ActorSystem startup
* if the version is read from an external system (e.g. Kubernetes) this feature makes
  it possible to define it after system startup but before joining
None
case None =>
import akka.pattern.pipe
// easiest to just try again via JoinTo when the promise has been completed
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debug logging or something so it is possible to notice waiting for it is what is going on?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 added in 49b339a

Copy link
Member

@johanandren johanandren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@patriknw
Copy link
Member Author

patriknw commented May 3, 2023

merging so that we get a published snapshot

@patriknw patriknw merged commit edfacaa into main May 3, 2023
6 checks passed
@patriknw patriknw deleted the wip-later-appVersion-patriknw branch May 3, 2023 15:28
@patriknw patriknw added this to the 2.8.2 milestone May 3, 2023
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.

None yet

2 participants