Skip to content

Commit

Permalink
fix table style
Browse files Browse the repository at this point in the history
  • Loading branch information
caozj1011 committed Dec 17, 2024
1 parent 00bb746 commit 0fd410d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zh/UserGuide/latest/API/Programming-Java-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,7 @@ Set<Subscription> getSubscriptions(final String topicName) throws Exception;
### 3.1 SubscriptionPushConsumer

以下为 `SubscriptionPushConsumer` 中的特殊配置:

| 参数 | 是否必填(默认值) | 参数含义 |
| :-------------------------------------------- | :--------------------------------- | :----------------------------------------------------------- |
| ackStrategy | optional: `ACKStrategy.AFTER_CONSUME` | 消费进度的确认机制包含以下选项:`ACKStrategy.BEFORE_CONSUME`(当 consumer 收到数据时立刻提交消费进度,`onReceive` 前)`ACKStrategy.AFTER_CONSUME`(当 consumer 消费完数据再去提交消费进度,`onReceive` 后) |
Expand Down

0 comments on commit 0fd410d

Please sign in to comment.