momo-jun commented on code in PR #16204:
URL: https://github.com/apache/pulsar/pull/16204#discussion_r905659760
##########
site2/docs/concepts-messaging.md:
##########
@@ -876,7 +891,7 @@ There are diverse system topics depending on namespaces.
The following table out
| host/port | `heartbeat` | Persistent | 1 | Heartbeat detection |
| User-defined-ns |
[`__change_events`](concepts-multi-tenancy.md#namespace-change-events-and-topic-level-policies)
| Persistent | Default 4 | Topic events |
| User-defined-ns | `__transaction_buffer_snapshot` | Persistent | One per
namespace | Transaction buffer snapshots |
-| User-defined-ns | `${topicName}__transaction_pending_ack` | Persistent | One
per every topic subscription acknowledged with transactions | Acknowledgements
with transactions |
+| User-defined-ns | `${topicName}__transaction_pending_ack` | Persistent | One
per every topic subscription acknowledged with transactions | acknowledgments
with transactions |
Review Comment:
```suggestion
| User-defined-ns | `${topicName}__transaction_pending_ack` | Persistent |
One per every topic subscription acknowledged with transactions |
Acknowledgments with transactions |
```
--
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]