You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2022/05/11 06:34:50 UTC

[GitHub] [incubator-eventmesh] Alonexc opened a new issue, #859: [Enhancement] Add test code for this module [eventmesh-sdk-java]

Alonexc opened a new issue, #859:
URL: https://github.com/apache/incubator-eventmesh/issues/859

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Enhancement Request
   
   Add test code for the grpc of the eventmesh-sdk-java module.
   
   ### Describe the solution you'd like
   
   Module name: eventmesh-sdk-module
   located in: org/apache/eventmesh/client/grpc
   Task status: ×(unfinished) / √(finished)
   
   | Task Status | Class | Type |
   | :-----: | :----- | :----- |
   | × | org/apache/eventmesh/client/grpc/consumer/EventMeshGrpcConsumer.java | consumer |
   | × | org/apache/eventmesh/client/grpc/consumer/ReceiveMsgHook.java | consumer  |
   | × | org/apache/eventmesh/client/grpc/consumer/SubStreamHandler.java | consumer  |
   | × | org/apache/eventmesh/client/grpc/producer/CloudEventProducer.java | producer |
   | × | org/apache/eventmesh/client/grpc/producer/EventMeshGrpcProducer.java | producer |
   | × | org/apache/eventmesh/client/grpc/util/EventMeshClientUtil.java |util |
   
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@eventmesh.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] Alonexc commented on issue #859: [Enhancement] Add test code for this module [eventmesh-sdk-java]

Posted by GitBox <gi...@apache.org>.
Alonexc commented on issue #859:
URL: https://github.com/apache/incubator-eventmesh/issues/859#issuecomment-1128376842

   @HoffmanZheng Hello, the issue of good first issue is specially provided for the contributors who submit pr for the first time. One person can only receive it once. If you want to continue to contribute to the community, please continue to pay attention.


-- 
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: dev-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


Re: [I] [Enhancement] Add test code for this module [eventmesh-sdk-java] (eventmesh)

Posted by "Pil0tXia (via GitHub)" <gi...@apache.org>.
Pil0tXia commented on issue #859:
URL: https://github.com/apache/eventmesh/issues/859#issuecomment-1883145433

   Completed in https://github.com/apache/eventmesh/pull/894.


-- 
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: issues-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: issues-help@eventmesh.apache.org


Re: [I] [Enhancement] Add test code for this module [eventmesh-sdk-java] (eventmesh)

Posted by "Pil0tXia (via GitHub)" <gi...@apache.org>.
Pil0tXia closed issue #859: [Enhancement] Add test code for this module [eventmesh-sdk-java]
URL: https://github.com/apache/eventmesh/issues/859


-- 
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: issues-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: issues-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] HoffmanZheng commented on issue #859: [Enhancement] Add test code for this module [eventmesh-sdk-java]

Posted by GitBox <gi...@apache.org>.
HoffmanZheng commented on issue #859:
URL: https://github.com/apache/incubator-eventmesh/issues/859#issuecomment-1128403421

   > @HoffmanZheng Hello, the issue of good first issue is specially provided for the contributors who submit pr for the first time. One person can only receive it once. If you want to continue to contribute to the community, please continue to pay attention.
   
   Gotcha that, will choose another issue to contribute.


-- 
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: dev-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] HoffmanZheng commented on issue #859: [Enhancement] Add test code for this module [eventmesh-sdk-java]

Posted by GitBox <gi...@apache.org>.
HoffmanZheng commented on issue #859:
URL: https://github.com/apache/incubator-eventmesh/issues/859#issuecomment-1127457809

   Would you mind assign this to me ? 


-- 
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: dev-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] wallezhang commented on issue #859: [Enhancement] Add test code for this module [eventmesh-sdk-java]

Posted by GitBox <gi...@apache.org>.
wallezhang commented on issue #859:
URL: https://github.com/apache/incubator-eventmesh/issues/859#issuecomment-1131406210

   Please assign to me. I'll try to work on this.


-- 
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: dev-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org