-
Hi, i want to use ksql to query other kafka cluster 's topic which is already started, by using the PRINT statement, Is there any ways to do this ?
I dont want to use the kafka and zk in Confluent …
-
Docker Compose excerpt:
```
kafkahq:
image: tchiotludo/kafkahq
ports:
- "8080:8080"
environment:
KAFKAHQ_CONFIGURATION: |
{
kafka {
…
rmoff updated
5 years ago
-
When not passing properties node in the request, receiving an error "Unable to verify the AVRO schema is compatible with KSQL. null ". This is misleading
### Request:
```
{
"ksql": "CREATE S…
-
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.scala-lang#scala-…
-
Hi, after downloading new version (downloaded today 12.7.2019)
I was not able send logs to kafka or logstash with winlogbeat 7.1.1 or 8.0.0 (online logs, or offline logs)
I had older VM with same …
-
When you create a new stream by reading from a Kafka topic with Avro-formatted messages, you don't have to define columns or data types in the CREATE statement....if you are interacting via the CLI.
…
-
Hello,
first this looks great, thanks for it.
Second, is there a way to add support for Kafka's ACL on the consumer and producer commands ( all would be great too ) in the config file or somewh…
-
Currently, it seems that case statement is not supported by KSQL v 0.3? Is this due to be added anytime soon? What else options are they to create derived columns using KSQL?
-
I can execute the following ksql script in ksql cli shell, but when I switch to use ksql rest api, it reported error. Why? Is this my usage way problem? Thanks!
`ksql> CREATE STREAM DEV_DATASOURCE_…
-
I want to send message from kafka to elasticsearch with sink connector.
I installed kafka platform OSS 5.02 in server1(kafka01:10.168.1.40), elasticsearch 6.6 in server2 (es01:10.168.1.251).Both of t…