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/11 10:08:38 UTC

[GitHub] [pulsar] Richard-Yi opened a new issue #12750: How to debug pulsar protocol handler in the local development environment?

Richard-Yi opened a new issue #12750:
URL: https://github.com/apache/pulsar/issues/12750


   I added some code in aop and wanna test and debug it. 
   Is the only way to test my code is through Pulsar (start a standalone broker and load the plugin)?
   How to debug pulsar protocol handler such as aop/kop in my local dev environment IDE ?
   


-- 
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] Richard-Yi commented on issue #12750: How to debug pulsar protocol handler in the local development environment?

Posted by GitBox <gi...@apache.org>.
Richard-Yi commented on issue #12750:
URL: https://github.com/apache/pulsar/issues/12750#issuecomment-966789315


   thx, I think i know how to do it now~


-- 
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] github-actions[bot] commented on issue #12750: How to debug pulsar protocol handler in the local development environment?

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12750:
URL: https://github.com/apache/pulsar/issues/12750#issuecomment-1052937369


   The issue had no activity for 30 days, mark with Stale label.


-- 
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] codelipenghui commented on issue #12750: How to debug pulsar protocol handler in the local development environment?

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #12750:
URL: https://github.com/apache/pulsar/issues/12750#issuecomment-966372476


   There is a test framework which used by Pulsar protocol handlers, details see here, the example of mop: https://github.com/streamnative/mop/tree/master/tests
   
   You can just run `mvn clean install -DskipTests` under the repo and then write a test to connect to the test Pulsar service for debugging.


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