apache / apisix-go-plugin-runner

Go Plugin Runner for APISIX
https://apisix.apache.org/
Apache License 2.0
169 stars 69 forks source link

request help: when will it be supported to use the Go Plugin mechanism to load pre-compiled plug-ins? #37

Open NICEXAI opened 3 years ago

NICEXAI commented 3 years ago

Hi, I'm currently using go-plugin to write my plugins, but I have to recompile and restart the main service every time the plugins are updated, which is actually a pretty bad experience, so I was wondering when you plan to support loading pre-compiled plugins using the Go Plugin mechanism.

When is it expected to be completed?

spacewander commented 2 years ago

PR is welcome!