wolfstudy commented on issue #553:
URL:
https://github.com/apache/pulsar-client-go/issues/553#issuecomment-950585287
In here, when we create reader, we need to set the sub partition topic. for
example:
```
reader, err := client.CreateReader(pulsar.ReaderOptions{
Topic:
"persistent://test-tenant/test-ns/test-topic-partition-0",
StartMessageID: pulsar.EarliestMessageID(),
})
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]