syhily commented on code in PR #21249:
URL: https://github.com/apache/flink/pull/21249#discussion_r1017429516


##########
flink-connectors/flink-connector-pulsar/src/main/java/org/apache/flink/connector/pulsar/sink/writer/topic/TopicProducerRegister.java:
##########
@@ -150,7 +181,13 @@ private <T> Producer<T> getOrCreateProducer(String topic, 
Schema<T> schema) {
                     createProducerBuilder(pulsarClient, schema, 
sinkConfiguration);
             // Set the required topic name.
             builder.topic(topic);
+            // Set the sending counter for metrics.
+            builder.intercept(new ProducerMetricsInterceptor(metricGroup));

Review Comment:
   This interceptor is only used for recording the IO metrics and no need to 
disable it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to