README
Kafka Sarama instrumentation example
A Kafka producer and consumer using Sarama with instrumentation.
These instructions expect you have docker-compose installed.
Bring up the Kafka
and ZooKeeper
services to run the
example:
docker-compose up -d zoo kafka
Then up the kafka-producer
service to produce a message into Kafka:
docker-compose up kafka-producer
At last, up the kafka-consumer
service to consume messages from Kafka:
docker-compose up kafka-consumer
Shut down the services when you are finished with the example:
docker-compose down
Documentation
Index ¶
Constants ¶
View Source
const (
KafkaTopic = "sarama-instrumentation-example"
)
Variables ¶
This section is empty.
Functions ¶
func InitTracer ¶
func InitTracer()
Types ¶
This section is empty.