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 2022/07/29 16:39:54 UTC

[GitHub] [pulsar] michaeljmarshall opened a new pull request, #16876: [Pulsar Client CLI] Fix incorrect description for producing messages

michaeljmarshall opened a new pull request, #16876:
URL: https://github.com/apache/pulsar/pull/16876

   ### Motivation
   
   Fix a misleading (incorrect) description for the `--message` parameter of the `pulsar-client produce` command. The description currently states that messages can be comma delimited. However, the splitter on the field is `NoSplitter`, and that means different messages need to be passed as different arguments (e.g. `-m message1 -m message2`).
   
   ### Modifications
   
   * Update description.
   
   ### Verifying this change
   
   This is a documentation update.
   
   ### Does this pull request potentially affect one of the following parts:
   
   This is not a breaking change. It simply makes the documentation align with the implementation.
   
   ### Documentation
     
   - [x] `doc` 
   


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] Technoboy- merged pull request #16876: [Pulsar Client CLI] Fix incorrect description for producing messages

Posted by GitBox <gi...@apache.org>.
Technoboy- merged PR #16876:
URL: https://github.com/apache/pulsar/pull/16876


-- 
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: commits-unsubscribe@pulsar.apache.org

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