dugenkui03 commented on code in PR #4180:
URL: https://github.com/apache/rocketmq/pull/4180#discussion_r857142145
##########
client/src/main/java/org/apache/rocketmq/client/trace/AsyncTraceDispatcher.java:
##########
@@ -358,7 +382,7 @@ private void flushData(List<TraceTransferBean>
transBeanList, String dataTopic,
* @param keySet the keyset in this batch(including msgId in original
message not offsetMsgId)
* @param data the message trace data in this batch
*/
- private void sendTraceDataByMQ(Set<String> keySet, final String data,
String dataTopic, String regionId) {
+ private void sendTraceDataByMQ(Set<String> keySet, final String data,
String regionId) {
String traceTopic = traceTopicName;
Review Comment:
Thanks a Lot. I do want to use the topicName generated in previous process,
but forget.
--
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]