javaChain opened a new issue #2601: URL: https://github.com/apache/rocketmq/issues/2601
https://github.com/apache/rocketmq/issues/452 4.7.1 brokerstartup will createFilterServer,but org.apache.rocketmq.filtersrv.FiltersrvStartup is deleted? ``` public void start() { this.scheduledExecutorService.scheduleAtFixedRate(new Runnable() { @Override public void run() { try { FilterServerManager.this.createFilterServer(); } catch (Exception e) { log.error("", e); } } }, 1000 * 5, 1000 * 30, TimeUnit.MILLISECONDS); } ``` this code is not work! ---------------------------------------------------------------- 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: [email protected]
