Roman Babkov
Roman Babkov
Please add builder and transformation extension for ktor.io interface io.ktor.utils.io.ByteReadChannel from aws.smithy.kotlin.runtime.content.ByteStream. 1. Builder method (companion object) fun fromByteReadChannel(channel: ByteReadChannel): ByteStream This builder adds opportunity for streaming files from ktor.io...
After upgrading to Spring Boot 2.6 with Micrometer 1.8.1 metric `"http_server_requests_seconds_count"` counts twice every jersey call with different uri tag: correct uri by `org.springframework.boot.actuate.autoconfigure.metrics.jersey.JerseyServerMetricsAutoConfiguration` `UNKNOWN` by `org.springframework.boot.actuate.autoconfigure.metrics.web.servlet.WebMvcMetricsAutoConfiguration` in that order...