From 3cd94d92984a7d4820238894c7a71b8fbd527386 Mon Sep 17 00:00:00 2001 From: lukuan Date: Mon, 18 Jul 2022 19:22:11 +0800 Subject: [PATCH] Add comments about Netty communications --- .../src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hippo4j-example/hippo4j-spring-boot-starter-example/src/main/resources/application.properties b/hippo4j-example/hippo4j-spring-boot-starter-example/src/main/resources/application.properties index 03aceebe..f36d13d0 100644 --- a/hippo4j-example/hippo4j-spring-boot-starter-example/src/main/resources/application.properties +++ b/hippo4j-example/hippo4j-spring-boot-starter-example/src/main/resources/application.properties @@ -7,7 +7,8 @@ spring.application.name=dynamic-threadpool-example spring.dynamic.thread-pool.server-addr=http://localhost:6691 spring.dynamic.thread-pool.netty-server-port=8899 -spring.dynamic.thread-pool.report-type=netty +### Use netty to report thread pool monitoring data. The default is http. +# spring.dynamic.thread-pool.report-type=netty spring.dynamic.thread-pool.namespace=prescription spring.dynamic.thread-pool.item-id=dynamic-threadpool-example spring.dynamic.thread-pool.username=admin