-
There was a breaking syntax change when KSQL became ksqlDB where push queries are now specified with `EMIT CHANGES;` at the end. It seems there are several `.sql` files in various examples that do not…
-
There's no way today for users to configure request timeouts used by the ksqlDB Java client, or the ksql migrations tool (which leverages the Java client). We should make this timeout configurable.
…
-
Hi,
I wanted to know that what is the recommended way to make push queries to ksqldb - http or web socket, I was writing a js client to talk to ksqldb and wanted to take experts opinion on recom…
-
Looking for a connector for data ingestion from Salesforce to Delta Lake , with minimal transformation transformation .
Somewhat in similar lines of KsqlDB
-
when i use a kafka with kerberos auth, it offers two ways for me. keytab files or plaintext both associated to a principal created by kerberos. now i want use ksqldb with it,i find docs said that i ca…
-
**Describe the bug**
In environments with strict polices on topic creation setting `unclean.leader.election.enable` is often not allowed.
ksqlDB sets `unclean.leader.election.enable` to `false` on…
-
When a persistent query has a WHERE clause.
And this WHERE clause uses the LIKE keyword for pattern matching on a string field.
And the string field contains a newline character "\n".
Then the LIKE…
-
I would like to try the newest ksqldb-api-client (eg describeSource), but I'm not able to find the newest versions in the repository mentioned in the [developer guide](https://github.com/confluentinc/…
-
Hello everybody, I'm currently testing ksqldb-server and have some issues connecting ksqldb to a managed Kafka cluster (MSK) that uses ACLs. Specifically, there seems to be a problem when writing to t…
-
From @wicknicks : the ksqlDB Java client (ksqldb-api-client module) transitively includes a number of popular dependencies (vertx, netty, jackson, slf-log4j). These can conflict quite easily with othe…