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.

Goodbye Microservices

18 pointsby ahmdover 3 years ago

3 comments

readonthegoappover 3 years ago
seems like a bit of a meaningless discussion without talking about a specific example.<p>and i&#x27;m here for it.<p>but one part i&#x27;m confused about is:<p><pre><code> horizontal scaling == microservices == k8s == containers == true? </code></pre> i&#x27;ve never used kubernetes or related &#x27;microservices&#x27; tech in a high use environment, so just have no practical experience with microservices, unless you could EJBs?<p>i can imagine troubleshooting a microservices environment could get hairy, but i&#x27;ve had non-microservices environments get hairy, so...
dedoussisover 3 years ago
&quot;There is no good and standardised way of expressing asynchronous APIs.&quot;<p>You may check: <a href="https:&#x2F;&#x2F;www.asyncapi.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.asyncapi.com&#x2F;</a>
RandyRandersonover 3 years ago
I&#x27;m not sure why anyone thought this was a good idea in the first place. I always saw it as a manifestation of Conway&#x27;s law [0] driven from money printing.<p>That is, more money -&gt; higher demand for employees -&gt; employees that shouldn&#x27;t be given authority are -&gt; &quot;I want to code only in &lt;techx that no one uses&gt; -&gt; microservices are the only way I can do this -&gt; microservices are good.<p>[0] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Conway%27s_law" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Conway%27s_law</a>