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
Add connection.concurrency to vector sink. Requests are routed to a connection based off a least active (lowest number of currently active requsets) principle.
connection.concurrency should default to 1 and be validated to be greater than 0
Add
connection.concurrencyto vector sink. Requests are routed to a connection based off a least active (lowest number of currently active requsets) principle.connection.concurrencyshould default to 1 and be validated to be greater than 0