You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Enhancement Request
located at:
eventmesh-storage-plugin/eventmesh-storage-standalone/src/main/java/org/apache/eventmesh/storage/standalone/broker/model/MessageEntity.java
analysis and explanation:
a. 'MessageEntity' does not define a 'serialVersionUID' field
b. Make "message" transient or serializable.
Describe the solution you'd like
a. add serialVersionUID
b. add transient
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Enhancement Request
located at:
eventmesh-storage-plugin/eventmesh-storage-standalone/src/main/java/org/apache/eventmesh/storage/standalone/broker/model/MessageEntity.java
analysis and explanation:
a. 'MessageEntity' does not define a 'serialVersionUID' field
b. Make "message" transient or serializable.
Describe the solution you'd like
a. add serialVersionUID
![image](https://user-images.githubusercontent.com/91315508/234746482-44550277-36c6-4a5c-a636-88791acfc900.png)
b. add transient
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: