2 Matching Annotations
- Aug 2023
-
developer.confluent.io developer.confluent.io
-
Partition Leader Balancing
balance the load on leader preferred replica - first replica of each partition preferred replica is evenly distributed among brokers tries to make the preferred replica as the leader and hence balancing the load
-
- May 2022
-
-
The differences between the L4 and L7 proxy variants come from which level of the OSI model they deal with. L4 load balancers deal with individual connection flows (think TCP/UDP packets, plain bytes), while L7 load balancers deal with individual requests (think HTTP requests, GETs or POSTs).
L4 & L7 Proxy.
L4 load balancers deal with individual connection flows (think TCP/UDP packets, plain bytes).
L7 load balancers deal with individual requests (think HTTP requests, GETS or POSTs)
Tags
Annotators
URL
-