Skip to content

bertrandcedric/kafka-from-outside

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test HAProxy

To test, run the stack with docker-compose up -d

in client enter docker

docker-compose exec client bash

kafka-console-producer --bootstrap-server haproxy:9092 --topic example --producer.config /tmp/client.properties
kafka-console-consumer --bootstrap-server haproxy:9092 --topic example --from-beginning --consumer.config /tmp/client.properties
kafka-topics --bootstrap-server haproxy:9092 --topic example --describe --command-config /tmp/client.properties

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages