akka/akka-core

Document the pluggable DnsProvider

Open

#21.171 aperta il 10 ago 2016

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Scala (3547 fork)batch import
1 - triagedhelp wantedt:io

Metriche repository

Star
 (13.277 star)
Metriche merge PR
 (Merge medio 8g 19h) (10 PR mergiate in 30 g)

Descrizione

The DnsProvider is a pluggable by-class-name provider but there is essentially no docs at all on the plugin interfaces, given that it has two methods that return Class[_ <: Actor] I think there is room for some improvements here, what is each actor supposed to do, what constructor parameters should it take, how is it supervised, what happens if it stops, what messages should it accept and respond to. etc.

Guida contributor