-
If you use the `query` endpoint for a statement you get an unhelpful error:
```
$ curl -s -X "POST" "http://localhost:8088/query" \
-H "Content-Type: application/vnd.ksql.v1+json; charset…
rmoff updated
3 years ago
-
Got a problem, when sending "print 'topic'" request with KSQL REST API. It takes near a three minutes untill i got hte first byte of response body. Ksql server reports that printing starts immideately…
-
thank you for this plugin
i have question :
i want to get every key insert in redis realtime and send to kafka topic with json format
redis key example
v:220921:405305591
my kafka topic outp…
-
We have a ksqldb server deployment that stops working after couple of days. Specifically we find a few processors stopped and having their state transition from RUNNING into ERROR without apparent e…
-
1. I created a new kafta topic with the following command.
`bin/kafka-topics.sh --create --topic Test --bootstrap-server localhost:9092`
2. I then entered the KSQL interface and created a stream w…
-
**Describe the bug**
The assignment of internal column names is not consistent across different queries. The problem might be in the auto-increment when creating a new internal column name.
**T…
-
The internal Connect structure created by Avro Random contains Schema names with `.` which is incompatible with Protobuf and the Protobuf Converter. Ideally, eventually a resolution would be created …
-
My request:
```
curl -X "POST" "http://ksql-server:8088/ksql" -H "Content-Type: application/vnd.ksql.v1+json; charset=utf-8" -d $'{
"ksql":"CREATE STREAM req (volume BIGINT, orderId BIGINT, pri…
-
Source data in JSON, mapped as a table:
```
ksql> SET 'auto.offset.reset' = 'earliest';
Successfully changed local property 'auto.offset.reset' from 'earliest' to 'earliest'.
ksql>
ksql> SELEC…
rmoff updated
3 years ago
-
问题:
在使用kafka-eagle发现groupID 为 kafka.eagle.system.group消息组会产生消息积压,只有手动通过ksql 查询一次对应的topic之后才进行一次commit,积压想象消失,像这种情况有什么方法可以解决吗?