yzprofile / ngx_http_dyups_module

[Deprecated] update upstreams' config by restful interface
875 stars 197 forks source link

Is this module support grpc ? #115

Open takakawa opened 5 years ago

takakawa commented 5 years ago

I test it.It didnt seem to support grpc?

chobits commented 5 years ago

only support http upstream module:)

chobits commented 5 years ago

hi all

I think this module can work with grpc like proxy module, although I didnt test.

This module works with nginx upstream logic directly, not with proxy/grpc module. So all the proxyig protocol implemented on upstream logic, such as proxy/fastcgi/grpc... module should work with dyups module.