eolivelli commented on a change in pull request #388:
URL: https://github.com/apache/pulsar-manager/pull/388#discussion_r636978938



##########
File path: 
src/main/java/org/apache/pulsar/manager/service/impl/BookiesServiceImpl.java
##########
@@ -33,26 +35,35 @@
 @Service
 public class BookiesServiceImpl implements BookiesService {
 
+    private final EnvironmentCacheService environmentCacheService;
+    private final HttpServletRequest request;
     @Value("${backend.directRequestBroker}")
     private boolean directRequestBroker;
 
     @Value("${backend.directRequestHost}")
     private String directRequestHost;
 
-    @Value("${bookie.host}")
-    private String bookieHost;
+//    @Value("${bookie.host}")

Review comment:
       thanks




-- 
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.

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


Reply via email to