2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java10,177 forks (10,177 forks)batch import
feature requesthelp wanted
Repository metrics
- Stars
- 29,769 stars (29,769 stars)
- PR merge metrics
- Avg merge 4d 13h (Avg merge 4d 13h)6 merged PRs in 30d (6 merged PRs in 30d)
Description
相关问题和重现步骤
- A、B两人同时编辑一个配置
- A提交了编辑内容
- B提交时,提示编辑失败,然后直接跳到当前配置内容,导致B的修改丢失
期望
B提交编辑失败,提示失败原因,保持在编辑界面,让B可以复制下来编辑内容
Contributor guide
- Research direction
- Investigate Apollo's concurrent edit handling. Look for optimistic locking or version control in the configuration update flow. Trace the code path from submission to failure handling.
- Tech stack
- java
- Domain
- backendapi
- Issue type
- Bug
- Prerequisites
- GitJavaApollo basics