what's the difference between background job & distributed event bus #17910
Replies: 1 comment
-
Distributed Event Bus system allows to publish and subscribe to events that can be transferred across application/service boundaries. You can use the distributed event bus to asynchronously send and receive messages between microservices or applications. On the other hand, Background jobs are used to queue some tasks to be executed in the background. You can read the Background Jobs and Distributed Event Bus docs to learn more. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
what's the difference between background job & distributed event bus
the similar api designs confuses me.
when should i use background jobs [distributed event bus]
Beta Was this translation helpful? Give feedback.
All reactions