fggarcia
fggarcia
Akka-http 1.12.0 introduce a new interface to start a server. ``` http.newServerAt(serverConfig.getString("interface"), serverConfig.getInt("port")).bind(routes) ``` Searching in kamon.instrumentation: https://github.com/kamon-io/Kamon/blob/05613bfc533c9bc81737cb3c7df9bc3d00799873/instrumentation/kamon-akka-http/src/main/scala-2.13/kamon/instrumentation/akka/http/AkkaHttpServerInstrumentation.scala#L43 method bindAndHandle will be deprecated. So maybe there must be an option...
Hi. Since last upgrade (i don't know exactly), when i try to save a picture to some private collections, save fails. I try to create a new collection (publish), save...