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
I watched your Kubecon presentation back in 2019. One area discussed was an enhancement request for the dynamic loading of the .so file. Has this been implemented?
I'm building an output plugin in Go and I would prefer not to have to build the fluent-bit container from scratch and add my Go plugin. Sooner or later the image is going to be huge.
If the dynamically loading the plugin has not been implemented, are there any gotchas when adding the plugin to the overall fluent-bit image? Do you have any samples of building the original image and adding the Go plugin?
The text was updated successfully, but these errors were encountered:
I watched your Kubecon presentation back in 2019. One area discussed was an enhancement request for the dynamic loading of the .so file. Has this been implemented?
I'm building an output plugin in Go and I would prefer not to have to build the fluent-bit container from scratch and add my Go plugin. Sooner or later the image is going to be huge.
If the dynamically loading the plugin has not been implemented, are there any gotchas when adding the plugin to the overall fluent-bit image? Do you have any samples of building the original image and adding the Go plugin?
The text was updated successfully, but these errors were encountered: