quintans edited a comment on issue #328:
URL: 
https://github.com/apache/pulsar-client-go/issues/328#issuecomment-662921083


   Thanks @wolfstudy for your explanation, but that is not the use case that I 
am trying to solve.
   I have a `poller` service that is polling data from `system A` and then 
sending data to a topic t1, that eventually will be consumed by a `service B`. 
So `poller` is the producer and `service B` is the consumer.
   `service A -> poller -> t1 -> service B`
   When `poller` service restarts I want to pick up from the last data that was 
successfully produced. To do that, the `poller` service needs to be able to 
read the last message from the topic t1.


----------------------------------------------------------------
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:
[email protected]


Reply via email to