Vector Source/Sink Question using NLB #22951
-
I have 5 nodes sending traffic to 2 nodes using the Vector sink and Vector source. The 2 nodes are behind an AWS NLB which uses a hash flow hash algorithm based on the protocol, source IP address, source port, destination IP address, destination port, and TCP sequence number. The TCP connections from a client have different source ports and sequence numbers, and can be routed to different targets. Each individual TCP connection is routed to a single target for the life of the connection. My question: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@pront any thoughts on this? |
Beta Was this translation helpful? Give feedback.
Thanks for the reply's after a bunch of testing different configurations in vector and AWS I have the happy balance of swapping the NLB for an ALB and following the discussion here to configure the ALB and the vector sink. Now the LB seems to be distributing the data between the nodes and happy.