-
The server properties file currently has a default of `listeners=http://0.0.0.0:8088` which is incompatible with IPv6. We should update this default to also include `http://[::1]:8088`, or perhaps `ht…
-
Consider the following set of chained queries:
```sql
create stream a as select * from source;
create stream b as select * from a;
```
If I issue them from the same API call to /ksql the serv…
-
KSQL recently [relaxed the need to specify a key for a table](https://github.com/confluentinc/ksql/issues/2745). This seems to cause `insert into values` to throw a strange error:
```
ksql> create…
-
```
$ ./bin/ksql-cli local --bootstrap-server xxx:9092
Initializing KSQL...
io.confluent.ksql.util.KsqlException: Could not fetch broker information. KSQL cannot initialize AdminCLient
```
I am…
-
Hello,
My team is running into an issue with the STRUCT Dereference operator. We have the following stream in KSQL (the orders_topic topic is produced by ksql-datagen):
```
CREATE STREAM orders…
-
I'm not sure if this is actually wanted behaviour, also because KSQL CLI is not showing the NULL messages but the kafka-console-consumer does.
What I'm doing is filtering out all `windows` but the…
-
I have a stream `cart_event (type, session, product, timestamp)` and a table `product (id, name, price)`. When I join these two:
```
ksql> create stream cart_event_product as select ce.type, ce.sess…
-
When using the quickstart protocol to deploy a local cluster with
```
git clone https://github.com/confluentinc/examples
cd examples
git checkout 5.3.1-post
cd cp-all-in-one/
docker-compose up -…
-
I downloaded docker ksql server 5.0.0, but it shows error
2019-08-25 23:37:03,559] ERROR Failed to initialize TopicClient: The broker does not support DESCRIBE_CONFIGS (io.confluent.ksql.util.KafkaTo…
-
Currently KSQL will silently ignore serialisation errors (from the user's point of view - they are logged server side).
I'm was getting no results from a `SELECT`, and it turned out the server log…
rmoff updated
5 years ago