shenyu
shenyu copied to clipboard
[BUG] <There are more than 8 configuration items in the generalcontext plugin and an error is reported.>
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
Expected Behavior
Solution: 1.The size of the "handle" field in the "rule" table of the database is 1024. Should the capacity be expanded. 2.Compress the JSON string volume by shortening the field name (consider how to upgrade smoothly)
Steps To Reproduce
No response
Environment
ShenYu version(s): 2.4.2 and master.
Debug logs
No response
Anything else?
No response
it can be fixed?
I can fix it. Consider optimizing from the following two points.
- Increase the length of the database field.
- Consider compress the JSON string volume by shortening the field name.