This is an automated email from the ASF dual-hosted git repository.
lizhanhui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new b6c4641 Update README.md
b6c4641 is described below
commit b6c4641f09655f1871bfa7e27f35dea549dace0d
Author: Zhanhui Li <[email protected]>
AuthorDate: Thu Jul 21 10:07:42 2022 +0800
Update README.md
Polish expressions
---
cpp/README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/cpp/README.md b/cpp/README.md
index fd74df8..be1a1d0 100644
--- a/cpp/README.md
+++ b/cpp/README.md
@@ -70,7 +70,7 @@ if "com_google_googletest" not in native.existing_rules():
```
bazel run //examples:example_producer -- --topic=YOUR_TOPIC
--access_point=SERVICE_ACCESS_POINT --message_body_size=1024 --total=16
```
- where `1024` are in bytes
+ where `1024` is size of the message body to publish in bytes
------------
@@ -79,7 +79,7 @@ if "com_google_googletest" not in native.existing_rules():
```
bazel run //examples:example_producer_with_async -- --topic=YOUR_TOPIC
--access_point=SERVICE_ACCESS_POINT --message_body_size=1024 --total=16
```
- where `1024` are in bytes
+ where `1024` is size of the message body to publish in bytes
------------
@@ -88,7 +88,7 @@ if "com_google_googletest" not in native.existing_rules():
```
bazel run //examples:example_producer_with_fifo_message --
--topic=YOUR_TOPIC --access_point=SERVICE_ACCESS_POINT --message_body_size=1024
--total=16
```
- where `1024` are in bytes
+ where `1024` is size of the message body to publish in bytes
-----------
@@ -96,7 +96,7 @@ if "com_google_googletest" not in native.existing_rules():
```
bazel run //examples:example_producer_with_transactional_message --
--topic=YOUR_TOPIC --access_point=SERVICE_ACCESS_POINT --message_body_size=1024
--total=16
```
- where `1024` are in bytes
+ where `1024` is size of the message body to publish in bytes
#### Subscribe messages from broker servers