-
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.
-
**Describe the bug**
We're experiencing a bug where some of the queries we have deployed (all stateless, all converting json to avro) are experiencing really slow consuming and fail to be terminated …
-
**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 …
-
For the tutorial below
https://kafka-tutorials.confluent.io/finding-distinct-events/ksql.html
A table is created as below
```
CREATE TABLE DETECTED_CLICKS AS
SELECT
IP_ADDRESS AS …
-
If KSQL cannot connect to Schema Registry when creating a stream it throws an error.
In 5.0.1 you get:
```
ksql> CREATE STREAM MYSTREAM WITH (KAFKA_TOPIC='RECA_DATA', VALUE_FORMAT='AVRO');
…
rmoff updated
3 years ago
-
**Describe the bug**
**ksql-test-runner** no way to set **ksql.suppress.enabled** to **true** so we can unit test **EMIT FINAL**
**To Reproduce**
Steps to reproduce the behavior, include:
1. Inp…
-
I just use this configuration (docker-compose):
```
version: "3.8"
volumes:
kafka_data:
services:
zookeeper:
restart: always
image: bitnami/zookeeper:3.7
ports…
-
HI there:
We are running our kafka on docker compose. It works fine if Kafka starts the first time, while KSQLDB crashed if we restart it. Now, the only solution is delete the persistent files (zo…
-
```
ksql> select explode(hashtagentities)->text AS HASHTAG, COUNT(*) from tweets_03 where retweet=false and hashtagentities is not null GROUP BY explode(hashtagentities)->text emit changes limit 20;
…
rmoff updated
2 years ago