Skip to content

Docker images for deploying and running Kafka services based on the Confluent Platform

License

Notifications You must be signed in to change notification settings

ChrisStuntz/docker-confluent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-confluent

Docker images for deploying and running Kafka services based on the Confluent Platform.

Docker Repository on Quay

about

The images are based on confluentinc/cp-docker-images and have been modified to:

examples

Build and run with Docker Compose:

docker-compose build
docker-compose up
kafkacat -b localhost:9092 -L

View RegexPrincipalBuilder metrics:

curl -s http://localhost:9011/metrics | grep kafka_security_RegexPrincipalBuilder

List the available Kafka Connect connector plugins and their versions:

curl -s http://localhost:8083/connector-plugins | jq '.[] | select(.class | contains("nordstrom"))'

About

Docker images for deploying and running Kafka services based on the Confluent Platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published