-
KSQL server in headless mode (ie., using a `--queries-file` parameter for `ksql-server-start`) fails to start with fatal error
```
ERROR Failed to start KSQL (io.confluent.ksql.rest.server.KsqlSer…
-
Source topic is populated by a CDC tool (Debezium) which includes the metadata of the source in messages, including `table`. KSQL (5.0.0-SNAPSHOT as of 05 Jul 2018) errors out on this.
```
ksql> …
rmoff updated
5 years ago
-
**Is your feature request related to a problem? Please describe.**
Currently, pull queries are served through the `/ksql` endpoint. We argue that it makes more sense (both developer and user-facing w…
-
Hi Everyone,
I have been using kafka connect jdbc connectors performing source and sink with no issues at all. Now I want to create a KSQL Stream using the topic created by the kafka-connect sour…
-
I’m following https://github.com/confluentinc/demo-scene/blob/master/ksql-intro/demo_ksql-intro.adoc
After running the setup, I get an error message at:
```
ksql> PRINT 'orders';
Could not find t…
groda updated
5 years ago
-
Description
===========
Earlier I was getting the json exception while running simple avro python error. (issue 517). As per Ryan's reply I have changed the cached_schema_registry file on my local …
-
Alway fail when quering by KSQL.
Kafka version: 2.2.1
Kafka and zk both are securitied by SASL/PLAIN.
```
2019-08-30 10:34:47 INFO [KafkaSqlParser.http-nio-8048-exec-23] - KafkaSqlParser - SQ…
-
as very briefly discussed with @hjafarpour in the slack community:
I've seen the array column support as well as the `extractjsonfield` UDF explained in the docs which are for different use cases t…
-
Hi,
After resolving #7 , it appears I may still have something missing.
I have a small kafka test server running ksql-engine on the default port; and can connect like so from ksql on a command …
-
I got the following error when building the environment in the cloud via terraform:
```
aws_instance.hr001 (remote-exec): C:\Users\User>powershell Restart-Computer -Force
aws_instance.hr001: Crea…