DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
needs maintainer response
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
basic knowledge of Mycatread write separation concept
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
45
Research direction
Investigate Mycat Server's read write separation implementation, particularly the mechanism for routing read requests. Look for configuration options or API methods that allow forcing read from the write node. Check the source code in modules like 'catlet' and 'route' for any existing support for this use case. If not available, consider discussing with the community or documenting a workaround.