-
Notifications
You must be signed in to change notification settings - Fork 638
[ISSUE #4845] Update grpc version from 1.43.2 to 1.63.0 #4876
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
Closed
Closed
Changes from 17 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
851f10a
eventmesh-common package update
pmupkin cc5c48e
eventmesh-examples package update
pmupkin 771a43d
eventmesh-sdks package update
pmupkin 25fbbad
eventmesh-protocol-plugin package update
pmupkin ff5646a
add google-auth-library-java dependency
pmupkin 51cfd45
update protobuf-java dependency
pmupkin 9deb695
delete error dependency
pmupkin 315e32c
Roll back dependency version protobuf-java-util 3.25.1
pmupkin 9cab544
update known-dep
pmupkin 4718c8a
update known-dep -2
pmupkin ab3f014
update known-dep -3
pmupkin 6fee876
update known-dep -4
pmupkin f990c26
update known-dep -5
pmupkin d9f8795
update known-dep -6
pmupkin 1408147
update known-dep -7
pmupkin 3f52dbd
update known-dep -8
pmupkin f1e5531
fix conflict
pmupkin e6627d2
fix conflict and define grpcVersion
pmupkin 9a51e8b
define gradle global variables
pmupkin efd60cf
delete ext version
pmupkin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ eventMesh.server.provide.protocols=HTTP,TCP,GRPC | |
eventMesh.server.cluster=COMMON | ||
eventMesh.server.name=EVENTMESH-runtime | ||
eventMesh.sysid=0000 | ||
eventMesh.server.tcp.port=10000 | ||
eventMesh.server.tcp.port=10002 | ||
eventMesh.server.http.port=10105 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please restore these changes. |
||
eventMesh.server.grpc.port=10205 | ||
# HTTP Admin Server | ||
|
@@ -70,7 +70,10 @@ eventMesh.server.blacklist.ipv6=::/128,::1/128,ff00::/8 | |
|
||
########################## EventMesh Plugin Configuration ########################## | ||
# storage plugin | ||
eventMesh.storage.plugin.type=standalone | ||
eventMesh.storage.plugin.type=rocketmq | ||
|
||
##connector plugin | ||
#eventMesh.connector.plugin.type=rocketmq | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please restore these changes. |
||
# security plugin | ||
eventMesh.server.security.enabled=false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we just need to define
grpcVersion
andprotobufVersion
once in thebuild.gradle
file in the project root directory.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also think it's more appropriate to define it under the root directory. I will resubmit to fix the above issues.