Xiaodong Wang
Xiaodong Wang
For testing, I'm more talking about how to test the code that has dependency to another GRPC (or anything) service in unit test. ```kotlin // service implementation, the dependency to...
Hi @devshorts, this project was created when I was using Finatra. Now I do not use it anymore, it's hard for me to track changes from Finatra and add new...
Can you provide the sample code of doing file upload with Finatra?
I cannot find any example about how to do file upload with Finatra. Your example having a File field in case class, will this work? Can you provide a full...