-
### Describe the bug
In our Mandrel native integration tests we see new failures since the JDK `23+15` ea build in `quarkus-integration-test-kafka-oauth-keycloak-999-SNAPSHOT-runner` tests:
```
…
-
### CurrentBehavior
ERROR [Consumer clientId=consumer-group-1, groupId=consumer-group-1] Error while fetching metadata with correlation id 110 : {consumer-group-1-topic-0=LEADER_NOT_AVAILABLE} (org.a…
-
Akka version:
`2.5.32`
Alpakka version:
`2.0.5`
Scala version:
`2.12.17`
Testcontainers Kafka
`1.19.0`
### Expected Behavior
`Future[Done]` materialized from `Producer.committableSink` is …
-
Hello Robert, thanks for the great project, I am using this in my application.
I've been thinking about using nodejs kafka-streams as underlying kafka client or technology for connection between nest…
-
We expect to finish all the command waiters during a rolling restart or normal server shutdown before turning off the Kafka streams instance. If not, the command topic will receive the command record,…
-
## MacOS
1. [https://www.apache.org/dyn/closer.cgi?path=/kafka/3.7.0/kafka_2.13-3.7.0.tgz](https://www.apache.org/dyn/closer.cgi?path=/kafka/3.7.0/kafka_2.13-3.7.0.tgz) 다운받아 압축 해제
```
$ tar -xzf ka…
-
### Version & Environment
Redpanda version: (use `rpk version`): e133de2f
When a config value is a map, rpk incorrectly represents the value which causes Redpanda server to fail parsing it. An e…
-
**Summary**:
I’d like to propose a feature enhancement for the mockafka library. The goal is to expand its functionality to act as a lightweight, in-memory Kafka container that can be used for test…
-
### Issue description
The pom file https://central.sonatype.com/artifact/io.micronaut.platform/micronaut-platform contains entries like this:
```
...
5.4.0
5.4.0
...
4.2.0
4.2.0
...
3.5.0
…
-
I have a simple Kafka Streams API based application doing just the following processing:
```java
builder.stream(this.topicIn, Consumed.with(Serdes.String(), Serdes.String()))
.map…