Skip to content

Commit 44975a6

Browse files
committed
javadoc
1 parent 96bc1c9 commit 44975a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instrumentation/kafka/kafka-clients/kafka-clients-2.6/library/src/main/java/io/opentelemetry/instrumentation/kafkaclients/v2_6/TracingConsumerInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* via ConsumerConfig.INTERCEPTOR_CLASSES_CONFIG property to your Consumer's properties to get it
2828
* instantiated and used. See more details on ConsumerInterceptor usage in its Javadoc.
2929
*
30-
* @deprecated Use {@link OpenTelemetryConsumerInterceptor} instead.
30+
* @deprecated Use {@link KafkaTelemetry#consumerInterceptorConfigProperties()} instead.
3131
*/
3232
@Deprecated
3333
public class TracingConsumerInterceptor<K, V> implements ConsumerInterceptor<K, V> {

instrumentation/kafka/kafka-clients/kafka-clients-2.6/library/src/main/java/io/opentelemetry/instrumentation/kafkaclients/v2_6/TracingProducerInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* via ProducerConfig.INTERCEPTOR_CLASSES_CONFIG property to your Producer's properties to get it
2424
* instantiated and used. See more details on ProducerInterceptor usage in its Javadoc.
2525
*
26-
* @deprecated Use {@link OpenTelemetryProducerInterceptor} instead.
26+
* @deprecated Use {@link KafkaTelemetry#producerInterceptorConfigProperties()} instead.
2727
*/
2828
@Deprecated
2929
public class TracingProducerInterceptor<K, V> implements ProducerInterceptor<K, V> {

0 commit comments

Comments
 (0)