-
Hello,
**Context:**
We are trying to build following architecture with Kafka Connect and Kafka Streams
MYSQL -> KAFKA-CONNECT-JDBC (SOURCE connector) -> KAFKA -> KAFKA-STREAMS (doing some norma…
-
Hello! We recently had an issue with two of our akka-kafka-streams apps in production, where they just suddenly stopped consuming. They are both long running apps that consume messages, and optionally…
-
1、-StreamThread-1] Encountered the following error during processing:: java.lang.NullPointerException
2、 All stream threads have died. The instance will be in error state and should be closed
2021…
-
Running `./gradlew build` causes errors on a M1 (ARM) mac, and the KTable and StreamsJoin examples don't work, apparently because Kafka Streams depends on RocksDB, and the version Kafka Streams 2.8.0 …
-
### Discussed in https://github.com/open-telemetry/opentelemetry-java-instrumentation/discussions/6407
Originally posted by **paulklos** August 2, 2022
Hi,
We have an application that cons…
-
KSQL server in locked down mode running on docker container without permanent storage. After restart seem to get this warning...
Could it be that the parent directories for checkpoint file are not…
-
I think it is not possible to define headers in the producer json. Something like this:
```json
"steps": [
{
"name": "produce_step",
"url": "kafka-topic:xxxx",
"operation":…
-
Because of this PR https://github.com/strimzi/strimzi-kafka-operator/pull/9840 on the upstream Strimzi project, we are removing the support for the Bidirectional Topic Operator so the corresponding TL…
-
In the Kafka Streams examples, there is this example that shows how to join data between KafkaStreams and a GlobalStore.
The example successfully runs with one redpanda node which matches the examp…
-
### Describe the bug
When running the kafka streams example here: https://quarkus.io/guides/kafka-streams the http endpoint for the aggregator doesn't work. Below is the output that we are getting.
…