fixed typo in DNS extension documentation (#25789)
This commit is contained in:
parent
d9a41f5e23
commit
8e0b9b58e2
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ Java
|
|||
: @@snip [DnsCompileOnlyDocTest.java](/akka-docs/src/test/java/jdocs/actor/io/dns/DnsCompileOnlyDocTest.java) { #resolve }
|
||||
|
||||
Alternatively the `IO(Dns)` actor can be interacted with directly. However this exposes the different protocols of the DNS provider.
|
||||
`inet-adddress` uses `Dns.Resolved` and `Dns.Resolved` where as the `async-dns` uses `DnsProtocol.Resolve` and `DnsProtocol.Resolved`.
|
||||
`inet-adddress` uses `Dns.Resolve` and `Dns.Resolved` where as the `async-dns` uses `DnsProtocol.Resolve` and `DnsProtocol.Resolved`.
|
||||
The reason for the difference is `inet-address` predates `async-dns` and `async-dns` exposes additional information such as SRV records
|
||||
and it wasn't possible to evolve the original API in a backward compatible way.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue