Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.14 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.14 KB

Kafka Connect Sandbox

I have been working alot lately with Kafka Connect (primarily S3 Connect) and need to quickly debug things locally without access to an AWS account, so this project sets up Minio and collection of Confluent Platform Docker images for easy testing. Other connectors were added later.

To get working, clone, run cp .env.template .env, then edit that file with the appropriate information.

I'm using make targets to run things... TODO: Document what's available

Other Prerequisites:

  • docker && docker-compose
  • make

References