Class TracingKafkaPropagatorGetter

  • All Implemented Interfaces:
    Propagator.Getter<org.apache.kafka.clients.consumer.ConsumerRecord<?,​?>>

    public class TracingKafkaPropagatorGetter
    extends Object
    implements Propagator.Getter<org.apache.kafka.clients.consumer.ConsumerRecord<?,​?>>
    Getter extracting the values from the ConsumerRecord headers for Kafka based communication.
    Since:
    3.1.0
    Author:
    Anders Clausen, Flaviu Muresan
    • Constructor Detail

      • TracingKafkaPropagatorGetter

        public TracingKafkaPropagatorGetter()
    • Method Detail

      • get

        public String get​(org.apache.kafka.clients.consumer.ConsumerRecord<?,​?> carrier,
                          String key)
        Specified by:
        get in interface Propagator.Getter<org.apache.kafka.clients.consumer.ConsumerRecord<?,​?>>