cp-demo icon indicating copy to clipboard operation
cp-demo copied to clipboard

Confluent Platform Demo including Apache Kafka, ksqlDB, Control Center, Schema Registry, Security, Schema Linking, and Cluster Linking

Results 25 cp-demo issues
Sort by recently updated
recently updated
newest added

The problem is that the new confluent client tries to check for updates and this breaks the scripts: ``` [WARN ] unable to get available versions: Get "https://s3-us-west-2.amazonaws.com/confluent.cloud?prefix=confluent-cli/binaries/": dial tcp...

cp-demo 5.5.1, started up from scratch using `./scripts/start.sh` Confluent Control Center: ![image](https://user-images.githubusercontent.com/3671582/86344362-1a220a00-bc52-11ea-82e0-20d651ebb95c.png) ![image](https://user-images.githubusercontent.com/3671582/86344449-345be800-bc52-11ea-9158-54ee06f7e4e8.png) Validate script: ``` ➜ ./validate_connectors_running.sh Connector wikipedia-irc is in RUNNING state Connector replicate-topic is in RUNNING state...

cp-demo 5.5.1 Startup from scratch using `./scripts/start.sh` `elasticsearch-ksqldb` connector fails to start. Worker log shows HttpHostConnectException: Connect to elasticsearch:9200 [elasticsearch/192.168.128.11] failed: Connection refused (Connection refused) Elasticsearch is running, and if...

hi, I'm working with this demo and it is working fine. However, I'm now creating a new source connector who accesses an API over the internet. the docker-compose does not...

https://github.com/confluentinc/cp-demo/blob/1a2bcad4a2be0a1ff984f00027117d16fbede0ec/docker-compose.yml#L468 We're missing the following for the interceptors ``` username=\"client\" \ password=\"client-secret\";" ```

My colleague and I are both walking through this demo setup. We are using Ubuntu 18.04 running on a Windows 10 VM. We encountered two issues. 1. The mounting of...

Hit this when setting up afresh (i.e no prior docker images) and isolated it to the docker-compose command in the start script. Specifically, ES and Kibana versions seem to be...

I started the demo on mac os machine with 4gb for ram, docker and ,JB. I got the following error. ERROR: The logs in control-center container do not show 'Started...

Hello First thanks for this really funy and nice exemple to demonstrate the power of Kafka & Confluent with ElasticSearch ! However, I had some troubles to install it on...