VishalMCF opened a new pull request, #4495:
URL: https://github.com/apache/eventmesh/pull/4495

   ### Motivation
   
   There were duplicate final static constants that could have been created in 
a single common file and could be reused anywhere in the project.
   
   
   ### Modifications
   The common file which is suitable for hosting the static constants was found 
to be inside the package -> package org.apache.eventmesh.common. The file is 
the Constants.java file. There I added the following String constants ->
   {  HTTP = "HTTP",  TCP = "TCP", GRPC = "GRPC"}
   Other than this there is one more constant in the eventmesh-common.Constants 
file called ( CLOUD_EVENTS_PROTOCOL_NAME = "cloudevents" ) which I have added 
wherever applicable.
   and changed the import statements accordingly.
   
   ### Documentation
   
   - Does this pull request introduce a new feature? no
   - If yes, how is the feature documented? not applicable
   - If a feature is not applicable for documentation, explain why? PR deals 
with only refactoring 
   


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

Reply via email to