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 2019/03/27 01:20:57 UTC

[GitHub] [pulsar] jiazhai commented on a change in pull request #3897: [Doc]Fix typo and language issues in the adapter-kafka.md file

jiazhai commented on a change in pull request #3897: [Doc]Fix typo and language issues in the adapter-kafka.md file
URL: https://github.com/apache/pulsar/pull/3897#discussion_r269375516
 
 

 ##########
 File path: site2/docs/adaptors-kafka.md
 ##########
 @@ -128,20 +127,20 @@ Properties:
 
 | Config property                         | Supported | Notes                                                                         |
 |:----------------------------------------|:----------|:------------------------------------------------------------------------------|
-| `acks`                                  | Ignored   | Durability and quorum writes are configured at the namespace level            |
-| `auto.offset.reset`                     | Yes       | Will have a default value of `latest` if user does not give specific setting. |
+| `acks`                                  | Ignored   | Durability and quorum writes are configured at the namespace level.            |
+| `auto.offset.reset`                     | Yes       | If a user does not specify the setting, the default value is `latest`. |
 | `batch.size`                            | Ignored   |                                                                               |
-| `block.on.buffer.full`                  | Yes       | If true it will block producer, otherwise give error                          |
-| `bootstrap.servers`                     | Yes       | Needs to point to a single Pulsar service URL                                 |
+| `block.on.buffer.full`                  | Yes       | When the property is set to `true`, it blocks producer; otherwise, an error is displayed.                          |
+| `bootstrap.servers`                     | Yes       | Points to a single Pulsar service URL.                                 |
 
 Review comment:
   @Jennifer88huang. right, it is as Matteo mentioned. pulsar also support servers. we could remove this note

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services