| Package | Description |
|---|---|
| org.springframework.cloud.sleuth.instrument.kafka |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> reactor.kafka.receiver.KafkaReceiver<K,V> |
TracingKafkaReceiver.create(ReactiveKafkaTracingPropagator reactiveKafkaTracingPropagator,
reactor.kafka.receiver.internals.ConsumerFactory factory,
reactor.kafka.receiver.ReceiverOptions<K,V> options)
Creates KafkaReceiver that will de decorated by tracing propagator to provide kafka
consumer publishing elements containing tracing context in their reactor context.
|
static <K,V> reactor.kafka.receiver.KafkaReceiver<K,V> |
TracingKafkaReceiver.create(ReactiveKafkaTracingPropagator reactiveKafkaTracingPropagator,
reactor.kafka.receiver.ReceiverOptions<K,V> options)
Creates KafkaReceiver that will de decorated by tracing propagator to provide kafka
consumer publishing elements containing tracing context in their reactor context.
|
| Constructor and Description |
|---|
TracingKafkaReceiver(ReactiveKafkaTracingPropagator reactiveKafkaTracingPropagator,
reactor.kafka.receiver.KafkaReceiver<K,V> delegate) |
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.