-
### Describe the bug
Our service is using extension quarkus-kafka-streams@3.8.5 to handle kafka messages. Everything was working fine until we added some new logic which took some more time for each …
-
### Issue description
Hi. I'm trying to migrate a Spring Boot based app to Micronaut. In Spring, we can do the following:
```
@Bean
public StreamsBuilderFactoryBean someKStreamBuilder(Kaf…
-
### Issue description
Versions:
- micronaut: 3.10.0
- micronaut-kafka-streams: 4.5.4
I am currently running into the issue that as soon as I pull in the micronaut-kafka-streams dependency AND I …
-
`org.apache.kafka/kafka-streams-test-utils` is getting included with scope `test`, so isn't included in the distribution, but is needed by jackdaw.data since 0.9.5 (https://github.com/FundingCircle/ja…
-
When deploy kafka docker edition all in one: using docker-compose.yml
```
---
version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:latest
hostname: zookeeper
cont…
-
### Description
Kafka Streams health checks implement the `org.eclipse.microprofile.health.HealthCheck` interface and (as far as I understand) thus are executed on a blocking queue. Under high load t…
-
### What would you like to be added?
/kind enhancement
Hello,
crowdsec already supports log acquisition from Kafka streams. I tried to hook it up to Azure Event Hub, which has a Kafka endpoint. T…
-
**Describe the issue**
Upgrade to the latest AMQ Streams operator
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.7/html/release_notes_for_streams_for_apache_kafka_2.7_on_o…
-
related issues
- https://github.com/spring-projects/spring-kafka/issues/2635
- https://issues.apache.org/jira/browse/KAFKA-15191
-
We noticed an issue where one producer thread is hung or infinite wait.
KAFKA: strimzi/kafka:0.22.1-kafka-2.5.0
KAFKA Client: 3.6.2
We recovered the same by restarting our application. Pleas…