lrhkobe commented on code in PR #4246: URL: https://github.com/apache/eventmesh/pull/4246#discussion_r1268845197
########## eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/CreateTopicProcessor.java: ########## @@ -45,9 +46,10 @@ import com.fasterxml.jackson.core.type.TypeReference; +@EventMeshTrace(isEnable = true) Review Comment: This processor is used to manage metadata. I think trace only needs to be used on the link of event sending and receiving. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
