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 2022/06/24 02:05:54 UTC

[GitHub] [pulsar] momo-jun commented on a diff in pull request #16204: [doc-complete] #16203 Added doc to fix issue with missing client instructions for batch index acknowledgment

momo-jun commented on code in PR #16204:
URL: https://github.com/apache/pulsar/pull/16204#discussion_r905659503


##########
site2/docs/concepts-messaging.md:
##########
@@ -174,16 +189,16 @@ Messages are received from [brokers](reference-terminology.md#broker) either syn
 
 Client libraries provide listener implementation for consumers. For example, the [Java client](client-libraries-java) provides a {@inject: javadoc:MesssageListener:/client/org/apache/pulsar/client/api/MessageListener} interface. In this interface, the `received` method is called whenever a new message is received.
 
-### Acknowledgement
+### acknowledgment

Review Comment:
   ```suggestion
   ### Acknowledgment
   ```
   The first letter should be capitalized in a heading.



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org