This document defines a high level roadmap for go-zero development and upcoming releases. Community and contributor involvement is vital for successfully implementing all desired items for each release. We hope that the items listed below will inspire further engagement from the community to keep go-zero progressing and shipping exciting and valuable features.
- Support service discovery through K8S client api
- Log full sql statements for easier sql problem solving
- Support
goctl model pgto support PostgreSQL code generation - Adapt builtin tracing mechanism to opentracing solutions
- Support
username/passwordauthentication in ETCD - Support
SSL/TLSin ETCD - Support
SSL/TLSinzRPC - Support
TLSin redis connections - Support
goctl bugto report bugs conveniently
- Support
contextin redis related methods for timeout and tracing - Support
contextin sql related methods for timeout and tracing - Support
contextin mongodb related methods for timeout and tracing - Add
httpc.Dowith HTTP call governance, like circuit breaker etc. - Support
goctl doctorcommand to report potential issues for given service - Support
goctl mockcommand to start a mocking server with given.apifile