Alonexc opened a new issue, #843: URL: https://github.com/apache/incubator-eventmesh/issues/843
### 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 Do some optimization. ### Describe the solution you'd like located in:eventmesh-sdk-java/src/main/java/org/apache/eventmesh/client/tcp/common/PropertyConst.java  This class is not in use and it is recommended to delete it. located in:eventmesh-sdk-java/src/main/java/org/apache/eventmesh/client/http/producer    The constant classes in the CloudDeventProducer, EventMeshMessageProducer, and OpenMessageProducer classes in this package suggest extracting a constant class and putting it there.in eventmesh - sdk - java/src/main/Java/org/apache/eventmesh/client/http directory and create a common directory will be the constant class into it,change the PROTOCOL_TYPE to CE_PROTOCOL, EM_MESSAGE_PROTOCOL, and OP_MESSAGE_PROTOCOL, respectively. ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
