You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/05/21 07:31:12 UTC

[GitHub] [pulsar-manager] eolivelli commented on a change in pull request #388: Multi bookie cluster Support

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



##########
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:
       Please remove commented code




-- 
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:
users@infra.apache.org