Florian Mutter
Florian Mutter
Add support for https://faststream.airt.ai/latest/ (https://github.com/airtai/faststream) It's an open-source framework for building asynchronous web services that interact with event streams. It has >2k stars on github and therefor fairly popular.
To make it easier to switch the opentelemetry implementation it should be up to the user to install an implementation. The documentation can suggest `opentelemetry-sdk` but it should not be...
I really like the idea of stacks but I'm not sure if I should use it. There seems to be no active development but the README suggests it is not...
We get the following warning for some pods: ``` NOTE: Picked up JDK_JAVA_OPTIONS: -XX:MaxGCPauseMillis=4000 -XX:MinRAMPercentage=25 -XX:MaxRAMPercentage=90 -XX:MaxMetaspaceSize=128m -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.port=9012 -Dcom.sun.management.jmxremote.rmi.port=9012 -Djava.rmi.server.hostname=10.239.78.189 -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -Ddatadog.slf4j.simpleLogger.logFile=System.out -Ddatadog.slf4j.simpleLogger.dateTimeFormat="yyyy-MM-dd HH:mm:ss.SSS" -DENV=development Picked...
To make it easier to handle issues when serialization or de-serialization xmlutil should throw exceptions that inherits from [kotlinx.serialization.SerializationException](https://kotlinlang.org/api/kotlinx.serialization/kotlinx-serialization-core/kotlinx.serialization/index.html)