Ask HN:你什么时候开始考虑将用 DDD 设计的服务“拆分”?
1 分•作者: Lazy_Player82•6 天前
Hi,各位 HN 用户。
最近,我一直在痴迷于在 DDD 中解耦时序问题。
不管我怎么思考,都觉得不到真正实践的时候,是找不到答案的。所以,我想听听其他人的看法。
如果你是维护使用 DDD 设计的应用程序的人,并且某个域的流量开始增加,你会在什么时候决定通过控制平面/数据平面进行分离?
你从一开始就将其视为一个架构问题,还是它通常在系统发展壮大后才出现?
我很好奇这里的人在实际操作中是如何做出这个决定的。
查看原文
Hi, HN.<p>Recently, I've been obsessing about decoupling timing in DDD.<p>No matter how much I think about it, I feel like I won't find the answer till I actually go through it. So I'm looking for other perspectives.<p>If you are someone who maintains application designed with DDD, and traffic of one domain starts getting higher, when do you decide it's time to separate by control plane / data plane?<p>Do you treat this as an architectural concern from the beginning, or does it usually emerge later as the system grows?<p>I'm curious how people here make that call in real.