-
When deploy kafka docker edition all in one: using docker-compose.yml
```
---
version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:latest
hostname: zookeeper
cont…
-
Hello everyone,
I was wondering if anyone have a working AKHQ with a Confluent kSqlDB connected on it that is working ?
Because I try all ways I could find on the web, this github and all the i…
-
Hi,
Help: I'm struggling to find the repo to ask for an ARM build of the image confluentinc/ksqldb-cli
Currently, only the x86_64 version is available, and having an ARM64 option would be incr…
-
Hi, This is regarding the different kafka's image vulnerabilities we have encountered and we would like to know the plan to fix them along with any tentative timelines:
1. cp-kafka - CVE-2022-2526
2…
-
### Is your proposal related to a problem?
We decided to deploy multiple ksqlDB per use case (e.g one service one ksqlDB) as [recommended by ksql docs](https://docs.ksqldb.io/en/latest/operate-and-…
-
First off, thank you for these wonderful container images.
When running the [ksqlDB quickstart example](https://ksqldb.io/quickstart.html) locally on my MacBook Pro M1 (which has an arm64 processor…
-
_Please note: New lexers are contributed to Rouge from the community. Your request will help the community in developing a lexer but it does not mean that anyone **will** develop the lexer._
I'd li…
-
If I create a ksqlDB with Terraform it automatically creates a topic for me with a name like "pksqlc-xx123xx-processing-log".
If I then destroy this cluster with terraform the ksqldb gets removed as …
-
This issue is related to #386 .
**In this issue we want to identify the scope of Apache Wayang - Apache Kafka support.**
Apache Kafka does not offer a processing engine. KStreams and KSQLDB have…
kamir updated
3 months ago
-
I got:
```
[2021-02-02 18:30:34,138] ERROR Failed to start KSQL (io.confluent.ksql.rest.server.KsqlServerMain:68)
io.confluent.ksql.util.KsqlServerException: Could not get Kafka cluster configura…