Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
It is not recommended to use java enum as a data transmission model
Because once the producer increases the enum value, the consumer will directly throw an exception when deserializing
Considering that in large projects, it is likely to encapsulate a layer of business framework on the servicecomb framework. If you increase the enum value, you need to wait for the new version of the business framework to be released, which is very inconvenient