connect
connect copied to clipboard
Custom value injection from main.go to custom components
The context variable passed from main.go does not pass its keys to the context parameter in the custom components' files. This disallows persistent db connections and shared connection pools between messages. This would also allow for more complex custom processors using persistent connections to external services.