Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 8aafd00

Browse files
authored
Merge pull request #91 from lightbend/wip/dns
remove async-dns implementation, and add tests for Kubernetes using DNS
2 parents 8928ad1 + 2cbe7ac commit 8aafd00

File tree

36 files changed

+742
-1410
lines changed

36 files changed

+742
-1410
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ class LagomLoader extends LagomApplicationLoader {
5959

6060
Enterprise Suite Platform Team <es-platform@lightbend.com>
6161

62-
## Third-party License
63-
64-
This project includes a copy of [akka-dns](https://github.com/ilya-epifanov/akka-dns), Copyright 2014-2016 Ilya Epifanov.
65-
Refer to the `async-dns` directory for more information.
66-
6762
## License
6863

6964
Copyright (C) 2017-2018 Lightbend Inc. (https://www.lightbend.com).

akka-cluster-bootstrap/src/main/resources/rp-tooling.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ akka {
1919
cluster {
2020
bootstrap {
2121
contact-point-discovery {
22-
port-name = akka-mgmt-http
22+
port-name = "akka-mgmt-http"
23+
protocol = "tcp"
24+
# Can be removed once https://github.com/akka/akka/issues/25825 is implemented
25+
service-namespace = ${?RP_NAMESPACE}".svc.cluster.local"
2326
}
2427
}
2528
}

async-dns/LICENSE

Lines changed: 0 additions & 190 deletions
This file was deleted.

async-dns/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

async-dns/src/main/resources/reference.conf

Lines changed: 0 additions & 45 deletions
This file was deleted.

async-dns/src/main/scala/akka/io/RichSimpleDnsCache.scala

Lines changed: 0 additions & 31 deletions
This file was deleted.

async-dns/src/main/scala/com/lightbend/rp/asyncdns/AsyncDnsProvider.scala

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)