connect icon indicating copy to clipboard operation
connect copied to clipboard

Custom value injection from main.go to custom components

Open Premicheal opened this issue 1 year ago • 0 comments

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.

Premicheal avatar Nov 15 '23 11:11 Premicheal