-
### Expected behavior
The [official documentation](https://opentelemetry.io/docs/zero-code/java/agent/disable/) describes a number of parameters to suppress automatic instrumentation in entirety or fo…
-
**Describe the bug**
We sometimes (I believe incorrectly) get "Error sending. Size of the payload exceeded maximum message size: 256 kb" error when scheduling a message. The message is a copy of a re…
-
The `META-INF/versions` are used for Multi-Release JAR's. It looks this project produces an MR JAR for 9 and 21. However, in both cases the class has a bytecode level of Java 1.8, which doesn't seem r…
-
`ConnectableFlux` has some unexpected behavior when there are many subscribers (>1000).
We have an upstream system that is providing a callback method that we use as following:
```java
f…
dfa1 updated
3 months ago
-
Consider the following controller:
```kotlin
import kotlinx.serialization.Serializable
import org.springframework.web.bind.annotation.PostMapping
import org.springframework.web.bind.annotation.Req…
-
Sometimes I got this problem after I upgraded my spring cloud gateway version from 2.6.12 to 3.3.1
reactor.netty.http.client.PrematureCloseException: Connection has been closed BEFORE response, wh…
-
In the benchmark, It is currently noted that all approaches use WebClient.
Is it possible to add an additional scenario - Spring Rest Client with Virtual Threads?
-
## Expected Behavior
Not sure I can give much details how to reproduce that but it is an error we see in the spring web flux app logs
## Actual Behavior
`java.lang.NullPointerExceptio…
-
Running the latest `grype` tool on an application takes a dependency on `io.projectreactor.netty:reactor-netty-http:jar:1.0.24:compile` which along with `io.projectreactor.netty:reactor-netty-core:jar…
-
### Expected Behavior
Hi, after I'm triggering a dbt Cloud Job within kestra.io it should check the Status of this Job at dbt Cloud.
The Job trigger is successful and I get a response from dbt Cloud…