You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.3 KiB
1.3 KiB
go-zero Roadmap
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.
2021 Q2
- Support service discovery through K8S client api
- Log full sql statements for easier sql problem solving
2021 Q3
- Support
goctl model pg
to support PostgreSQL code generation - Adapt builtin tracing mechanism to opentracing solutions
2021 Q4
- Support
username/password
authentication in ETCD - Support
SSL/TLS
in ETCD - Support
SSL/TLS
inzRPC
- Support
TLS
in redis connections - Support
goctl bug
to report bugs conveniently
2022
- Support
context
in redis related methods for timeout and tracing - Support
context
in sql related methods for timeout and tracing - Support
context
in mongodb related methods for timeout and tracing - Add
httpc.Do
with HTTP call governance, like circuit breaker etc. - Support
goctl doctor
command to report potential issues for given service - Support
goctl mock
command to start a mocking server with given.api
file