This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
from c8d5afb5b change(jwt-auth): unify apisix/core/vault.lua and
apisix/secret/vault.lua (#8660)
add 736c8f28e fix: grpc-transcode plugin: fix map data population (#8731)
No new revisions were added by this update.
Summary of changes:
.editorconfig | 1 +
apisix/plugins/grpc-transcode/util.lua | 30 ++-
t/grpc_server_example/echo.pb | Bin 0 -> 997 bytes
t/grpc_server_example/go.mod | 1 +
t/grpc_server_example/main.go | 12 ++
t/grpc_server_example/proto/echo.pb.go | 236 +++++++++++++++++++++
.../proto/{src.proto => echo.proto} | 17 +-
t/grpc_server_example/proto/echo_grpc.pb.go | 105 +++++++++
t/plugin/grpc-transcode3.t | 90 ++++++++
9 files changed, 480 insertions(+), 12 deletions(-)
create mode 100644 t/grpc_server_example/echo.pb
create mode 100644 t/grpc_server_example/proto/echo.pb.go
copy t/grpc_server_example/proto/{src.proto => echo.proto} (77%)
create mode 100644 t/grpc_server_example/proto/echo_grpc.pb.go