-
As many want to add new harvesting protocols to the 3 existing protocols : OAI DC, OAI DDI + dataverse_json;
What about having the capability to add a Java Service Provider Interface (SPI) plugin to …
-
how to use SHARDING ALGORITHM Type: INTERVAL two database?
` app_user:
actualDataNodes: P=ds0.app_user_;SP=yyyyMM;DIA=1;DIU=Months;DL=202401;DU=202412
# 配置分表策略
tab…
-
I'm trying to get the server, but the exact same thing happens with the client.
My operating system is Windows 11 Home.
Here is the error I get in the console:
```
[00:03:34 ←[36mProcessor←[0m…
-
# ArrayIndexOutOfBoundsException Issue
I am currently facing error
```bash
java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 2147483812 out of bounds for byte[2147483637]
…
-
Currently Checkpoint manager uses com.twitter.heron.ckptmgr.CheckpointManagerConfig to manage its configuration. Heron already has the com.twitter.heron.spi.common.Config for a generic way of dealing …
-
## Description
[A clear and concise description of what the bug is.]
## Configuration
**Version:** spring-boot-starter-log4j2 2.20
**Operating system:windows11
**JDK:**jdk17
springboot3
…
-
I have added the library to my project as follows:
```kotlin
dependencies {
implementation("io.github.flaxoos:ktor-server-kafka:1.2.9")
}
```
and the following installation:
```kotlin
…
-
I have an app (https://github.com/edeandrea/java-ai-playground/tree/quarkus) that if I try to set `quarkus.langchain4j.chat-memory.type=token-window` I end up getting a big fat stack trace (see below)…
-
I suggest using the _ServiceLoader_ (see https://www.baeldung.com/java-spi for example) to use the concrete driver implementations.
The approach works like SLF4j for example, where you only define …
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
我在尝试使用seatun…