eventmesh
eventmesh copied to clipboard
[Enhancement] Optimize some codes
Search before asking
- [X] I had searched in the issues and found no similar issues.
Enhancement Request
There is some code in the project that needs to be optimized. For example: 1.Located at: eventmesh/runtime/core/protocol/http/processor/BatchSendMessageProcessor.java

There is some commented out invalid code.
2.Located at: eventmesh/runtime/core/protocol/http/consumer/HandleMsgContext.java

Describe the solution you'd like
1.Remove the invalid code. 2.The log can be opened and then modified to the correct code.
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Can I try this issues ?
Can I try this issues ?
Of course!
Hi @misselvexu, not mean to offense, but I saw you commented in many issues (including other repos) without submitting PRs, can you update the status if you no longer want to work on them? Many thanks
Has been finished, see #1134 .