I know I've posted it before but Kotlin and Corout...
# feed
v
I know I've posted it before but Kotlin and Coroutines are doing so well handling 10K+ requests for us wanted to share it again. Thing to note is we are not doing some dummy static string return; we are doing a proper DB/Cache read on almost 3 tables (Hibernate + Spring boot + GRPC) and we are able to handle load pretty well even from single machine https://blog.doordash.com/avoiding-cache-stampede-at-doordash-55bbf596d94b
👍 20