Skip to content

OneCricketeer/kafka-connect-sandbox

Repository files navigation

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

Releases

No releases published

Packages

No packages published