SREERAJ Rsreeraj6.hashnode.dev·Sep 28, 2024Kafka | Publish/subscribe messagingApache Kafka is an open-source distributed streaming system used for stream processing, real-time data pipelines, and data integration at scale. Publish / Subscribe Model Before discussing the specifics of Apache Kafka, it is important for us to unde...Discusskafka
Vince UragPropapers.vincy.dev·Sep 27, 2024Distributed PubSub in ElixirIn this article, we’ll be exploring on building a distributed PubSub in Elixir. First, we’ll be building a local PubSub which will allow a process to broadcast a message to all local subscribers. Then, we’ll see how we can make it work on a distribut...Discuss·807 readsElixir
jorzeljorzel.hashnode.dev·Sep 23, 2024FeaturedHow to Integrate Your Services Using GCP Pub-SubPub-Sub (Publish-subscribe) is a great pattern to integrate components in a distributed system. It provides decoupling, allowing services to communicate without depending on each other directly. It enhances resiliency by ensuring reliable message del...Bernardo Gomes de Abreu and 3 others are discussing this4 people are discussing thisDiscuss·17 likes·208 readsPubSub
Rohit Paulrohitpaulscodism.hashnode.dev·Sep 10, 2024An Easy Introduction to Event Driven ArchitectureEvent-Driven Architecture (EDA) is a design approach that emphasizes the production, detection, consumption, and reaction to events within a system. This architecture style allows applications to be more scalable, responsive, and loosely coupled, mak...Discuss·1 likeNode.js
Sushant Pantsushantpant.com.np·Aug 25, 2024Pub-sub patternIn my previous articles, we built a messaging system using RabbitMQ. One limitation of that approach was that each message was delivered to only one consumer. For instance, if we had two consumers promotional.Email and promotional.Sms there would be ...Discuss·10 likes·140 readsDistributed SystemPubSub
Sushant Pantsushantpant.com.np·Aug 19, 2024Understanding distributed systemIntroduction 2 words "distributed" and "system" meaning a system which is built up of multiple components that work together as-a-whole. For instance, consider an online platform like Amazon. It is made up of various services to handle inventory mana...Discuss·11 likes·68 readsDistributed Systemdistributed system
Karthik Anishkarthikanish.hashnode.dev·Aug 8, 2024Leveraging Docker for Google Pub/Sub: A Superior Alternative to EmulatorsIn the world of cloud computing, Google Cloud Pub/Sub offers a powerful messaging service that allows applications to communicate asynchronously. While the Google Pub/Sub emulator is a useful tool for local development, using Docker to run the Pub/Su...DiscussPubSub
Milan Jovanovićmilanjovanovic.hashnode.dev·Jul 27, 2024Simple Messaging in .NET With Redis Pub/SubRedis is a popular choice for caching data, but its capabilities go far beyond that. One of its lesser-known features is Pub/Sub support. Redis channels offer an interesting approach for implementing real-time messaging in your .NET applications. How...Discuss·92 readsRedis Channels
Karthik Anishkarthikanish.hashnode.dev·Jul 17, 2024Maintaining Message Order with Google Cloud Pub/SubWhen working with distributed systems and event-driven architectures, preserving the order of messages can be crucial for ensuring the integrity and consistency of your application. Google Cloud Pub/Sub offers a powerful feature that allows you to en...DiscussPubSub
Nagendra SinghProconnectsalesforce.hashnode.dev·Jul 16, 2024Integrate Pub/Sub and Message Events in LWC from Omniscript for Toast NotificationsIntro Have you ever needed to show a toast message after an Omniscript action / step is completed? Or wanted to perform some action once an Omniscript is done? Well, today is your lucky day! We're diving into the awesome capabilities Omniscript offer...Discuss·283 readsomnistudio