-
I am referring to clickstream example mentioned in examples
**scenario: I want to transform clickstream data to 30 second count aggregation and then find the maximum number of data points received…
-
**Is your feature request related to a problem? Please describe.**
Today, if a user of `ksql-datagen` doesn't specify a `msgRate` , the tool produces messages as fast as possible. This is probably no…
-
Step1: producer command :
```
root@masbidw1.usa.corp.ad:/usr/hdp/3.0.1.0-187/confluentclient/confluent-5.2.2> bin/kafka-console-producer --broker-list masbidw1.usa.corp.ad:9092 --topic emptable3
…
-
I have a kafka producer that sends messages to a topic, lets call it "foo-topic". The messages are avro serialized and the Avro schemai is as below:
```
{
"name":"Device",
…
-
Deserialize the body of the message (could be XML) into column format, filter on the column value and write the body untouched to a destination topic
-
Currently, KSQL creates a KTable for a Table source by:
1. Build a KStream over the changelog topic
2. Add some stateless transform processors for adding the rowtime and rowkey fields
3. Group the …
-
As seen in #565, we broke the ability to configure the number of replicas for the command topic silently in a refactor.
We should figure out how to add tests so that this doesn't happen again.
-
Hi Team,
Can we use cp-helm-charts for production use, If not what are the changes to make it for production use from below link.
https://github.com/confluentinc/cp-helm-charts
I am planning …
-
**Is your feature request related to a problem? Please describe.**
Unable to create stream/table in ksql from topic sourcing from MongoDB. Encountered error when running simple:
`CREATE STREAM peopl…
-
KSQL can flatten ARRAY types only when the size of the array is a known as described in: https://www.confluent.io/blog/data-wrangling-apache-kafka-ksql
Otherwise, when the ARRAY type is of unknown …