cp-demo
cp-demo copied to clipboard
Confluent Platform Demo including Apache Kafka, ksqlDB, Control Center, Schema Registry, Security, Schema Linking, and Cluster Linking
Add overview video to cp demo docs
Quality of life update for gitpod: - names and descriptions for ports in gitpod port explorer
Bumps [requests](https://github.com/psf/requests) from 2.18.4 to 2.20.0. Changelog Sourced from requests's changelog. 2.20.0 (2018-10-18) Bugfixes Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). Fixed exception leak where certain redirect...
### Description _What behavior does this PR change, and why?_ Right now this is just a test to see if updating elastic stack to 8.1.2 will have performance benefits. ###...
### Description _What behavior does this PR change, and why?_ While enabling gitpod on jmx-monitoring-stacks repo (https://github.com/confluentinc/jmx-monitoring-stacks/pull/54), it made sense to extend cp-demo instead of copy/paste'ing most of the gitpod...
Here is where users are added to groups: https://github.com/confluentinc/cp-demo/blob/6.2.1-post/scripts/security/ldap_users/20_group_add.ldif We need to use groups to showcase the power of RBAC. I would suggest two different groups, KafkaDevelopersA and KafkaDevelopersB, with...
I have followed this demo and get the following error. https://github.com/confluentinc/cp-demo https://github.com/confluentinc/cp-demo/blob/7.0.1-post/docker-compose.yml I replace KSQL_BOOTSTRAP_SERVERS with my own kafka server and get the following error, what could be the cause...
**Description** In README.md, I found Wikimedia word. Is this typo or correct word?
Hello, We use confluentinc/cp-kafka and kafka version is 5.4.0-ccs. My use case is to have inter broker communication via PLAINTEXT and producer/consumer via SASL/OAUTHBEARER, hence I have below configuration in...
``` Building custom Docker image with Connect version 5.5.0 and connector version 5.5.0 docker build --build-arg CP_VERSION=5.5.0 --build-arg CONNECTOR_VERSION=5.5.0 -t localbuild/connect:5.5.0-5.5.0 -f /Users/binyamingreenberg/my-workspace/cp-demo/scripts/../Dockerfile-confluenthub . Sending build context to Docker daemon...