merlimat commented on a change in pull request #1838: [WIP] Pulsar Go client docs URL: https://github.com/apache/incubator-pulsar/pull/1838#discussion_r190400331
########## File path: site/_data/popovers.yaml ########## @@ -92,6 +92,9 @@ pulsar: pulsar-functions: q: What are Pulsar Functions? def: Pulsar Functions are lightweight functions that can consume messages from Pulsar topics, apply custom processing logic, and, if desired, publish results to topics. +reader: + q: What is a Pulsar reader? + def: A Pulsar reader is a Pulsar consumer that enables you to manually manage the topic cursor. Review comment: I think that using the term "consumer" might be misleading here since the alternative to `Reader` is to use a `Consumer`. I think other point that could be mentioned here is that Reader does not retain data like consumer with a subscription ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
