awilliams opened a new pull request #2066: docs: Improve RedeliverUnacknowledgedMessages binary protocol docs URL: https://github.com/apache/incubator-pulsar/pull/2066 ### Motivation This updates the binary protocol documentation to mention the varying behavior of `RedeliverUnacknowledgedMessages`, depending on the subscription type. An unrelated typo and whitespace fixes are also included. Closes apache/incubator-pulsar#2003 ### Principal Change ```diff - The protobuf object accepts a list of message ids that the consumer - wants to be redelivered. If the list is empty, the broker will redeliver - all the pending messages. + The protobuf object accepts a list of message ids that the consumer + wants to be redelivered. The message ids will be honored by the broker + only if the subscription type is shared. For other subscription types or if + the list is empty, the broker will redeliver all the pending messages. ```
---------------------------------------------------------------- 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
