File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,9 @@ to consumer if RabbitMQ server is running.
297
297
298
298
### What will happen if the RabbitMQ server is shutdown?
299
299
No events will be pushed to the consumer. If there is any stored events in RabbitMQ server memory before shutdown those
300
- will be lost too.
300
+ will be lost too.
301
+ ** Note:** It is possible to overcome this limitation by using persistence mechanism which will keep safe from losing stored events.
302
+ This mechanism is not implemented here that's why am skipping the issue.
301
303
302
304
### What will happen with the events when all product-service instance are shutdown?
303
305
RabbitMQ keeping all the events in itself will wait for any product-service instance when a product-service instance
You can’t perform that action at this time.
0 commit comments