example

package module
v0.0.0-...-d618d2f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2021 License: MIT Imports: 5 Imported by: 0

README

Confluent Kafka Go instrumentation example

A Kafka producer and consumer using confluentinc/confluent-kafka-go library with instrumentation.

Prerequisites

These instructions expect you have docker-compose installed.

Launch Kafka and ZooKeeper containers in order to run this example:

$ docker-compose up -d

Producer

Run the following commands in order to produce a message in topic confluent-kafka-go-example:

$ go run producer/producer.go -brokers=localhost:9092

Producer

Run the following commands in order to consume a message from topic confluent-kafka-go-example:

$ go run consumer/consumer.go -brokers=localhost:9092

Cleanup

Once you've finished testing these examples, don't forger to cleanup your environment by removing docker containers:

$ docker-compose down

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	KafkaTopic = "confluent-kafka-go-example"
)

Functions

func InitTracer

func InitTracer() *sdktrace.TracerProvider

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL