-
We are running 40jobs in parallel reading the message from azure queue, compute then using a Feign client to PATCH a CSV file with 700 lines each.
After 30 min, we start to see Http connection cancel…
-
This WS is crashing repeatedly. The most recent has this error.
```
ERROR [2024-10-02 23:41:18,230+0000] [pool-3-thread-1] org.apache.http.impl.nio.client.InternalHttpAsyncClient: I/O reactor term…
-
### Describe the problem
Hi,
Below log extract from Selenium hub
Selenium hub, unable to findElement and is getting timed out.
Need help to understand to which service endpoint the selenium …
-
Hi @hierynomus ,
One of our clients are facing an intermittent STATUS_ACCESS_DENIED issue which in turn is triggering the email for invalid packet signing error while they are using the smbj librar…
-
For a flux created by zipping two Mono MonoA and MonoB, followed by collectList(),
> Flux.zip(MonoA, MonoB).collectList()
If MonoB emit error, the collectList() operator should emit the error in…
-
### Connector Name
source-facebook-marketing
### Connector Version
3.3.15
### What step the error happened?
Configuring a new connector
### Relevant information
Install Airbyte 1., OSS, Helm, …
-
### Expected behavior
```kotlin
DSL.using(connectionFactory)
.select(DSL.arrayAgg(TRANSCRIPT_UTTERANCES.SENTIMENT))
.from(TRANSCRIPTS)
.leftJoin(TRANSCRIPT_UTTE…
-
### 系统信息
- 外部访问地址: www.janezh.cn
- 启动时间: 2024-09-15 17:19
- 版本: 2.18.0
- 构建时间: 2024-08-01 10:17
- Git Commit: 58fe872
- Java: IBM Semeru Runtime Open Edition / 21.0.3+9-LTS
- 数据库: H2 / 2.2.224
…
-
Consider the following controller:
```kotlin
import kotlinx.serialization.Serializable
import org.springframework.web.bind.annotation.PostMapping
import org.springframework.web.bind.annotation.Req…
-
Not sure if this is a bug, a feature request or if I am just doing something wrong.
I am using `logbook-netty` `2.5.0` with reactor-netty-http `1.0.4` which uses netty `4.1.59.Final` and everything…