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-pixiu.git.
from eebb7f0 using trie enhance dubbo route.go (#310)
new bd1e81a refactor: add grpc descriptor source by reflection
new 0e87534 refactor: fix method name
new 22b1c4b refactor: fmt
new 1d66895 refactor: sample add reflection
new 20d7091 refactor: add descriptor_source_strategy control the gRPC
desc source
new bf71bda refactor: clean
new 947e944 clean
new f604927 fix: contxt
new d9f84e0 refacotor: fmt
new c185dc3 refactor: 1. add config check 2. factory method clean
new 126b31a update: cleanup
new bb5915b Merge branch 'develop' into feature/grpc_v2
new 90cf947 Merge branch 'feature/grpc_v2' of
github.com:PhilYue/dubbo-go-pixiu into feature/grpc_v2
new f515b9e Merge branch 'develop' into feature/grpc_v2
new e9753a1 Merge branch 'develop' into feature/grpc_v2
new 300f0e9 Merge pull request #317 from PhilYue/feature/grpc_v2
The 1349 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:
pkg/context/base_context.go | 5 +
pkg/filter/http/grpcproxy/descriptor.go | 212 ++++++++++++++++++++++
pkg/filter/http/grpcproxy/descriptor_operation.go | 69 -------
pkg/filter/http/grpcproxy/descriptor_source.go | 192 ++++++++++++++++++++
pkg/filter/http/grpcproxy/grpc.go | 180 ++++++++++--------
samples/http/grpc/pixiu/conf.yaml | 3 +-
samples/http/grpc/server/app/server.go | 6 +
7 files changed, 520 insertions(+), 147 deletions(-)
create mode 100644 pkg/filter/http/grpcproxy/descriptor.go
create mode 100644 pkg/filter/http/grpcproxy/descriptor_source.go