sijia-w commented on a change in pull request #7767:
URL: https://github.com/apache/pulsar/pull/7767#discussion_r466193650



##########
File path: site2/docs/io-cli.md
##########
@@ -263,7 +263,7 @@ $ pulsar-admin sources localrun options
 |`--name`|The source’s name.|
 |`--namespace`|The source’s namespace.|
 |`--parallelism`|The source’s parallelism factor, that is, the number of 
source instances to run).|
-|`--processing-guarantees`|The processing guarantees (aka delivery semantics) 
applied to the source. <br>Available values: ATLEAST_ONCE, ATMOST_ONCE, 
EFFECTIVELY_ONCE.
+|`--processing-guarantees` | The processing guarantees (also named as delivery 
semantics) applied to the source. A source connector receives messages from 
external system and writes messages to a Pulsar topic. The 
`--processing-guarantees` is use to ensure the processing guarantees for 
writing messages to the Pulsar topic. <br>The available values are 
ATLEAST_ONCE, ATMOST_ONCE, EFFECTIVELY_ONCE.

Review comment:
       ```suggestion
   |`--processing-guarantees` | The processing guarantees (also named as 
delivery semantics) applied to the source. A source connector receives messages 
from external system and writes messages to a Pulsar topic. The 
`--processing-guarantees` is used to ensure the processing guarantees for 
writing messages to the Pulsar topic. <br>The available values are 
ATLEAST_ONCE, ATMOST_ONCE, EFFECTIVELY_ONCE.
   ```




----------------------------------------------------------------
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.

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


Reply via email to