tobgu commented on issue #3180: Go client Reader panics when passing custom StartMessageID URL: https://github.com/apache/pulsar/issues/3180#issuecomment-458826325 Yes, my problem was that I tried using a `StartMessageID` that implemented the required interface but which caused the code to blow up on a type assertion. I never managed to use anything but the predefined `pulsar.EarliestMessage`, `pulsar.LatestMessage`. What I wanted to do was to start at an arbitrary message for which I had previously stored the offset (the byte slice).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
