Refactoring the Review System into a Microservice #12302
hknkuvan
started this conversation in
Show and tell
Replies: 1 comment
-
Spree out of the box doesn't include a review system. And it won't include. It's usually handled by 3rd party providers such as yotpo, review.io and so on. We consider this an out-of-scope item. |
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
-
As part of our architectural evolution, we are exploring the benefits of refactoring the review system into a standalone microservice.
Benefits Identified:
Independent scalability for handling high-traffic operations.
Reduced load on the core application, improving overall performance.
Easier integration with external review systems.
Enhanced modularity for streamlined maintenance and updates.
Beta Was this translation helpful? Give feedback.
All reactions