[Enhancement] Duplicate method declaration with different name.[GrpcMessageProtocolResolver.java] #3839
Closed
Description
Search before asking
- I had searched in the issues and found no similar issues.
Enhancement Request
location:eventmesh-protocol-plugin/eventmesh-protocol-cloudevents/src/main/java/org/apache/eventmesh/protocol/cloudevents/resolver/grpc/GrpcMessageProtocolResolver.java
both this methods are duplicate, just name of the methods and object in the methods have different name . both methods do same work.
Describe the solution you'd like
remove the second method declaration at line 224 and make the changes to those files where these methods are used.
Are you willing to submit PR?
- Yes I am willing to submit a PR!