-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It is obvious that a statically linked application is easy to deploy on the cloud and edge computing environment. It eliminates the complication of maintaining the DDL and simplifies the application loading and reduces the application starting latency. So Arrow is based on the statically linked application.
However, it brings a problem that in some widely used explain languages like Node.js and Python, the plugin mechanism to extend the functionalities is used.
So we should find a way to implement the plugin support on the statically linked application.
Resources:
[1] plugin: Utility of Go plug-ins diminished by vendored dependencies #20481
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request