Skip to content

Commit 1559acf

Browse files
authored
Add missed comma (dotnet#25401)
1 parent 0ce3c3d commit 1559acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/microservices/multi-container-microservice-net-applications/integration-event-based-microservice-communications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ In Figure 6-20, you can see an abstraction of an event bus with multiple impleme
9191

9292
**Figure 6- 20.** Multiple implementations of an event bus
9393

94-
It's good to have the event bus defined through an interface so it can be implemented with several technologies, like RabbitMQ Azure Service bus or others. However, and as mentioned previously, using your own abstractions (the event bus interface) is good only if you need basic event bus features supported by your abstractions. If you need richer service bus features, you should probably use the API and abstractions provided by your preferred commercial service bus instead of your own abstractions.
94+
It's good to have the event bus defined through an interface so it can be implemented with several technologies, like RabbitMQ, Azure Service bus or others. However, and as mentioned previously, using your own abstractions (the event bus interface) is good only if you need basic event bus features supported by your abstractions. If you need richer service bus features, you should probably use the API and abstractions provided by your preferred commercial service bus instead of your own abstractions.
9595

9696
### Defining an event bus interface
9797

0 commit comments

Comments
 (0)