Yunjin Xu

Results 7 comments of Yunjin Xu

What's the unfinished "Cluster version", the same as [Foundation #dtm-multi-instances-solution | DTM tutorial](https://en.dtm.pub/deploy/base.html#dtm-multi-instances-solution) ?

Expect admin page authentication.

真正投入使用时observability还是很有必要的,我司马上就要投入试用,除了优化了下admin界面使之更趁手,报警准备在Grafana上做,只针对mysql持久层实现。

[运维 #报警 | DTM开源项目文档](https://dtm.pub/deploy/maintain.html#%E6%8A%A5%E8%AD%A6) 部分的文档很有帮助,报警交给其他专业工具。

use nginx auth basic > [RoadMap · Issue #116 · dtm-labs/dtm](https://github.com/dtm-labs/dtm/issues/116#issuecomment-1694594754)

> 3 .net这边,封装QueryPrepared服务到http状态码的转换,并修改Sample, 避免更多人抄错 第3点已经发起PR, 在不动原先的`string res = await BranchBarrier.QueryPrepared(sqlConnection)`返回字符串类型的前提下,移植了go的OrString、String2DtmError、Result2HttpJson四个方法到Utils.cs中供应用使用。[bugfix(DtmSample): fix MsgMsSqlQueryPrepared return http status 200 with unrecognized error body | dtm-labs/client-csharp](https://github.com/dtm-labs/client-csharp/pull/86) todo: 修改BranchBarrier.QueryPrepared返回类型成像go版的error, 经WrapHandler处理成http返回值。

The branch interceptor needs to be implemented.