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 2021/11/27 09:35:02 UTC

[GitHub] [pulsar] sijia-w opened a new pull request #13001: [DOCS] Update io-debug.md

sijia-w opened a new pull request #13001:
URL: https://github.com/apache/pulsar/pull/13001


   Fixes #12691 
   
   ### Modifications
   
   Add tab to config content and modify path format.
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   *(Please pick either of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
     - *Added integration tests for end-to-end deployment with large payloads (10MB)*
     - *Extended integration test for recovery after broker failure*
   
   ### Documentation
   
   Check the box below and label this PR (if you have committer privilege).
   
   Need to update docs? 
   
   - [ ] `doc-required` 
     
     (If you need help on updating docs, create a doc issue)
     
   - [ ] `no-need-doc` 
     
     (Please explain why)
     
   - [x] `doc` 
     
     (If this PR contains doc changes)
   
   
   


-- 
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] Anonymitaet merged pull request #13001: [DOCS] Update io-debug.md

Posted by GitBox <gi...@apache.org>.
Anonymitaet merged pull request #13001:
URL: https://github.com/apache/pulsar/pull/13001


   


-- 
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] Anonymitaet commented on a change in pull request #13001: [DOCS] Update io-debug.md

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on a change in pull request #13001:
URL: https://github.com/apache/pulsar/pull/13001#discussion_r757997451



##########
File path: site2/docs/io-debug.md
##########
@@ -44,12 +44,12 @@ To better demonstrate how to debug Pulsar connectors, here takes a Mongo sink co
     ```
 ## Debug in localrun mode
 Start the Mongo sink in localrun mode using the `localrun` command.
-> #### Tip
+> **Tip**
 > 
 > For more information about the `localrun` command, see [`localrun`](reference-connector-admin.md/#localrun-1).
 ```bash
 ./bin/pulsar-admin sinks localrun \
---archive pulsar-io-mongo-2.4.0.nar \ 
+--archive pulsar-io-mongo-{{pulsar:version}} \ 

Review comment:
       ```suggestion
   --archive connectors/pulsar-io-mongo-{{pulsar:version}}.nar \
   ```
   
   FYI: https://github.com/apache/pulsar/pull/12691/files#r745592765




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