WIP: Experiment: extract Searcher into an Actor #807

Kapalı
igalic igalic/Plume:refactor/extract-searcher içindeki 2 işlemeyi main ile birleştirmek istiyor
igalic 4 yıl önce yorum yaptı
Sahibi

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 2 işlemeyi 4 yıl önce ekledi
ae4ec4f9bd
Add an SearcherActor, wrapping Searcher & DbPool
and implement AddDocument message!
This code compiles, but hasn't been put to use yet.
igalic 4 yıl önce yorum yaptı
Poster
Sahibi

closing in favour of #813

closing in favour of #813
igalic 4 yıl önce değişiklik isteğini kapattı
Lütfen birleştirme gerçekleştirmek için bu değişiklik isteğini yeniden açın.
Bu konuşmaya katılmak için oturum aç.
Değerlendirici yok
Kilometre Taşı Yok
Atanan Kişi Yok
1 Katılımcı
Bildirimler
Bitiş Tarihi
Bitiş tarihi geçersiz veya aralık dışında. Lütfen 'yyyy-aa-gg' biçimini kullanın.

Bitiş tarihi atanmadı.

Bağımlılıklar

Bağımlılık yok.

Referans: Plume/Plume#807
Yükleniyor…
Henüz bir içerik yok.