Skip to content

Commit

Permalink
updated the actors to make it clear that log versions come from confi…
Browse files Browse the repository at this point in the history
…guration
  • Loading branch information
sdellis committed Jul 17, 2024
1 parent 120b2e8 commit 8242172
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions architecture-decisions/0002-indexing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8242172

Please sign in to comment.