Skip to content

Latest commit

History

History
11 lines (6 loc) 路 893 Bytes

File metadata and controls

11 lines (6 loc) 路 893 Bytes

Quick Start - Go API with Kafka messaging

Read the detailed recipe for setting up OpenTelemetry Collector with Tractest in our documentation.

This is a simple quick start on how to configure two Go lang apps that interacts with Apache Kafka: a producer-api and a consumer-api , and how to test if the messaging is properly working with a trace-based test.

If you want to run this example, just execute docker compose up on this folder.

To execute a Trace-based test with Tracetest against this structure just run tracetest run test -f test-producer.yaml or tracetest run test -f test-consumer.yaml.

Feel free to check out the docs, and join our Slack Community for more info!