-
I recently upgraded to the latest spring boot and spring cloud stream for my application. Then I started seeing a lot of these such as ```Processed 0 total records, ran 0 punctuators, and committed 0…
-
Hello everybody.
This issue I am getting with Control Center is making me go insane. After I deploy Confluent's Control Center using CRDs provided from Confluent for Kubernetes Operator, it works …
-
## Problem
KStreamplify reads all configurations from the Spring Boot context and exposes those under the **kafka.properties** prefix in a static global object, **KafkaStreamsExecutionContext**.
`…
-
Working on Windows 10 and confluent-5.5.0-2.12.zip and kafka_2.12-2.5.0. I'm running locally:
- in powershell, zookeeper with: bin\windows\zookeeper-server-start.bat config\zookeeper.properties
- …
-
**Describe the bug**
It doesn't seem to be possible to configure settings for specific types of clients used internally with the [Kafka Streams naming prefixes](https://docs.confluent.io/platform/cur…
-
The current stable version of Kafka streams (2.3) supports naming some internal topics per KIP's.
https://cwiki.apache.org/confluence/display/KAFKA/KIP-372%3A+Naming+Repartition+Topics+for+Joins+an…
-
I think it's problematic to place kafka's scripts into /usr/bin. For example, this script doesn't work:
```
docker run --rm -ti confluentinc/cp-kafka kafka-streams-application-reset
```
Result:
``…
-
Sometime, after you have all your queries running in interactive mode, you want to modify the default configuration of the existing streams. For example to skip records with invalid timestamp by setti…
-
**Describe the bug**
ksql-master/ksql-streams/src/main/java/io/confluent/ksql/execution/streams/materialization/ks/KsStateStore.java:[29,32] cannot find symbol
symbol: class StoreQueryParameters…
-
Kafka protocol "listNodes" checks if a Kafka cluster has the expected number of brokers - it is used as a healthcheck by all Confluent docker containers.
For example:
/etc/confluent/docker/ensure …