-
## Checklist
- [x] I have included information about relevant versions
- [x] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
Kafka topi…
-
For a Stream-to-Table join this statement in the documentation (and associated behavior in KSQL) contradicts the ANSI definition of a LEFT JOIN: "Input records for the stream with a NULL key or a NULL…
-
**Describe the bug**
All circular inserts in one stream don't get picked up in a different stream.
**To Reproduce**
ksqlDB version 0.9.0
SQL Statements:
```
CREATE STREAM countdown (i INT) W…
-
Before implementing the InciManager and InciDashboard we thought that a shared database would not be needed (we thought Kafka was enough). While it is possible to avoid using a shared database (using …
-
**Describe the bug**
We are facing serialization exception while rolling back from version 6.1.0 to 5.5.2. Initially, we had installed ksqldb 5.5.2 with a stream named "stream2"(Avro stream). After …
-
### Apache Iceberg version
1.6.0
### Query engine
Spark
### Please describe the bug 🐞
Description:
I'm encountering an issue when running UPDATE or DELETE queries after upgrading to Ic…
-
### Versions used
2.0.1
### Expected Behavior
Assuming external (or kafka-internal) commits are processed properly and loaded properly, it is expected that we will get exactly-once processin…
-
hey guys! I'm working with financial data streams. are there any existing fully-managed kafka connectors to marketplaces that would minimize custom WebSocket work?
-
Please could you provide information on how to decode a key from a tumbling window?
I am using the confluent kafka modules in golang to create a consumer to the underlying topic of the tumbling wi…
-
### Questions
I write a Kafka consumer to consume JSON messages, so I use JsonObjectDeserializer, my configuration is:
```kotlin
val kafkaConfig: Map = mapOf(
"bootstrap.se…
cyhii updated
3 weeks ago