zeromicro/go-zero

A cloud-native Go microservices framework with cli tool for productivity.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 43 minutes ago
Added to GitGenius on September 1st, 2026
Created on August 7th, 2020
Open Issues & Pull Requests: 248 (-3)
GitHub issues: Enabled
Number of forks: 4,314
Total Stargazers: 33,313 (+1)
Total Subscribers: 315 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 34.2 hours
Mean response time: 15.9 days
90th percentile: 26.5 days
Tracked items: 570

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 78% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 6% of issues opened in the past year have been closed. Three people close 56% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 100
New in 7 days: 0
Closed in 7 days: 4
Avg open age: 364 days
Stale 30+ days: 90
Stale 90+ days: 54

Recent activity

Opened in 7 days: 0
Closed in 7 days: 3
Comments in 7 days: 4
Events in 7 days: 9

Top labels

  • stale (367)
  • area/goctl (30)
  • answered (11)
  • enhancement (9)
  • feature (9)
  • kind/bug (9)
  • area/orm (8)
  • by design (8)

Detailed Description

go-zero is a web and RPC framework for building cloud-native microservices in Go.

The framework addresses the challenge of building stable, high-concurrency services by embedding resilience patterns directly into its core. It provides built-in timeout control, concurrency limits, rate limiting, adaptive circuit breakers, and adaptive load shedding without requiring explicit configuration. The tool includes goctl, a code generation command-line utility that reads API specifications and generates service code, client libraries, and SDKs across multiple languages including Go, iOS, Android, Kotlin, Dart, TypeScript, and JavaScript. Request parameter validation is performed automatically based on the API specification.

Teams building microservices that must handle high traffic and require production-grade reliability should consider go-zero. It suits projects where multiple services need consistent patterns for resilience and where cross-platform client generation reduces development effort. The framework's approach of encoding best practices into generated code means teams get stability features without manually implementing them. The simple API syntax and single-command code generation workflow appeal to teams prioritizing developer productivity.

The project shows sustained development activity with regular commits addressing bug fixes and feature enhancements. Maintenance responses to issues and pull requests occur consistently. The codebase receives ongoing refinement to the core resilience mechanisms and code generation capabilities. Documentation is actively maintained across multiple languages to support a global user base.