Skip to content

Instantly share code, notes, and snippets.

View DennisFederico's full-sized avatar

Dennis Federico DennisFederico

View GitHub Profile
@DennisFederico
DennisFederico / docker-compose.yml
Created August 4, 2022 13:55
Control Center, Connect and KSQLDB using Kafka and SR in Confluent Cloud
---
version: '2'
services:
connect_1:
image: confluentinc/cp-server-connect:7.2.1
hostname: connect-1
container_name: connect-1
ports:
- "8083:8083"
@DennisFederico
DennisFederico / benchmark-commands.md
Created August 6, 2021 09:23 — forked from ueokande/benchmark-commands.md
Kafka Benchmark Commands

Benchmark commands

Producer

Setup

bin/kafka-topics.sh \
  --zookeeper zookeeper.example.com:2181 \
  --create \