Trying out goreplay to replay traffic
So, the idea is to use goreplay to capture the internal component traffic,
it’s seem like the application was design in the way that it’s can attached directly to server itself.
problems is we don’t really have that server because we use load balancer as a service in our production.
So access to load balancer is not possible, now the plan is to create nginx proxy box. and install goreplay on it. so all traffic will be pass via this little box before going directly into load balancer service.
to setup nginx.
Read More