akka/akka-core

Document the pluggable DnsProvider

Open

#21,171 创建于 2016年8月10日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Scala (3,547 fork)batch import
1 - triagedhelp wantedt:io

仓库指标

Star
 (13,277 star)
PR 合并指标
 (平均合并 8天 19小时) (30 天内合并 10 个 PR)

描述

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.

贡献者指南