rrva
12/06/2022, 8:47 PMstreetsofboston
12/06/2022, 8:59 PMrrva
12/06/2022, 9:02 PMrrva
12/06/2022, 9:08 PMstreetsofboston
12/06/2022, 9:08 PMrrva
12/06/2022, 9:09 PMephemient
12/06/2022, 9:45 PMOliver.O
12/14/2022, 10:00 PMBlockHoundIntegration
like this (untested, but hopefully works)
import reactor.blockhound.integration.BlockHoundIntegration
import reactor.blockhound.BlockHound.Builder
class MyBlockHoundIntegration : BlockHoundIntegration {
override fun applyTo(builder: Builder): Unit = with(builder) {
markAsBlocking(
"io.opentelemetry.context.ImplicitContextKeyed", "makeCurrent", "()Lio/opentelemetry/context/Scope;"
)
}
}
along with a service provider configuration file.Oliver.O
12/14/2022, 10:04 PMDispatchers.Default
work, while those from <http://Dispatchers.IO|Dispatchers.IO>
would not detect calls.