Update 0008-index-content-using-transform-service.md

This commit is contained in:
Michael Suzuki
2019-07-05 13:52:24 +01:00
parent 75d95753b3
commit 3931c6b38c

View File

@@ -45,7 +45,7 @@ Creating a microservice for the content tracker adds complexity which adds littl
Adding a new content tracker based on a message queue is the preferred solution as this provides the benefits of using the Transform Service. The existing content tacker will remain so that it will work with the community.
Having the ability to configure the preferred content tracker, provides a solution to both community and enterprise.
![Component Diagram](/search-services/alfresco-search/doc/architecture/decisions/diagrams/AsyncContetntTracker.pngg)
![Component Diagram](/search-services/alfresco-search/doc/architecture/decisions/diagrams/AsyncContetntTracker.png)
## Consequences
This solution addresses the ability to index content asynchronously and will address the known bottle necks however we may discover new problem areas such as the message queue. We recommend doing benchmark tests to validate the claim and observe the behaviour. It is worth mentioning the latency introduced is unavoidable, due to the extra calls when using the Transform Service.