-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
Description
FEATURE REQUEST
- Please describe the feature you are requesting.
Add SubAfter trace bean timestamp field.
- Provide any additional detail on your proposed use case for this feature.
org.apache.rocketmq.client.trace.TraceDataEncoder#encoderFromContextBean add SubAfter trace bean timestamp
- Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
should-have.
Mentioned in PR-744 , the timeStamp and consumeGroup have been deleted by this commit.
(It is fine for deleting SubAfter consumeGroup because we can find consume group from SubBefore traceContext by messageId and requestId)
I use subBefore timestamp+costTime instead of subAfter timestamp, but it is not reasonable.
- If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:
None