Giter VIP home page Giter VIP logo

docker-kafka-kit's Introduction

Docker-kafka-kit

This repository provides a convenient way to start kafka in docker for development and testing purposes.

Run

git clone https://github.com/Gr1f0n6x/docker-kafka-kit.git ./docker-kafka-kit
cd ./docker-kafka-kit
docker-compose up
# or
docker-compose up -d # (for running it in detached mode)

It will start the following containers:

  • zookeeper: localhost:2181 (confluentinc/cp-zookeeper:5.0.0)
  • kafka-broker: localhost:29092 (confluentinc/cp-enterprise-kafka:5.0.0)
  • schema-registry: localhost:8081 (confluentinc/cp-schema-registry:5.0.0)
  • kafka-connect: localhost:8083 (confluentinc/cp-kafka-connect:5.0.0)
  • kafka-rest-proxy: localhost:8082 (confluentinc/cp-kafka-rest:5.0.0)
  • kafka-topics-ui: localhost:8001 (landoop/kafka-topics-ui:0.9.4)
  • schema-registry-ui: localhost:8000 (landoop/schema-registry-ui:0.9.5)

Schema registry ui

Using schema registry ui you can easily create new schema and update existing schemas schema-registry-ui schema-registry-new-schema-ui

Kafka topics ui

Assuming that you have already installed kafka binaries, you can run this command:

kafka-topics --create --topic test --zookeeper localhost:2181 --replication-factor 1 --partitions 1

and, in result, you will see created topic in kafka topics ui web page: kafka-topics-ui

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.