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)
The previous comment made it not clear what will be the future `deplyomentType`.
If we run too many tests the `raw-result` output gets too large for Github Actions to handle it. It cannot be used in any following step. All things we tried...
We are looking into how we need to setup the server to not scale to much because it runs into connection limits for the postgres db. We noticed that the...
**Describe the bug** The latest version 4.0.3 of kompendium seems to require Java >= 21. Gradle shows the following error: ``` Caused by: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException: Dependency resolution is looking for a...