4 links
tagged with all of: scalability + kafka
Click any tag below to further narrow down your results
Links
Eloelo's push notification architecture is designed to handle millions of personalized notifications in real-time, addressing challenges such as volume, latency, and reliability. The system employs an event-driven model with Kafka pipelines, dynamic template orchestration, and a resilient delivery mechanism that includes intelligent retries and fallback strategies to ensure effective communication with users.
LinkedIn has introduced Northguard, a scalable log storage system designed to improve the operability and manageability of data as the platform grows. Northguard addresses the challenges faced with Kafka, including scalability, operability, availability, and consistency, by implementing advanced features such as log striping and a refined data model. Additionally, Xinfra serves as a virtualized Pub/Sub layer over Northguard to further enhance data processing capabilities.
The article discusses the concept of cross-cloud cluster linking, which enables organizations to connect and manage Kafka clusters across multiple cloud environments. This capability facilitates seamless data sharing and resilience in operations, helping businesses to optimize their data architecture. It highlights the benefits of such integrations for enhancing scalability and reliability in data streaming applications.
Klaviyo successfully migrated its event processing pipeline from RabbitMQ to a Kafka-based architecture, handling up to 170,000 events per second while ensuring zero data loss and minimal impact on ongoing operations. The new system enhances performance, scales for future growth, and improves operational efficiency, positioning Klaviyo to meet the demands of over 176,000 businesses worldwide. Key design principles focused on decoupling ingestion from processing, eliminating blocking issues, and ensuring reliability in the face of transient failures.