davidmerrick / confluent-rest-proxy

Dockerized Confluent REST proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo of Dockerized Confluent REST proxy

Usage:

Create a .env file and configure your bootstrap servers:

BOOTSTRAP_SERVERS=yourServersHere

Invoke this command:

docker-compose up

Test that it's running by making a GET to

 http://localhost:8082/topics

Reference

Confluent tutorial

About

Dockerized Confluent REST proxy