是否可能使用本地Java代码在远程EC2实例上击中可能的句柄/调试请求?
我正在编写部署到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论