-
Hi, I just tried to compile with the command:
`sbt clean package`
and i got this [output](https://pastebin.com/sZRv2uN9)
I have to update spark version.
-
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…
-
### Short description
Support producer only Kafka transactions in `Transactional.sink|flow`.
### Details
Alpakka Kafka currently only supports a consume, transform, produce workflow for Kaf…
-
What is the best metrics to monitoring LLC consumer offset lag for Kafka streams?
I checked that there are two fields in [ServerGauge] about KAFKA_PARTITION_OFFSET_LAG and STREAM_PARTITION_OFFSET_LA…
-
hi,
I create api include kafka and I create test and use embedded kafka but I have a problem when I use
```
(ns ...
(:require [embedded-kafka.core :as k])
(comment
(def z (k/create-zookeep…
-
Trying to add cycloneDX to an existing Gradle project. `./gradlew cyclonedxBom` produces a ton of errors of the form:
```
Could not resolve XXX.
Required by:
project :
> No…
-
### Describe the bug
When using nested avro-types, which are flattened by the connector, it is no more possible for the connector to create the base table because the sql-type for the decimal typ…
-
When using `streamQuery` or `executeQuery`, the following error is thrown.
```
Caused by: java.lang.NoClassDefFoundError: org/apache/kafka/streams/errors/StreamsException
at java.base/java.lang.C…
-
### Summary
As a
user
I want to be able to
execute the scripts, in the scripts directory
So that I can
perform the different supported actions ones…
-
Modlarize app logic for better separation of concern