You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/04/04 23:43:23 UTC

[GitHub] [pulsar-client-go] bithavoc commented on issue #211: ReaderOptions.MessageChannel is ignored

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:
users@infra.apache.org