JoseFMP opened a new issue #297:
URL: https://github.com/apache/pulsar-client-go/issues/297


   #### Expected behavior
   
   ```
   reader, errorCreatingReader := client.CreateReader(pulsar.ReaderOptions{
                Topic:             createTopicString(namespace, topic),
                StartMessageID:    pulsar.LatestMessageID(),
                MessageChannel:    messageChannel,
                ReceiverQueueSize: 10,
        })
   ```
   In this scenario, `messageChannel` gets messages in the channel whenever 
they arrive from the broker.
   #### Actual behavior
   Messages do not appear in the channel.
   Note that, if I issue reader.Next(), instead of setting MessageChannel, 
messages do appear in the channel.
   
   


----------------------------------------------------------------
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]


Reply via email to