You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/24 08:04:29 UTC

[GitHub] [rocketmq] xhrg opened a new issue, #4201: Message consumption has no clientip

xhrg opened a new issue, #4201:
URL: https://github.com/apache/rocketmq/issues/4201

   https://github.com/apache/rocketmq/blob/develop/client/src/main/java/org/apache/rocketmq/client/trace/TraceDataEncoder.java
   


-- 
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: dev-unsubscribe@rocketmq.apache.org.apache.org

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


[GitHub] [rocketmq] lizhiboo commented on issue #4201: Message consumption has no clientip

Posted by GitBox <gi...@apache.org>.
lizhiboo commented on issue #4201:
URL: https://github.com/apache/rocketmq/issues/4201#issuecomment-1107793511

   IMO, we do not concern message stored in which broker in the consume scenario.
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq] duhenglucky closed issue #4201: Why message trace of consume type do not have storeHost attribute?

Posted by GitBox <gi...@apache.org>.
duhenglucky closed issue #4201: Why message trace of consume type do not have storeHost attribute?
URL: https://github.com/apache/rocketmq/issues/4201


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq] xhrg commented on issue #4201: Why message trace of consume type do not have storeHost attribute?

Posted by GitBox <gi...@apache.org>.
xhrg commented on issue #4201:
URL: https://github.com/apache/rocketmq/issues/4201#issuecomment-1107808072

   @lizhiboo not append bean.getStoreHost() or getClientHost()
   
   If there is no storeHost, there should have clientHost
   
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq] xhrg commented on issue #4201: Why message trace of consume type do not have storeHost attribute?

Posted by GitBox <gi...@apache.org>.
xhrg commented on issue #4201:
URL: https://github.com/apache/rocketmq/issues/4201#issuecomment-1107807830

   not append bean.getStoreHost() or getClientHost()


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq] cserwen commented on issue #4201: Why message trace of consume type do not have storeHost attribute?

Posted by GitBox <gi...@apache.org>.
cserwen commented on issue #4201:
URL: https://github.com/apache/rocketmq/issues/4201#issuecomment-1107995351

   > 
   This method is used in here.
   https://github.com/apache/rocketmq/blob/2bd9059016448ebcb0bb1cf64ed944eba98bb38e/client/src/main/java/org/apache/rocketmq/client/trace/TraceView.java#L48
   
   The storeHost and clientHost was set in here.
   ![image](https://user-images.githubusercontent.com/46882838/165009967-934b0d82-b41b-4866-81f4-58a1bbb01e26.png)
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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