是否可能使用本地Java代码在远程EC2实例上击中可能的句柄/调试请求?

发布于 2025-01-20 20:48:01 字数 352 浏览 1 评论 0原文

我正在编写部署到 AWS 上的 EC2 实例的 java 服务。 我们基于微服务架构。

当一个服务与一堆其他服务通信时,本地开发环境很难设置,我必须在本地主机上启动依赖的服务,并配置为调用本地 api。更不用说嘲笑其他AWS资源,sqs,sns,dynamodb......

想象一下,我有微服务:A,B,C,D,E部署在AWS EC2上。 A 将呼叫 B、C、D、E。 当请求到达并命中 A 服务时,我想以某种方式“劫持”A 服务以使用本地计算机上的 java 代码而不是部署在该 EC2 实例上的 jar,并且它应该能够在设置的断点处停止在我的本地 IDE 中。我按下执行后,执行继续调用部署在AWS EC2上的B、C、D、E服务。

这可能吗?

I'm writing java services deployed to EC2 instances on AWS.
We're based on micro-services architecture.

When a service talks to a bunch of other services, it makes local dev environment hard to set up, I have to spin up the dependent services on localhost, and configure to call local apis. Not to mention mocking other AWS resources, sqs, sns, dynamodb...

Imagine, I have micro service: A, B, C, D, E deployed on AWS EC2. A will call B, C, D, E.
When a request come and hits A service, I want to somehow "hijack" the A service to use the java code on my local machine instead of the jar deployed on that EC2 instance, and it should be able to stop at the break points set in my local IDE. After I press execute, the execution continues to call B, C, D, E services which are deployed on AWS EC2.

Is this even possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文