pjfanning commented on code in PR #242:
URL: https://github.com/apache/pekko-management/pull/242#discussion_r1771536487


##########
discovery-eureka/src/main/resources/reference.conf:
##########
@@ -0,0 +1,32 @@
+# SPDX-License-Identifier: Apache-2.0
+
+######################################################
+# Apache Pekko Service Discovery Eureka Config       #
+######################################################
+
+pekko.discovery {
+
+  eureka {
+    class = org.apache.pekko.discovery.eureka.EurekaServiceDiscovery
+    # default eureka schema
+    eureka-schema = "http"
+    # default eureka host
+    eureka-host = "127.0.0.1"
+    # default eureka port
+    eureka-port = 8761
+    # default eureka-path
+    eureka-path = "eureka"
+    # default discovery service group.
+    group-name = "DEFAULT_GROUP"
+    # default eureka registration status page url
+    status-page-url = ""

Review Comment:
   @Roiocam most of these configs are unused - can we remove the unused ones?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to