TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Microservices Circuit-Breaker Pattern Implementation: Istio vs. Hystrix

86 pointsby nfrankelover 6 years ago

5 comments

bpicoloover 6 years ago
Hystrix is in maintenance mode - README says Netflix is moving towards e.g. <a href="https:&#x2F;&#x2F;github.com&#x2F;resilience4j&#x2F;resilience4j" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;resilience4j&#x2F;resilience4j</a><p>&gt; Netflix Hystrix is now officially in maintenance mode, with the following expectations to the greater community: Netflix will no longer actively review issues, merge pull-requests, and release new versions of Hystrix.
评论 #18677308 未加载
Daishimanover 6 years ago
These microservice design patterns bring back horrible memories of the design overarchitecture that was in vogue back in the J2EE years, where you basically need patterns to deal with the issues your new patterns bring up.<p>Of course in practice most reasonable people choose to deal with these things by dealing with complex failures in the most simple way, but the proliferation of these &quot;solutions&quot; IMO bring in more trouble than it could be possibly worth.
sgtover 6 years ago
Also worth reading: <a href="https:&#x2F;&#x2F;vertx.io&#x2F;docs&#x2F;vertx-circuit-breaker&#x2F;java&#x2F;" rel="nofollow">https:&#x2F;&#x2F;vertx.io&#x2F;docs&#x2F;vertx-circuit-breaker&#x2F;java&#x2F;</a>
评论 #18674266 未加载
voyceyover 6 years ago
That cookie notification is absolutely atrocious - is there really any need for a full screen popover??
SuddsMcDuffover 6 years ago
Usually better to use asynchronous communication between services.
评论 #18676348 未加载
评论 #18676186 未加载
评论 #18676642 未加载