From 82421721b23f23cfbc088eb6c54cc045d5546ce0 Mon Sep 17 00:00:00 2001 From: Shaun Ellis Date: Wed, 17 Jul 2024 15:50:17 -0400 Subject: [PATCH] updated the actors to make it clear that log versions come from configuration --- architecture-decisions/0002-indexing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/architecture-decisions/0002-indexing.md b/architecture-decisions/0002-indexing.md index a3309f8c..1537263b 100644 --- a/architecture-decisions/0002-indexing.md +++ b/architecture-decisions/0002-indexing.md @@ -89,11 +89,11 @@ title: A full Indexing Pipeline workflow sequenceDiagram Participant LogLocationTable Participant FiggyDB -Participant HydratorV1 +Participant HydratorV1 as Hydrator(log_version: 1) Participant HydrationLog -Participant TransformerV1 +Participant TransformerV1 as Transformer(log_version: 1) Participant TransformationLog -Participant IndexerV1 +Participant IndexerV1 as Indexer(log_version: 1, solr_collection: dpul) Participant SolrIndex HydratorV1->>LogLocationTable: Set(type: hydrator, log_location: pre_figgy_timestamp, log_version: 1)