-
**Describe the bug**
In `ClientImpl.java` `HttpClientOptions` does not set the `http2MultiplexingLimit` resulting in it being -1.
This in turn, is used here in Vertx
```
public static VertxHttp…
-
Queries like:
``` python
from ksql import KSQLAPI
client = KSQLAPI('http://localhost:8088')
client.ksql('SELECT * FROM stream_name EMIT CHANGES LIMIT 5;')
```
don't work and throw the following …
-
You can use EMIT FINAL instead of EMIT CHANGES if you set "ksql.suppress.enabled" property to true, but there's no mention of it in the documentation. Is this deliberate and the feature will be remove…
-
**Describe the bug**
When drop and terminate statements are being executed, pipeline fails with JsonSyntaxException. This is more frequent when there are large number of queries running.
**To Repr…
-
Hi, I wanted to try the KSQL migration tool but looks like the `confluentinc/cp-ksqldb-server` image does not embed the ksqldb-tools jar...
![image](https://user-images.githubusercontent.com/593564/1…
-
Only `plaintext` is supported at the moment, see https://github.com/vdesabou/kafka-docker-playground/issues/161
-
Some temp queries are running in the ksqldb. I cannot use "TERMINATE" to stop them. Please help on this. Thanks!
KSQL cli is 0.9.0 and KSQLDB is 5.5.
```
Query ID …
ghost updated
3 years ago
-
**Describe the bug**
I am using Julie 3.2.0 and am trying to deploy a simple descriptor to a test cluster.
There is no SSL and SASL only.
This is my properties file - I can use the exact same file …
-
I tried what @robcowart did by increasing the wait time to 120 seconds for my instance. Still the same.
My MacBook$ CLEAN=true ./scripts/start.sh
./scripts/start.sh: line 5: /Users/IcyRoad/cp-demo/s…
-
**Describe the bug**
A clear and concise description of what the bug is.
`java.lang.StackOverflowError` exception when creating a KSQL Protobuf stream with a big/complex Protobuf definition.
We hav…