Skip to content

Latest commit

 

History

History
35 lines (16 loc) · 619 Bytes

README.md

File metadata and controls

35 lines (16 loc) · 619 Bytes

distributed-tracing-sample

Build / Run

env GOOS=linux GOARCH=386 go build -v -o ./consumer-three/build/app ./consumer-three

./gradlew clean build

docker-compose build && docker-compose up

Kafka Inspection of

/opt/kafka_2.11-0.10.1.0/bin/kafka-topics.sh --list --zookeeper 127.0.0.1 __consumer_offsets bar sleuth

/opt/kafka_2.11-0.10.1.0/bin/kafka-console-consumer.sh --from-beginning --topic sleuth --zookeeper 127.0.0.1

Things to add:

  • A Go service - using gokit? for tracing

  • gliffy diagram

  • A service that adds baggage

  • A downstream service of a kafka stream consumer