Pipeline.workers > 1 does not result in parallel tcp output connections

Hi,

I have multiple pipelines configured with kafka input -> tcp output (client). With pipeline.workers set to 1 for a pipeline, I see one long lived tcp connection to the configured server for the tcp output, which is unsurprising. When I increased pipeline.workers to 3 there's still just the one tcp connection. I'd like to put my remote servers behind a load balancer, but a single connection takes away a lot of the value there.

Is there any way to configure the tcp output to use more connections?

Thanks
Guy

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.