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
Hey @eucariop 👋 It's on our radar, thanks for asking! Unfortunately, the official driver requires CGo, which means that it will have to be part of a separate build similar to the zmq4 components.
Thanks @mihaitodor for the feedback, another factor to consider is CGO requires. If a CLI driver is already present on your system, it is advisable to set the following environment variables with the path of the CLI driver in a Docker environment.
From my understanding, it is not currently feasible to inject a new driver into existing SQL components. However, I believe this could be beneficial in this case, as well as for DB2 and similar scenarios.
My understanding is that the initial goal was to provide a mechanism that works on all platforms that support Go build to create their plugin and then have to determine the best method for installing the produced binary somewhere on their system (or in a Benthos or RedPanda Connect Docker container where RedPanda Connect can access it), it is unclear what the specific benefit of enabling this alternative plugin system over the existing one would be. Currently, Benthos can be imported as a library.
Hello
There is IBM DB2 driver for benthos seems the right tool for it.
I don't know what is the criteria for adding a new driver.
Cheers!
The text was updated successfully, but these errors were encountered: