You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/09/28 07:16:51 UTC

[GitHub] [pulsar] techzhou opened a new issue #8145: consume acknowledged timestamp in subscription

techzhou opened a new issue #8145:
URL: https://github.com/apache/pulsar/issues/8145


   **Is your feature request related to a problem? Please describe.**
   I want to know every message acknowledged timestamp with one subscription
   
   **Describe the solution you'd like**
   write to log
   read from stats
   anything
   ...
   
   


----------------------------------------------------------------
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.

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



[GitHub] [pulsar] techzhou commented on issue #8145: consume acknowledged timestamp in subscription

Posted by GitBox <gi...@apache.org>.
techzhou commented on issue #8145:
URL: https://github.com/apache/pulsar/issues/8145#issuecomment-700426819


    - name: org.apache.pulsar.broker.service.persistent.PersistentSubscription
           level: debug
           additivity: false
           AppenderRef:
             - ref: SubHttp
   
   It's OK. I really appreciate your help. Thank you. @codelipenghui 


----------------------------------------------------------------
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.

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



[GitHub] [pulsar] techzhou closed issue #8145: consume acknowledged timestamp in subscription

Posted by GitBox <gi...@apache.org>.
techzhou closed issue #8145:
URL: https://github.com/apache/pulsar/issues/8145


   


----------------------------------------------------------------
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.

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



[GitHub] [pulsar] codelipenghui commented on issue #8145: consume acknowledged timestamp in subscription

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #8145:
URL: https://github.com/apache/pulsar/issues/8145#issuecomment-700375724


   @techzhou Could you please describe the detailed requirements? If you want to record the ack timestamp of a message, you can print a log when you call `acknowledge(msg)`. If you want to trace the messages, you can try to leverage some tracing systems such as SkyWalking or Jeager, we already add integration with these two systems. For more details, you can see https://streamnative.io/blog/tech/2019-10-10-use-apache-skywalking-to-trace-apache-pulsar and  https://streamnative.io/blog/tech/2020-06-11-opentracing-instrumentation-for-pulsar 


----------------------------------------------------------------
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.

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



[GitHub] [pulsar] techzhou commented on issue #8145: consume acknowledged timestamp in subscription

Posted by GitBox <gi...@apache.org>.
techzhou commented on issue #8145:
URL: https://github.com/apache/pulsar/issues/8145#issuecomment-700377886


   @codelipenghui I just want to record the ack timestamp of a message, PersistentSubscription Logger may help me, I will try it.


----------------------------------------------------------------
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.

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



[GitHub] [pulsar] codelipenghui commented on issue #8145: consume acknowledged timestamp in subscription

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #8145:
URL: https://github.com/apache/pulsar/issues/8145#issuecomment-700378233


   OK.


----------------------------------------------------------------
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.

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