What does "support" mean in your context?
If it's just the native Nginx grpc directives, you'd simply need to replace the bundled Nginx source with the latest release (which be compatible, but I haven't heard any noise about that).
If you're asking about Lua-land support for gRPC request inspection and manipulation, first you'll need h2 support in the ngx-lua API, which I don't think anyone has made any (announced) efforts on.
On Sunday, March 18, 2018 at 6:53:43 PM UTC-7, Kiril Angov wrote:
One more vote as I just read the news about 1.13.10 adding support for gRPC. We are running OpenResty as Kubernetes Ingress Controller and more and more services on the Kubernetes cluster will speak gRPC.
Thanks!
On Saturday, March 17, 2018 at 8:58:19 PM UTC-4, Russell Sullivan wrote:
Hi Community,
are there any plans to support gRPC in OpenResty?
I am a huge fan of gRPCs efficiency, seems like a good match for OpenResty :)
- Russ