You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugins implemented using go-plugin require an RPC port each time, which is sometimes not allowed on the client's business server.
And I have a requirement: the plug-in collects metrics on the server, reports them to the master, and hopefully the master manages the plug-in.
I had a whimper about whether I could open a port on the master service and then accept all plug-ins, passing the port exposed by the master service to the plug-in when the master service starts the plug-in.
I'm not sure if this is feasible or if it's different from what the go-plugin project was created for.
The text was updated successfully, but these errors were encountered:
Plugins implemented using go-plugin require an RPC port each time, which is sometimes not allowed on the client's business server.
And I have a requirement: the plug-in collects metrics on the server, reports them to the master, and hopefully the master manages the plug-in.
I had a whimper about whether I could open a port on the master service and then accept all plug-ins, passing the port exposed by the master service to the plug-in when the master service starts the plug-in.
I'm not sure if this is feasible or if it's different from what the go-plugin project was created for.
The text was updated successfully, but these errors were encountered: