Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
drieddust
on March 18, 2019
|
parent
|
context
|
favorite
| on:
Documenting architecture: Wireshark, PlantUML and ...
This is a cool project but how does it take care of load balancers in the flow?
I think most LBs terminate TCP and then create a new connection to the backend.
bzbz
on March 19, 2019
[–]
I haven’t read the source code, but I assume that it just looks at the timings of the request. After all, it’s just one user, no need to worry about 50 concurrent requests.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I think most LBs terminate TCP and then create a new connection to the backend.