This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.
from 9dee25c Merge pull request #591 from AlbumenJ/nacos-fix
new cb259e9 feat: support json protocol with grpc
new 7296533 merge apache dubbo-go master
new 9390b0f fix dubbo grpc json support
new 9dc28f0 fix dubbo plugin and feat gprc json support
new e00853c add public method 、struc comment
new 45a983e alter client config by defer delay check
new b9f71f7 Merge pull request #582 from relaxedCat/feat-grpc-json
The 2184 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
protocol/grpc/client.go | 59 +++++++++++++++--
protocol/grpc/codec.go | 76 ++++++++++++++++++++++
protocol/grpc/config.go | 65 ++++++++++++++++++
.../grpc/protoc-gen-dubbo/plugin/dubbo/dubbo.go | 5 +-
4 files changed, 198 insertions(+), 7 deletions(-)
create mode 100644 protocol/grpc/codec.go
create mode 100644 protocol/grpc/config.go