WIP: Experiment: extract Searcher into an Actor #807

Aizvērti
igalic vēlas iekļaut 2 iesūtījumus no igalic/Plume:refactor/extract-searcher zarā main
igalic pievienoja piebildi 2020-07-22 21:15:04 +00:00
Īpašnieks

The goal of this pull request is to remove Searcher from PlumeRocket, as described in #799.
The strategy in this pull request is to use a riker actor and

  • Wrap Searcher & DbPool into an actor
  • create messages for add, delete, update
  • initialize actor system in main()
  • manage "actor system, so we have easy access to it
  • RequestGuard on ActorSystem, to allow access to it
  • instead of using &PlumeRocket.Searcher, use ActorSystem to send a message to our SearcherActor
The goal of this pull request is to remove `Searcher` from `PlumeRocket`, as described in #799. The strategy in this pull request is to use a riker actor and - Wrap Searcher & DbPool into an actor - create messages for add, delete, update - initialize actor system in `main()` - manage "actor system, so we have easy access to it - RequestGuard on ActorSystem, to allow access to it - instead of using `&PlumeRocket.Searcher`, use ActorSystem to send a message to our SearcherActor
igalic pievienoja 2 iesūtījumus 2020-07-22 21:15:04 +00:00
and implement AddDocument message!
This code compiles, but hasn't been put to use yet.
igalic pievienoja piebildi 2020-07-26 19:37:41 +00:00
Autors
Īpašnieks

closing in favour of #813

closing in favour of #813
igalic aizvēra šo izmaiņu pieprasījumu 2020-07-26 19:37:41 +00:00

Izmaiņu pieprasījums aizvērts

Nepieciešams pieteikties, lai pievienotos šai sarunai.
Nav izskatītāju
Nav atskaites punkta
Nav projektu
Nav atbildīgo
1 dalībnieks
Paziņojumi
Izpildes datums
Izpildes datums nav derīgs vai tas ir ārpus datumu apgabala. Lūgums izmantot pierakstu "gggg-mm-dd".

Nav uzstādīts izpildes datums.

Atkarības

Nav atkarību.

Atsauce: Plume/Plume#807
Nav sniegts apraksts.