-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
留言板 #2
Comments
博主在博客中提到微服务,这里的架构图是用什么工具画的? |
@biezhi 用的是Mac自带的Keynote,选择Modern Type模板 |
性能测试利器还有一个tsung,强大的并发,普通的pc都能产生1万个http并发请求 |
@mahengyang 对的,同类的比较新的还有locust.io, yandex-tank等 |
针对小结里的最后一句话有点小疑问,在集成测试的时候如果用到 Mock 的话,那还叫集成测试吗?还是指别的意思? |
@devonliu02 看情况,比如涉及多个系统的集成测试,可以通过Mock替换部分系统依赖 |
http://emacoo.cn/arch/microservice-registry-center/consul-template.png |
@LaPoPvLe 是的,只要SP1是分布式部署的。其实,从SP1的角度来看,SP2和其他服务调用者并无区别。 |
@emac 回复收到。我再消化消化,可能大局观上还没参透,理解起来不是很通顺。 |
@LaPoPvLe 第一,严格来说,LB和API Gateway是不同的;第二,对于稍具规模的应用,一般都会有多层LB,比如外网LB和内网LB,你之前说的属于服务间调用,一般都是走内网LB。而API Gateway一般介于外网LB和内网LB之间。 |
您好, 看了一下《【CI/CD】几种常见的不停机发布方式》 我有一个问题, 就是全量发布牵扯到数据库结构的变更, 如果发布回滚,数据库有办法回滚吗? |
数据库一般不回滚,通过回滚服务来兼容,具体过程可参考
https://spring.io/blog/2016/05/31/zero-downtime-deployment-with-a-database
在 2018年4月1日 下午6:10,hackeryutu <[email protected]>写道:
… 您好, 看了一下《【CI/CD】几种常见的不停机发布方式》 我有一个问题, 就是全量发布牵扯到数据库结构的变更, 如果发布回滚,数据库有办法回滚吗?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAuSlE4DiVzn2lFQjRbD7WqKzuxy9U_Rks5tkKeUgaJpZM4LJ9CH>
.
--
追求·卓越·挑战·极限
|
非常感谢, 以前团队用flyway没有深究,现在终于知道为什么leader code review脚本之后, 叫我写冗余列的原因了。 |
再请教一个问题《高可靠的的分布式应用发布系统》, 如果服务器是tomcat, 怎么可以检测到tomcat启动失败呢? 有没有类似启动失败回调一样的东西? 还是说每隔一段时间去请求一次, 看看有没有响应, 如果太久没有响应就认为这个tomcat启动失败了? |
个人理解服务网格和代理模式的本质是讲代理层下沉到服务实例上,来解决统一代理层的中心化问题及因中心化带来的请求代理瓶颈问题,思想还是不错的。 |
http://emacoo.cn/coding/java-apt-logging/
|
博主,看了你的文章《从零搭建一个基于Istio的服务网格》,能否写一篇怎么使用Istio,比如如何做一个博客,在哪里写api,在哪里写前端UI等? |
可以参考一下Istio官方的BookInfo示例(https://istio.io/docs/guides/bookinfo.html
),提供了完整的前后端实现,还包括多语言架构、网关分发、Dashboard、服务跟踪等高级特性。
2018-05-04 9:08 GMT+08:00 zwl1619 <[email protected]>:
… 博主,看了你的文章《从零搭建一个基于Istio的服务网格》https://juejin.im/post/
5aeb29295188256709610e74 <http://url>,能否写一篇怎么使用Istio,比如做一个博客,
在哪里写api,在哪里写前端UI等?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAuSlHGB0fG1Jn-PtivE1TeeoO_XiyBSks5tu6okgaJpZM4LJ9CH>
.
--
追求·卓越·挑战·极限
|
您好,看了您的文章过来探讨一个问题。最近入坑webflux。短时间内还不适应router functions这种风格,那么使用传统mvc注解会不会破坏响应式体系?另外,如果控制层的返回值不用flux, mono来封装,是否也会破坏这个体系? |
Your post is very great.I read this post. It's very helpful. I will definitely go ahead and Your post is very great.I read this post. It's very helpful. I will definitely go ahead and take advantage of this. You absolutely have wonderful stories. Cheers for sharing with us your blog. Python training in Noida |
有问必答,知无不言,言无不尽,仅限技术。:)
The text was updated successfully, but these errors were encountered: