📄️ HTTP Service
Demonstrates HTTP service load balancing implementation using GoFrame with etcd-based service registration and discovery. This example showcases client-side load balancing with round-robin strategy, automatic service discovery, and distributed request routing across multiple HTTP server instances. Features include service registration using etcd, dynamic service discovery, configurable load balancing strategies, and seamless integration with GoFrame's HTTP server and client components for building scalable microservices architectures.
📄️ Polaris Integration
Demonstrates HTTP service load balancing implementation using GoFrame integrated with Polaris service mesh platform. This example showcases service registration and discovery using Polaris, client-side load balancing with round-robin strategy, local cache configuration for improved performance, and centralized logging. Features include Polaris-based service registry, configurable TTL (Time To Live) for service heartbeat, automatic service discovery, dynamic request routing, and seamless integration with GoFrame's HTTP server and client components for building cloud-native microservices architectures with advanced traffic management capabilities.