#4716·go-zero

The documentation updates and bug fixes for the framework are progressing too slowly.

Author: liang09255Created Mar 19, 2025Updated Aug 29, 2026
Labelsstale

Has the author considered adopting other methods to promote community development? Currently, maintaining an old project built with go-zero is particularly challenging, as there are many hidden logic pieces that cannot be found in the documentation and can only be identified by digging into the source code. For example:

  1. In the httpx package, the maximum parseable body size is limited to 8MB, hardcoded in the code and cannot be modified (there is an issue #2633 for this, but it was closed due to lack of attention).
  2. In the httpx package, ErrorCtx defaults to returning a 400 status code, and errors are directly printed out, rather than being formatted as JSON.

Besides these issues, there are many other aspects that feel inconvenient during development.