bithavoc commented on issue #211: URL: https://github.com/apache/pulsar-client-go/issues/211#issuecomment-813117578
Heads up that when this gets implemented and users set `MessageChannel`, it should not start streaming immediately upon `CreateReader` because users may want to do `SeekByTime` first before wanting to receive messages via the channel, so we could provide an additional method `StartStreaming` or something that actually starts the goroutine and feeds `MessageChannel`, otherwise the channel may start receiving messages based on `MessageID` (earliest or latest) before having the change to call `SeekByTime`. -- 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]
