-
> 包括这两个issue, #472 #491 ,
- 访问Dashboard时,Chrome的Console里发现以下报错
![image](https://user-images.githubusercontent.com/36916471/117667679-b48a9c80-b1d7-11eb-8551-f08f828920d8.png)
- 访问KSQL页面时,Chrome…
-
**Describe the bug**
version:0.17.0
i do not know if ksql cluster have to let every ksql service setup one by one when need to have migrations.seems everytime when ksql run migration ,will call
{…
-
**Provide details of the setup you're running**
ksql test runner 0.29.0
**Outline your question**
Does the ksql test runner provide a way to report Test coverage at all?
If not does someone…
-
## Bug Report
**What version of Kubernetes are you using?**
```
Client Version: v1.27.2
Kustomize Version: v5.0.1
Server Version: v1.17.4-kce-0.17-55-gd61db784aba56e
```
**What version of…
-
Originally asked on https://stackoverflow.com/questions/59194102/specify-ksql-stream-subject-names-explicitly
I have two KSQL topics `my-topic-1` and `my-topic-2`, with messages serialised via AVRO…
-
- [ ] https://github.com/Masterminds/squirrel
- [ ] https://github.com/golobby/orm
- [ ] https://github.com/mazrean/genorm
- [ ] https://github.com/VinGarcia/ksql
-
In the past I've added instrumentation logging to applications I've had to monitor. This can be invaluable for ops teams and during incident investigations.
Instrumentation logs, (my name, not sure…
-
It would be good to be able to have support in KSQL to write fields which correspond to AVRO enums. This is handy in a few cases where AVRO data may be projected and filtered through KSQL and read bac…
-
Hi,
I am using confluent 5.1 version, and we have a secure cluster across. So with KSQL I end up getting this error.
```
[root@tg-plkn-kmh3mxtgngfu-xarthuf4ureb-server-atralyhizbst ksql-cli]# cat…
-
This topic may be indirectly related to: #1405
I have a kafka topic with valid messages but with no keys
I created a first stream from this topic, rekeying on a non-null field (remoteAddress):
…