ShankarShastri
ShankarShastri
What may happen if the statsd server goes down after connection to statsd server is established? (PortUnreachable Case is what I am asking for..) Will Client Throw a exception or...
I want to have default value for x2 which is optional in my request payload. ``` scala import spray.json._ import DefaultJsonProtocol._ case class X(x1: Int, x2: Option[Int]) object XApply {...
As part of #408 , we worked on the fix. This issue will deal with property based tests for TypesafeConfigReadWriteTest.
Current Meta annotation only supports cursorBatchSize as a constant size, would be great if we could build a cursorBatchSizeExpression which can provide a way to read cursorBatchSize as a property.
Currently, as part of this quickstart, I could find REST(Akka), Graphql(Caliban). Any thoughts on integrating Akka-GRPC or ZIO-GRPC?