qianye1001 commented on code in PR #1061:
URL: https://github.com/apache/rocketmq-clients/pull/1061#discussion_r2306819672
##########
java/client/src/main/java/org/apache/rocketmq/client/java/impl/producer/ProducerImpl.java:
##########
@@ -455,7 +463,7 @@ ListenableFuture<List<SendReceiptImpl>> send0(Endpoints
endpoints, List<Publishi
/**
* Warning: please DO NOT modify the signature of this method, it is used
by OpenTelemetry instrumentation.
*/
- private void send0(SettableFuture<List<SendReceiptImpl>> future0, String
topic, MessageType messageType,
+ protected void send0(SettableFuture<List<SendReceiptImpl>> future0, String
topic, MessageType messageType,
Review Comment:
Warning: please DO NOT modify the signature of this method, it is used by
OpenTelemetry instrumentation.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]