akka/akka-core

Document the pluggable DnsProvider

Open

#21 171 ouverte le 10 août 2016

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Scala (3 547 forks)batch import
1 - triagedhelp wantedt:io

Métriques du dépôt

Stars
 (13 277 stars)
Métriques de merge PR
 (Merge moyen 8j 19h) (10 PRs mergées en 30 j)

Description

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.

Guide contributeur