4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java37,305 stars (37,305 stars)7,637 forks (7,637 forks)batch import
help wanted
Description
大佬们 有没有tunnel server集群部署的demo,官网写的太简单了,不明白如何操作实施
Contributor guide
- Tech stack
- java
- Domain
- backenddevops
- Issue type
- documentation
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- needs maintainer response
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- understanding of Arthas tunnel serverbasic Javaclustering conceptsDocker or Kubernetes
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- Review the existing Arthas tunnel server documentation and source code (likely in the 'tunnel server' module) to understand its architecture. Investigate common clustering approaches for Java applications such as load balancing with Nginx, session sharing with Redis, and containerization with Docker Compose for multi node setup. Consider providing a step by step guide with configuration examples. Check issue comments for any additional context or requirements from the reporter or maintainers.