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 a44084370 change: move config_center under deployment and named as
config_provider (#7901)
add 9129572f6 feat: integrate grpc-client-nginx-module in APISIX (#7917)
No new revisions were added by this update.
Summary of changes:
apisix/cli/ngx_tpl.lua | 2 +
apisix/{utils/router.lua => core/grpc.lua} | 23 ++--
apisix/init.lua | 4 +
rockspec/apisix-master-0.rockspec | 1 +
t/APISIX.pm | 2 +
t/core/grpc.t | 177 +++++++++++++++++++++++++++++
6 files changed, 194 insertions(+), 15 deletions(-)
copy apisix/{utils/router.lua => core/grpc.lua} (72%)
create mode 100644 t/core/grpc.t