-
When running ksql-cli within GNU screen there is a problem with the display once the screen has scrolled.
GIF shows it better, but to describe:
1. Run a query that fill the screen and scrolls …
rmoff updated
5 years ago
-
http://localhost:3000/#/overview/architecture
KSQL查询结果图形化展示
-
To catch all possible issues, there must be intergration tests for the clients (e.g. launch KSQL on docker-compose, and check all client methods)
-
**Describe the bug**
We are running the ksqldb server in lockdown headless mode and provide the path to a `.sql` script via the environment variable `KSQL_KSQL_QUERIES_FILE`
The `.sql` script contai…
-
Hello, first of all congratulations for the work done, i have had the opportunity to try your JDBC driver for a long time and i wanted to know more about future developments.
In particular, do you t…
-
**Is your feature request related to a problem? Please describe.**
Given a multi-tenant Kafka cluster with ACLs per tenant based on prefixes, running ksqldb server should not require new ACLs.
Exa…
-
Hi guys,
I've successfully used the connector to stream data from an avro-based topic to BigQuery.
Does the connector support streaming Json-based topics as well?
Thanks.
-
当用 -m pg 模式启动,用 postgres 连接时, 报 ksql: error: could not connect to server: FATAL: role "system" does not exist, 但是同样的配置,改为 oracle 模式时,就可以正常连接。怎么解决呢?
-
Shouldn't be a 200.
```
[2019-01-10 16:28:29,609] ERROR Failed to handle: Command{statement='CREATE TABLE suspicious_attempts AS SELECT ip, count(*)
FROM VAULT_FAILED_LOGIN_ATTEMPTS_FLATTENED
…
-
**Description**
KSQL Test Runner fails on testing Create Stream statement that doesn't use SELECT.
**To Reproduce**
KSQL Version: 0.23.1
KSQL Test Runner locally
SQL That produced the error:…