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/10/27 13:12:46 UTC

[GitHub] [incubator-eventmesh] dinghuang opened a new issue, #1980: [Enhancement] Lambda can be replaced with call qualifier

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

   ### 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
   
   located in RocketMQBinaryMessageReader.java(59)
   
   ### Describe the solution you'd like
   
    this.headers.forEach((k, v) -> fn.accept(k, v)); 
   
   can be replace to 
   
    this.headers.forEach(fn);
   
   
   ### Are you willing to submit PR?
   
   - [X] 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] Yamilini2000 commented on issue #1980: [Enhancement] Lambda can be replaced with call qualifier

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

   I'm willing to contribute. Can you assign this task 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] xwm1992 closed issue #1980: [Enhancement] Lambda can be replaced with call qualifier

Posted by GitBox <gi...@apache.org>.
xwm1992 closed issue #1980: [Enhancement] Lambda can be replaced with call qualifier 
URL: https://github.com/apache/incubator-eventmesh/issues/1980


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