-
### Description
In my application.properties I have:
```
quarkus.kafka-streams.schema-registry-url=${kafka.schema.registry.url}
quarkus.kafka-streams.default.key.serde=io.confluent.kafka.streams.s…
-
Suppose I create a stream with `KEY_FORMAT='JSON'` but no fields declared as KEY. When data is read, if the data is not a JSON object, ksqlDB throws deserialization errors. We should either reject the…
-
**Describe the bug**
We were trying creating a json stream with one column from kafka messages's key and other from values and stream creation was successful. But when we executed "select *" on the s…
-
**Describe the bug**
We've had a wierd situation where the sum aggregate produced an incorrect negative result which corrupted the outcome for ever. When we recreated the environment (including remov…
-
**Description**
Test logs are full of warnings like this:
```
WARN: [AdminClient clientId=...-8cd9c56a-1348-4528-87a8-265035d94965-admin] Connection to node -1 (localhost/127.0.0.1:9092) could no…
-
**Chapter Ownership :** @iamzin
-
Kafka:
https://strimzi.io/blog/2021/12/17/kafka-segment-retention/
https://www.confluent.io/blog/5-common-pitfalls-when-using-apache-kafka/
Streams:
https://medium.com/lydtech-consulting/kaf…
-
Hi,
We are looking to integrate our Kafka Streams app with Glue Schema Registry.
One obstacle for us is how we stub out Glue Schema Registry in our integration tests which use TopologyTestDriver.
…
-
Description
===========
Hi
I need to connect objects from the same stream to each other.
Foreign-Key is not prioritized https://github.com/LGouellec/kafka-streams-dotnet/issues/52
"But I have a …
-
### Feature description
Hello,
We have noticed that using GlobalKTable in our Topology would break our test that would end up with a timeout exception.
[Here is a simple project ](https://git…