-
We are interested in using kafka streaming.
Is it on the road map for confluent kafka python library?
-
# Getting Started with Kafka Streams
- Kappa Architecture : 오직 streaming 만 처리
- 간단한게 장점
- Lambda architecture: streaming 과 batch 를 모두 지원
- 둘 다 지원을 하다보니 관리 유지가 복잡함 (spark, flink)
## Processor…
-
### Describe the bug
I have an application, which contains kafka-streams dependency. When I start the application in a dev mode, it fails with UnsatisfiedResolutionException in Quarkus code.
### Exp…
-
Kafka is great for scale but there are a lot of scenarios where it is overkill. Redis Streams are much easier to set up and manage - especially if you're just working on a single VM or serverless cont…
-
A project that I'm working on (Kafka Streams) uses RocksDB via JNI.
While running tests, I encountered a SIGSEGV.
Downstream issue: https://issues.apache.org/jira/browse/KAFKA-14555
### Expected …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
**Description**
Today the mandatory property `quarkus.kafka-streams.topics` must be manually kept in sync in case topic names are overridden at runtime (which we do to ensure multi-tenancy when the…
-
**Description**
Reference: [diagram of Kafka Streams states](https://javadoc.io/static/org.apache.kafka/kafka-streams/2.5.0/org/apache/kafka/streams/KafkaStreams.State.html).
In quarkus-kafka-st…
-
Follows up on #2863.
- [ ] Auto-register the default key and value SerDes for reflection (see https://github.com/quarkusio/quarkus/issues/3202)
- [ ] Auto-register types for reflection that are de…
-
Hey, is there a way to prevent the generation of interfaces and publisher/subscriber methods?
If I have understood it correctly, this library is primarily to be used with Spring Cloud Streams. Our …