Skip to content

How does Cadence perform client version compatibility check #4369

Answered by longquanzheng
zhangkyou asked this question in Q&A
Discussion options

You must be logged in to vote

Similarly

3.2.0 Java client feature version is defined
https://github.com/uber/cadence-java-client/blob/v3.2.0/src/main/java/com/uber/cadence/internal/Version.java#L46

0.20.0 server supported java client feature version is defined in https://github.com/uber/cadence/blob/v0.20.0/common/client/versionChecker.go#L45

For other versions of servers/clients, you can replace the tag in the URL to see it.
In the future, we will show the feature version information in the binary as well after this PR is released: #4308

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by longquanzheng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants