-
**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…
-
Hi Everyone,
I searched but could not find any example to use Avro format from SchemaRegistry with KSqlDb.
Since there is no documentation or at least I could not find one, I just guessing the var…
-
### 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
1 month ago
-
## server.properties
```properties
## Basic ##
# The id of the broker. This must be set to a unique integer for each broker.
broker.id=0
## Socket Server Setting ##
# Broker가 사용하는 호스트, 포트 지정
…
-
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…
-
1) Cloned the git repo
2) mvn clean package
3) Copied the `amazon-kinesis-kafka-connecter-0.0.8-SNAPSHOT.jar` to JAVA_HOME/lib/ext
4) Made changes to worker.properties and kinesis-kafka-streams-con…
smj19 updated
3 years ago
-
**Context**
At the moment I'm migrating some Spring Boot 2.7.x, Spring for Apache Kafka applications to Spring Boot 3.
I followed the migration guide and Spring Kafka documentation regarding mig…
-
We are using reactive-kafka (Using com.typesafe.akka:akka-stream-kafka_2.11:0.14) with kafka 10 brokers and are frequently seeing consumers come up (usually immediately following the termination of a…
-
In the Kafka Streams examples, there is this example that shows how to join data using a Global KTable.
The example hangs on it's first run but subsequent runs succeed with the expected output.
##…
-
I tried to start the connector with
```export CLASSPATH=/home/kafkacon/kafka_2.11-2.1.1/libs/guava-20.0.jar:/home/kafkacon/amazon-kinesis-kafka-connecter-0.0.9-SNAPSHOT.jar
./kafka_2.11-2.1.1/bin/c…