Files
examination/topics/interview-prep/distributed-microservice/meta.json
T
2026-09-09 17:17:35 +08:00

25 lines
586 B
JSON

{
"slug": "distributed-microservice",
"name": "分布式微服务架构",
"description": "服务注册与发现、负载均衡、限流熔断、配置中心、幂等控制、分布式锁、分布式事务",
"tags": [],
"question_files": [
"single_choice",
"true_false",
"fill_blank",
"short_answer",
"code_reading"
],
"stats": {
"total": 45,
"by_type": {
"single_choice": 15,
"true_false": 10,
"fill_blank": 10,
"short_answer": 5,
"code_reading": 5
}
},
"created": "2026-09-09",
"updated": "2026-09-09"
}