quintans commented on issue #328:
URL:
https://github.com/apache/pulsar-client-go/issues/328#issuecomment-663876539
@wolfstudy even if exposing `GetLastMessageID` works for me, we still have
the situation where calling
```go
reader, err := client.CreateReader(pulsar.ReaderOptions{
Topic: topic,
StartMessageID: pulsar.LatestMessageID(),
StartMessageIDInclusive: true, // <-- has not effect
})
```
does not return the last message.
Setting `StartMessageIDInclusive` to true, has no effect. Is this the
expected behaviour?
----------------------------------------------------------------
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]