luxixing
luxixing
benthos version: v4(main) I want to just import pure so that I can use service to build streams without relying on external infrastructure like gcp aws. Now all components are...
In stream mode, can I replace service.Logger with my own implementation? Because in the case of stream mode, I want the logs to be output to my own logging service,...
as we know, stream builder has method ``` // SetPrintLogger sets a custom logger supporting a simple Print based interface // to be used by stream components. This custom logger...