awslabs / disco

A suite of tools including a framework for creating Java Agents, for aspect-oriented tooling for distributed systems.
Apache License 2.0
55 stars 12 forks source link

Kotlin Coroutine Support #23

Open kleinwareio opened 1 year ago

kleinwareio commented 1 year ago

We're looking to use Disco for HTTP header propagation in a Kotlin project. Reading the description of how the Agent works makes me concerned that it won't play nice with Kotlin's coroutines.

Can you confirm that Disco works with Kotlin coroutines?