-
**Is your feature request related to a problem? Please describe.**
Right now the default for Jet is to let postgres arrays get generated into golang strings.
You can override the generated types, bu…
-
Hello!
I'am using Kafka on Kubernetes using the helm chart
I'am using this code to insert the data on the Cluster, very simple
The producer
```
'use strict';
const { Kafka } = require(…
-
i'm receiving the following error after inserting into a stream using
```python
client.ksql("INSERT INTO riderLocations (profileId, latitude, longitude) VALUES ('4ab5cbad', 37.3952, -122.0813);")…
-
Source events in topic `atm_txns_gess`
```
ksql> DESCRIBE EXTENDED ATM_TXNS_GESS;
Name : ATM_TXNS_GESS
Type : STREAM
Key field :
Key format …
rmoff updated
1 month ago
-
Hi, im using kafka instance from docker-compose (in attach my docker-compose.yml).
Using no transactional mode i can connect, publish and **correctly consume messages**.
If i use transactional way d…
-
Hello @thekiwi,
Thank you for sharing this open-source ksql linter.
I am using this linter to validate ksql queries in my local system. I have created ksql query to lint using this linter while it…
-
![confluent](https://user-images.githubusercontent.com/30949524/84157022-d3dcef00-aa87-11ea-94fc-2c40be85066b.png)
I am trying to connect to ksqldb
public class MainClass {
public static vo…
-
After modifying variables.tf to change the region from us-east1 to asia-southeast1, and the number of Connect nodes from 1->3 and the number of ksql nodes from 1->3; the plan stage fails with:
Er…
-
The ksql-cli has an error in ksql-demo file yaml. If you modify it as below, there is no problem.
[Problem]
image: confluentinc/ksql-cli:5.4.1
[solved]
image: confluentinc/cp-ksql-cli:5.4.1
-
**Is your feature request related to a problem? Please describe.**
ksqlDB is evolving a streaming database and should be able to support common SQL functions and keywords. Ask here is to add support …