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

fix: Discover and health check with service incarnation #1853

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

patriknw
Copy link
Contributor

No description provided.

@github-actions github-actions bot added java-sdk-protobuf kalix-runtime Runtime and SDKs sub-team labels Nov 13, 2023
@@ -6,7 +6,7 @@ object Dependencies {
object Kalix {
val ProtocolVersionMajor = 1
val ProtocolVersionMinor = 1
val ProxyVersion = System.getProperty("kalix-proxy.version", "1.1.22")
val ProxyVersion = System.getProperty("kalix-proxy.version", "1.1.22-8-7d112bc6-dev-SNAPSHOT")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

need a release first

@patriknw patriknw marked this pull request as ready for review November 15, 2023 11:45
@patriknw
Copy link
Contributor Author

As far as I can see this change is even compatible to use with an old runtime version. The new field will be ignored (included in unknown fields) and can be parsed to Empty.

@patriknw patriknw merged commit eaaee32 into main Nov 15, 2023
67 checks passed
@patriknw patriknw deleted the wip-incarnation-patriknw branch November 15, 2023 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java-sdk-protobuf kalix-runtime Runtime and SDKs sub-team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants