TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

HTTP requests for inter-service communication

1 点作者 seinecle10 个月前
Context: a Java web app project composed of independent services: the JakartaEE app itself, and Java SE apps around it which perform long running operations.<p>I manage inter-service communication with simple http requests.<p>Slow (especially when moving around files, which is rare but does happen) but:<p>- simple - tech is stable - easy to adapt if services end up moving to different servers - slowness is acceptable because dwarfed by the duration of the long running ops performed by the app.<p>I wonder if this approach is a common one, and why not?

暂无评论

暂无评论