chpengzh
chpengzh
npm start是本地调试用的启动方案,实际生产环境上是编译生成静态资源合并部署在jar包中或者单独部署在nginx中。 如果是本地调试要更改host访问地址的话,可以阅读一下`front/config/config.js`这个稳健配置
感谢关注SOFADashboard项目,目前正在1.1.0版本研发中,不能保证主线版本的稳定性;如果需要可以使用一个release tag版本。 如果需要对当前版本服务端进行测试,可以关注这个项目[glmapper/sofa-dashboard-scaffold](https://github.com/glmapper/sofa-dashboard-scaffold),后续会迁移至dashboard中
How's it going? @SteNicholas
All method are invoked by `PathChildrenCacheListener.childEvent`, which will be invoke by a single thread with event order. You can debug it or print a thread id to find that. `RegistryDataCache`...
Although it is written by one and read by others, it is better to be thread safe in my opinion. A better practice is using `Map.compute` or `Map.computeIfAbsent` rather than...
挺不错的,但是建议和zk一样,上报和读取逻辑就规划到client项目里面吧。届时在client项目里面规划出一个dashboard-support模块和client模块,分别供dashboard使用和应用使用
不过redis场景下如何设计ip维度和应用两个维度的查询方案还需要考虑一下怎么设计。
统计数据也是靠dashboard定时任务去做的对吧,这种情况的话。
还有那个启停能力的功能,是指RPC在registry上下线,还是说控制网关啊。