Remove Architecture Remove Event Remove Scalability
article thumbnail

Designing and Maintaining Event-Driven Architectures

DZone

Event-driven architecture (EDA) gives your system the ability to receive and respond to changes in real time, making it easier to scale. Decoupling components is the core theme of EDA, which makes it flexible, allowing it to scale asynchronously based on events.

article thumbnail

Rapid Event Notification System at Netflix

The Netflix TechBlog

To this end, we developed a Rapid Event Notification System (RENO) to support use cases that require server initiated communication with devices in a scalable and extensible manner. In this blog post, we will give an overview of the Rapid Event Notification System at Netflix and share some of the learnings we gained along the way.

Systems 334
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

New integrations announced at AWS re:Invent enhance cloud performance, security, and automation

Dynatrace

By embedding Dynatrace AI-driven observability and reliability checks into the deployment pipeline, organizations can proactively assess their cloud architectures against best practices, detecting and resolving potential issues before they impact production.

AWS 298
article thumbnail

RabbitMQ vs. Kafka: Key Differences

Scalegrid

RabbitMQ is designed for flexible routing and message reliability, while Kafka handles high-throughput event streaming and real-time data processing. This article outlines the key differences in architecture, performance, and use cases to help determine the best fit for your workload. What is RabbitMQ?

Latency 147
article thumbnail

Mastering Scalability and Performance: A Deep Dive Into Azure Load Balancing Options

DZone

As organizations increasingly migrate their applications to the cloud, efficient and scalable load balancing becomes pivotal for ensuring optimal performance and high availability. Load balancing is a critical component in cloud architectures for various reasons.

Azure 287
article thumbnail

Netflix’s Distributed Counter Abstraction

The Netflix TechBlog

By: Rajiv Shringi , Oleksii Tkachuk , Kartik Sathyanarayanan Introduction In our previous blog post, we introduced Netflix’s TimeSeries Abstraction , a distributed service designed to store and query large volumes of temporal event data with low millisecond latencies. Today, we’re excited to present the Distributed Counter Abstraction.

Latency 251
article thumbnail

Architecture Patterns: Publish/Subscribe

DZone

The Publish/Subscribe (Pub/Sub) pattern is a widely-used software architecture paradigm, particularly relevant in the design of distributed, messaging-driven systems. The communication framework is decoupled, scalable, and dynamic, making it useful for addressing complex software requirements in modern application development.