mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3602] [Feature Request] 想要借助frp的 p2p模式解决docker集群下服务注册/发现功能无法在局域网运作问题 #2873
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2873
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LZW-Andrewlu on GitHub (Sep 8, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3602
Describe the feature request
需求起因:
在springcloud 微服务开发过程中,需要部署服务注册、发现业务,将多个微服务组成在分布式的集群环境下。由于服务注册、发现服务要求集群中的所有机器暴露其公网IP或者能够互通访问。这在docker分布式集群环境下很难达到,因为docker容器中的服务都处于内网环境,或者不具有公网地址。需要非常复杂的组网方案来解决这个问题。
#需求详情:
能够以插件或者依赖包的形式集成进其他项目,实现p2p方式的穿透访问,不依赖网络之间的直连互通性。基于frp的p2p模式,构建一个不依赖网络互通性的服务注册、发现服务。
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Sep 8, 2023):
看上去和这个项目不那么相关,最多是在此之上做一些封装。另外,frp 的 p2p 模式不是很适合这个场景,这里需要的是 1 对多,而 p2p 提供的 1 对 1,管理维护会很麻烦。
@github-actions[bot] commented on GitHub (Oct 9, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.