ylliX - Online Advertising Network

.NET Aspire 9.0 Now Generally Available: Enhanced AWS & Azure Integration and More Improvements

.NET Aspire 9.0 is now generally available, following the earlier release of version 9.0 Release Candidate 1 (RC1). This release brings several features aimed at improving cloud-native application development on both AWS and Azure. It supports .NET 8 (LTS) and .NET 9 (STS). A key update in Aspire 9.0 is the integration of AWS CDK, enabling developers to […]

Google Cloud Adds Scalable Vector Search to Memorystore for Valkey & Redis Cluster

Google Cloud has introduced scalable vector-search capabilities to its Memorystore for Valkey and Redis Cluster. This update allows developers to perform vector searches at ultra-low latencies over billions of vectors. This enhancement is particularly beneficial for applications that rely on generative AI, such as retrieval-augmented generation (RAG), recommendation systems, and semantic search. The update leverages […]

Spring Boot / Spring Security App, geting AWS Redis Elasticache production error (failed: Connection reset by peer)

Getting following connection error with AWS Elasticache (production) 2024-10-19T08:33:26.374Z INFO 1 — [BFFApplication] [xecutorLoop-3-4] f.b.a.r.s.RedisSecurityContextRepository : SAVING AUTHORIZATION REQUEST 2024-10-19T08:33:26.379Z INFO 1 — [BFFApplication] [xecutorLoop-3-4] f.b.a.r.s.RedisSecurityContextRepository : Saved Authorization Request org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest@117c1dd in WebSession: org.springframework.security.config.web.server.ServerHttpSecurity$OAuth2LoginSpec$OidcSessionRegistryWebFilter$OidcSessionRegistryServerWebExchange$OidcSessionRegistryWebSession@1420e939 2024-10-19T08:33:26.379Z INFO 1 — [BFFApplication] [xecutorLoop-3-4] f.b.a.r.s.RedisSecurityContextRepository : Authorization Request state: O2Ltdm7yaOIpkBYzAl7k5YY0XktgoAqh3T04kYfIfYI= 2024-10-19T08:33:26.379Z INFO 1 — [BFFApplication] [xecutorLoop-3-4] c.f.b.a.r.OAuth2ServerRedirectStrategy : RUNNING […]