recommendations
Netflix Zuul vs Nginx performance
An informal benchmark comparing Netflix Zuul and Nginx as reverse proxies for microservices, showing that Zuul's performance approaches Nginx after JIT warmup.
Stanislav MiklikApr 16, 2015
Posts from April 2015
An informal benchmark comparing Netflix Zuul and Nginx as reverse proxies for microservices, showing that Zuul's performance approaches Nginx after JIT warmup.
How to use Mockito's ArgumentCaptor with parameterized generic types like List<Long> using a double cast to work around Java's type erasure.