Skip to content

Commit 471a173

Browse files
author
troutman_margaret@yahoo.com
committed
Edited chapter_11_external_events.asciidoc with Atlas code editor
1 parent 6fd6d02 commit 471a173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chapter_11_external_events.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ we can do that locally.
305305

306306
=== Using a Redis Pub/Sub Channel for Integration
307307

308-
Let's see how it will all work concretely.((("microservices", "event-based integration", "using Redis pub/sub channel for ntegration")))((("Redis pub/sub channel, using for microservices integration")))((("messaging", "using Redis pub/sub channel for microservices integration")))((("publish-subscribe systems", "using Redis pub/sub channel for microservices integration"))) We'll need some way of getting
308+
Let's see how it will all work concretely.((("microservices", "event-based integration", "using Redis pub/sub channel for ntegration")))((("Redis pub/sub channel, using for microservices integration")))((("messaging", "using Redis pub/sub channel for microservices integration")))((("publish-subscribe system", "using Redis pub/sub channel for microservices integration"))) We'll need some way of getting
309309
events out of one system and into another, like our message bus, but for
310310
services. This piece of infrastructure is often called a _message broker_. The
311311
role of a message broker is to take messages from publishers and deliver them

0 commit comments

Comments
 (0)