From commits-return-21903-archive-asf-public=cust-asf.ponee.io@pulsar.apache.org Wed Feb 6 04:22:04 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A2D49180608 for ; Wed, 6 Feb 2019 05:22:03 +0100 (CET) Received: (qmail 85826 invoked by uid 500); 6 Feb 2019 04:22:02 -0000 Mailing-List: contact commits-help@pulsar.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pulsar.apache.org Delivered-To: mailing list commits@pulsar.apache.org Received: (qmail 85740 invoked by uid 99); 6 Feb 2019 04:22:02 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2019 04:22:02 +0000 From: GitBox To: commits@pulsar.apache.org Subject: [GitHub] ConcurrencyPractitioner commented on issue #3450: Adding configuration to disable auto-topic creation Message-ID: <154942692174.20453.12703453710780437929.gitbox@gitbox.apache.org> Date: Wed, 06 Feb 2019 04:22:01 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit ConcurrencyPractitioner commented on issue #3450: Adding configuration to disable auto-topic creation URL: https://github.com/apache/pulsar/pull/3450#issuecomment-460896761 Hi @sijie I am having some trouble with lombok and ServerConfiguration. The methods in this particular class are autogenerated, but in my case, for the config ```allowAutoTopicCreation``` (which is a boolean value), it does not function. Here is my error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project pulsar-broker: Compilation failure [ERROR] /Users/richardyu/pulsar/pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/PersistentTopicsTest.java:[64,34] cannot find symbol [ERROR] symbol: method setAllowAutoTopicCreaion(boolean) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 With regards, Apache Git Services