Lucky-cloud
Lucky-cloud copied to clipboard
This project is a distributed Instant Messaging (IM) backend service based on Spring Boot and Spring Cloud, utilizing Netty for high-performance network communication. It supports user login, message...
# Title Optimize Spring Boot startup time and runtime performance ## Summary Current services have slow startup and elevated request latency in production. The goal is to systematically optimize Spring...
# Title Replace Hutool-based JWT generation with RSA (RS256) and add user token authentication in `im-gateway` ## Summary Stop using Hutool to generate JWTs. Standardize on **RSA (RS256)** using a...
## Description The current README provides instructions for launching individual middleware services like Redis and Nacos using Docker commands. However, it does not include a `docker-compose.yml` example or detailed guidance...
# Title Replace OpenFeign service calls with Dubbo RPC (Spring Cloud Alibaba + Nacos integration) ## Summary Migrate existing inter-service calls that use OpenFeign to Dubbo RPC and use Nacos...
## 背景 缺少统一的指标与分布式追踪,排障与容量规划困难。网关已提到限流/熔断(Sentinel),需把规则落地并版本化。 ## 目标 - 为核心服务接入 Micrometer + Prometheus 导出 `/actuator/prometheus`。 - 接入分布式追踪(OpenTelemetry/OTLP),可在本地观测链路(Jaeger/Tempo 等)。 - 整理并版本化网关的 Sentinel 规则,提供规则样例与说明。 - 提供 Grafana Dashboard 样板(可选)。 ## 交付内容 - [ ] 为...