17 KiB
简体中文 | English
A replacement of Gravitee. Business or technical inquiries:
Please purchase directly or contact us.
Note: The community version is for testing only and does not include technical support. For commercial support, please contact us via WeCom (WeChat Work).
What is FizzGate?
FizzGate is a Java-based microservice aggregation gateway designed as a Chinese domestic alternative with full IP ownership. It enables real-time service orchestration, dynamic API aggregation, authorization management, scriptable API logic, online testing, high-performance routing, approval workflows, callback handling, and more.
It features a powerful plugin system and an intuitive GUI for API governance, helping enterprises reduce glue code, streamline development, and improve API stability and security.
Official Website
Demo Environment
👉 https://demo.fizzgate.com/
Username / Password: Commercial software. Trial accounts available via purchase or WeCom request.
- Health check: https://demo.fizzgate.com/admin/health (Restrict
/adminpath in production) - API access: https://demo.fizzgate.com/proxy/[service-name]/[api-path]
System Architecture
Typical Use Cases
Design Philosophy
- Smart UI: Contextual suggestions, auto-completion, and low-ops configuration.
- Minimal Dependencies: Built-in core features with minimal 3rd-party reliance.
- Comprehensive Features: Covers the full API lifecycle: from registration to security.
- Easy Deployment: Supports standalone to cluster deployments, including failover and dual-active modes.
Supported Architectures
- Compatible with
arm64,amd64,x86,x86_64. - Runs on Mac, Windows, and Linux.
- Supports China’s domestic secure platforms (Kylin V10, Dameng V8, etc.).
Key Features
API Management
- App/API configuration
- Request logging
- Group-based configuration
- Chain-based plugin authorization
- Stateless node cluster with auto-sync
- Built-in authentication:
Key-Auth,JWT,Basic-Auth - Load balancing (round-robin)
- Circuit breaker policies
- Service discovery:
Eureka,Nacos - Config center:
Apollo - Reverse proxy
- Access policy management
- Black/white lists
- Custom plugins
- High performance
- Management UI
- Callback and replay support
- Multi-level rate limiting (service/interface/app_id/IP)
- API documentation
- Private network tunneling
- Transparent proxy support
API Integration
- Supports HTTP, Dubbo, gRPC, SOAP orchestration
- Supports JSON/XML transformation
- Versioning & rollback
- Integration testing
- Approval workflow
API Desensitization
- Sensitive data classification and grading
- Structured/unstructured desensitization
- Visual strategy configuration
- Sensitive data detection
API Traceability
- Web watermarking for HTML/Word/Excel/PPT/PDF/Images
- Leak traceability and contextual data history
API Security (Out-of-Band Analysis)
- API asset analysis and API spec generation
- Sensitive data detection
- Threat detection and response
- Vulnerability scanning
- Anomaly blocking (automatic/manual)
Performance Benchmark
Test Environment
- Intel Xeon E5-2650 v3 @ 2.30GHz ×4
- Linux 3.10.0-957.21.3.el7.x86_64
- 8GB RAM
- Mock API with 20ms latency and 2KB payload
| Category | Product | QPS (600) | Latency P90 (600) | QPS (1000) | Latency P90 (1000) |
|---|---|---|---|---|---|
| Backend | Direct Access | 23540 | 32.19 ms | 27325 | 52.09 ms |
| Traffic GW | Kong v2.4.1 | 15662 | 50.87 ms | 17152 | 84.3 ms |
| App Gateway | FizzGate v3.0.0 | 12206 | 65.76 ms | 12766 | 100.34 ms |
| App Gateway | Spring Cloud Gateway v2.2.9 | 11323 | 68.57 ms | 10472 | 127.59 ms |
| App Gateway | ShenYu v2.3.0 | 9284 | 92.98 ms | 9939 | 148.61 ms |
Starting from v1.3.0, the frontend and backend of the management backend are merged into one package
-
fizz-gateway-node: Community Edition
-
fizz-manager-professional:Management backend professional version
| fizz-gateway-node | fizz-manager-professional |
|---|---|
| v1.3.0 | v1.3.0 |
| ... | ... |
| v3.0.0 | v3.0.0 |
| v3.1.0 | v3.1.0 |
| v3.2.0 | v3.2.0 |
| v3.3.0 | v3.3.0 |
| v3.5.0 | v3.5.0 |
| v3.5.1 | v3.5.1 |
| v3.6.0 | v3.6.0 |
The versions prior to 3.0.0 are no longer maintained. Please download the corresponding management backend version based on the node version.
One-click Installation
wget https://gitee.com/fizzgate/fizz-gateway-node/raw/master/install.sh && bash install.sh
Explanation: The one-click installation package uses docker-compose for installation, and the YML file has the image proxy pre-configured. If you have already downloaded the docker-compose.yml file, please delete it and download it again. Before installation, please add the proxy image address.
sudo tee /etc/docker/daemon.json <<EOF
{
"registry-mirrors": ["https://hub.fizzgateway.com"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker
Deployment instructions
Detailed deployment tutorial>>>
Installation dependencies
Install the following dependent software:
-Redis v2.8 or above -MySQL v5.7 or above -Apollo Configuration Center (optional) -Eureka v1.10.17 or Nacos (v2.0.4 or above) Service Registry (optional)
Dependent installation can refer to detailed deployment tutorial
Install FizzGate
一、Install management backend
Download the fizz-manager-professional installation package from Download
Management backend (fizz-manager-professional)
Description:
- The
{version}that appears in the following installation steps represents the version number of the management backend used, such as1.3.0.
installation method 1: binary package:
- Unzip the
fizz-manager-professional-{version}.zipinstallation package - For the first installation, execute the
fizz-manager-professional-{version}-mysql.sqldatabase script, upgrade from a low version to a high version, and choose to execute the corresponding upgrade script in the update directory - Modify the
application-prod.ymlfile, and modify the relevant configuration to the configuration of the deployment environment - Linux startup Execute the
chmod +x boot.shcommand to increase the execution authority ofboot.sh; execute the./boot.sh startcommand to start the service, support start/stop/restart/status commands - Windows startup Execute
.\boot.cmd startcommand to start the service, support start/stop/restart/status command
Installation method 2: docker:
Extract SQL script from fizz-manager-professional package
For the first installation, execute the fizz-manager-professional-{version}-mysql.sql database script, upgrade from a low version to a high version, and choose to execute the corresponding upgrade script in the update directory
- Download docker image:docker pull fizzgate/fizz-manager-professional:{version}
- Modify Redis & database configuration by env parameters and run with below docker command
docker run --rm -d -p 8000:8000 \
-e "spring.redis.host={your redis host IP}" \
-e "spring.redis.port={your redis port}" \
-e "spring.redis.password={your redis password}" \
-e "spring.redis.database={your redis database}" \
-e "spring.datasource.url=jdbc:mysql://{your MySQL database host IP}:3306/fizz_manager?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true" \
-e "spring.datasource.username={your MySQL database username}" \
-e "spring.datasource.password={your MySQL database password}" \
fizzgate/fizz-manager-professional:{version}
or using external configuration file and output log to host server by mount volume, configuration file could be achieved from binary package, create fizz-manager-professional/config and fizz-manager-professional/logs directories in host server, place application-prod.yml configuration files to config folder, run with below docker command in fizz-manager-professional folder:
cd fizz-manager-professional
docker run --rm -d -p 8000:8000 \
-v $PWD/config:/opt/fizz-manager-professional/config \
-v $PWD/logs:/opt/fizz-manager-professional/logs fizzgate/fizz-manager-professional:{version}
After the service is started, visit http://{deployment machine IP address}:8000/#/login, and log in with the super administrator account admin password Aa123!
二、Install fizz-gateway-node community edition
Description:
- Support configuration center: apollo, nacos, support registration center: eureka, nacos.refer to application.yml file with more detailed configurations.
- If you use the apollo configuration center, you can move the content of the application.yml file to the configuration center (the application name on apollo is: fizz-gateway); if you don't use apollo, you can remove the apollo parameter in the startup command below.
- The
{version}that appears in the following installation steps represents the version number of the gateway used, such as1.3.0.
Installation method 1: binary package:
- Download the latest binary package of fizz-gateway-node and upzip to a directory, modify the configuration of the configuration center, registry, and redis in the application.yml configuration file (redis configuration needs to be consistent with the management backend).
- Modify the apollo connection and JVM memory configuration of the boot.sh script
- Linux startup Execute
./boot.sh startcommand to start the service, support start/stop/restart/status command - Windows startup Execute
.\boot.cmd startcommand to start the service, support start/stop/restart/status command
Installation method 2: source code:
- The latest code on the local clone warehouse, modify the configuration of the configuration center, registry, and redis in the application.yml configuration file (redis configuration needs to be consistent with the management backend)
- Execute the Maven command
mvn clean package install -DskipTests=truepackage in the project root directory fizz-gateway-node - Execute the Maven command
mvn clean package -DskipTests=truepackage in the project directory fizz-gateway-node/fizz-bootstrap - Enter fizz-gateway-node/fizz-bootstrap/target/fizz-gateway-node directory and Execute
./boot.sh startcommand to start the service, support start/stop/restart/status command
Installation method 3: docker:
- Download docker image:docker pull fizzgate/fizz-gateway-node:{version}
- Modify Redis configuration by env parameters and run with below docker command
docker run --rm -d -p 8600:8600 \
-e "aggregate.redis.host={your redis host IP}" \
-e "aggregate.redis.port={your redis port}" \
-e "aggregate.redis.password={your redis password}" \
-e "aggregate.redis.database={your redis database}" \
fizzgate/fizz-gateway-node:{version}
or using external configuration file and output log to host server by mount volume, configuration file could be achieved from source code or binary package, create fizz-gateway-node/config and fizz-gateway-node/logs directories in host server, place application.yml and log4j2-spring.xml configuration files to config folder, run with below docker command in fizz-gateway-node folder:
cd fizz-gateway-node
docker run --rm -d -p 8600:8600 \
-v $PWD/config:/opt/fizz-gateway-node/config \
-v $PWD/logs:/opt/fizz-gateway-node/logs fizzgate/fizz-gateway-node:{version}
Finally visit the gateway, the address format is: http://127.0.0.1:8600/[Service name]/[API Path]
Official technical exchange group
FizzGate官方技术交流①群(已满)
FizzGate官方技术交流②群(已满)
FizzGate官方技术交流③群:512164278
Related acticles
服务器减少50%,研发效率提高86%,我们的管理型网关FizzGate自研之路
FizzGate网关入门教程-快速聚合多接口,提高页面数据的加载速度
FizzGate网关入门教程-服务编排,祭出终结BFF层的大杀器
FizzGate企业级微服务API网关进阶系列教程-服务编排处理列表数据(上)-展开与合并
FizzGate企业级微服务API网关进阶系列教程-服务编排处理列表数据(中)-数据提取与数据关联
FizzGate企业级微服务API网关进阶系列教程-服务编排处理列表数据(下)-字段重命名&字段移除
Authorization instructions
-
The fizz-gateway-node community version of the gateway core project is opened in the form of GNU V3 and can be used free of charge in non-commercial projects following the GNU protocol.
-
Management backend projects (fizz-manager-professional) as commercial versions only open binary packages free download, and For commercial projects, please contact us (sale@fizzgate.com) for authorization.











