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

[Enhancement] Update grpc version from 1.43.2 to 1.63.0 #4845

Open
2 of 3 tasks
Pil0tXia opened this issue Apr 16, 2024 · 4 comments · May be fixed by #4988
Open
2 of 3 tasks

[Enhancement] Update grpc version from 1.43.2 to 1.63.0 #4845

Pil0tXia opened this issue Apr 16, 2024 · 4 comments · May be fixed by #4988
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Pil0tXia
Copy link
Member

Search before asking

  • I had searched in the issues and found no similar issues.

Enhancement Request

Curent grpc version is too old. Developers can't even download its source code in IDEA. ForwardingChannelBuilder and StreamObservers are deprecated in 1.60.0.

Relevant grpc version compatibility encountered in Dashboard:

Describe the solution you'd like

Update grpc version from 1.43.2 to 1.63.0

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@Pil0tXia Pil0tXia added enhancement New feature or request help wanted Extra attention is needed labels Apr 16, 2024
@pmupkin
Copy link
Contributor

pmupkin commented May 5, 2024

ForwardingChannelBuilder and StreamObservers are not used in EventMesh. Is there a need to highlight them separately for any particular attention?

@Pil0tXia
Copy link
Member Author

Pil0tXia commented May 6, 2024

@pmupkin

You can read the grpc-java release note and keep an eye on whether there are any deprecations affecting EventMesh. ☺️

If there is no deprecated usage in EventMesh, that naturally reduces the difficulty of the upgrade.

@pmupkin
Copy link
Contributor

pmupkin commented May 6, 2024

@Pil0tXia
If I've finished updating, are there any testing methods or commands available?

@Pil0tXia
Copy link
Member Author

Pil0tXia commented May 6, 2024

@pmupkin You can rely on the CI and grpc examples in the eventmesh-example module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
2 participants