Akka-http Logging: Logging the Response Time of the Rest API
Reading Time: 2 minutes Sometimes while developing REST API’s we want to log the response time of our REST APi for the sake of better tuning. We are going to discuss the same case here and will see how to do that in Akka-http . So sometime before while I was working on akka-http while developing a spark-akka-http-couchbase Lightbend activator template , a weird use case came in-front of Continue Reading