Skip to content

Latest commit

History

History

distributed-tracing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Distributed Tracing for Stream Processing

Preamble of a document - TBD

Prep, download and Build everything

Make
make    #(1)
  1. this command will create directories, build producer/consumer app and download tracing interceptors from riferrei/kafka-tracing-support

Producer app

KSQL Server

producer.interceptor.classes=io.confluent.devx.util.KafkaTracingProducerInterceptor
consumer.interceptor.classes=io.confluent.devx.util.KafkaTracingConsumerInterceptor

export JAEGER_SERVICE_NAME=DemoInterceptors

or

export INTERCEPTORS_CONFIG_FILE=/etc/jaeger/ext/interceptorsConfig.json