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

Client Version Negotiation #4271

Open
wey-gu opened this issue May 20, 2022 · 0 comments
Open

Client Version Negotiation #4271

wey-gu opened this issue May 20, 2022 · 0 comments
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@wey-gu
Copy link
Contributor

wey-gu commented May 20, 2022

Introduction

Introduce a mechanism to enable the client-side to negotiate server version, thus choosing corresponding thrift module, this will enable clients to be with backward compatibility.

Thus, for clients, 3.1.0 could support 3.0.0 server-side, too, and we could release and plan clients on fewer branches, and version/release for clients can be planned/focused on improvements rather than simply replace thrift.

Thus, console, http-gateway, operators, etc could benefit from it, too.

Contents

  • server: A get-version interface that's not changed over the long term
  • client: Negotiate server versions and choose modules to use

Related work

n/a

@wey-gu wey-gu added the type/enhancement Type: make the code neat or more efficient label May 20, 2022
@wey-gu wey-gu changed the title Client Version negotiation Client Version Negotiation May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

1 participant