WIP: Experiment: extract Searcher into an Actor #807

Zamknięty
igalic chce scalić 2 commity/ów z igalic/Plume:refactor/extract-searcher do main
Właściciel

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 dodał(-a) 2 commity(-ów) 2020-07-22 21:15:04 +00:00
and implement AddDocument message!
This code compiles, but hasn't been put to use yet.
Autor
Właściciel

closing in favour of #813

closing in favour of #813
igalic zamknął(-ęła) ten pull request 2020-07-26 19:37:41 +00:00

Pull request zamknięty

Zaloguj się, aby dołączyć do tej rozmowy.
Brak recenzentów
Brak kamienia milowego
Brak projektu
Brak przypisanych
1 uczestnik
Powiadomienia
Termin realizacji
Data realizacji jest niewłaściwa lub spoza zakresu. Użyj formatu 'yyyy-mm-dd'.

Brak ustawionego terminu realizacji.

Zależności

Brak ustawionych zależności.

Odniesienie: Plume/Plume#807
Opis zgłoszenia jest pusty.