Published onOctober 14, 2025Propagating Chat Messages in a Multi-Instance Environment: Redis Pub/SubUsing Redis Pub/Sub in UniSchedule to deliver chat messages reliably across multiple application instances.FeaturedSpring-BootRedisPub/SubAWSArchitecture
Published onJune 22, 2025Circular References and the Limits of @LazyHow I resolved a circular reference between ProductService and OptionService in a gift API by revisiting dependency direction instead of hiding it with @Lazy.SpringDependency-InjectionArchitectureBackend