entvex opened a new pull request, #177: URL: https://github.com/apache/pulsar-dotpulsar/pull/177
# Description Consumers and readers were attaching the topic name even when there were no messages available. This issue has been resolved in https://github.com/apache/pulsar-dotpulsar/pull/175 in the ConsumerChannel. However, the SubReader code was still adding the topic unnecessarily. I have now removed this code and added tests to ensure that both the reader and consumer are functioning properly. # Testing All test green -- 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]
