mxsm opened a new issue, #4474: URL: https://github.com/apache/eventmesh/issues/4474
### 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 Existing code has many duplicate static variables, and it is desired to organize them into a common module for unified maintenance. ### Describe the solution you'd like For example:   Cloudevents exist in both classes. We can categorize and organize static variables like this in the project. If it is used in multiple modules, it can be moved to the common module.Make the code look cleaner and easier to maintain uniformly. ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) * -- 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]
