Search before asking
Enhancement Request


located at:
eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/catalog/protos/Operation.java line 413,551
analysis and explanation:
Reference types that declare an equals() method, or that inherit equals() from a type other than Object, should not be compared for reference equality with == or !=. Instead, always compare for value equality with .equals().
Describe the solution you'd like
change to use equals() to compare.
Are you willing to submit PR?