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
Title: Enhancements and Standardization Required for Pixiu
Pixiu still needs some PRs to improve:
Issue: The prefix used when logging is not standardized. Some parts of the code use pixiugatewaycmd, while others use dubbo-go-pixiu.
PR 1: Standardize the logging prefix to pixiu across the project.
Issue: There is no standardized error descriptor. Error descriptors are inconsistent across Pixiu, and there is no standard format for error messages and descriptions.
PR 2: Standardize the error description text format for all errors in Pixiu.
Issue: The methods for handling replenishment errors vary. Some errors are panicked, while others are just logged.
PR 3: Define and implement error handling guidelines (when to panic vs. when to log).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Title: Enhancements and Standardization Required for Pixiu
Pixiu still needs some PRs to improve:
Issue: The prefix used when logging is not standardized. Some parts of the code use
pixiugatewaycmd, while others usedubbo-go-pixiu.pixiuacross the project.Issue: There is no standardized error descriptor. Error descriptors are inconsistent across Pixiu, and there is no standard format for error messages and descriptions.
Issue: The methods for handling replenishment errors vary. Some errors are panicked, while others are just logged.
Beta Was this translation helpful? Give feedback.
All reactions