You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/11/29 13:36:35 UTC

[GitHub] [pulsar] mattisonchao edited a comment on issue #13016: Consumer: Failed to load config into existing configuration data

mattisonchao edited a comment on issue #13016:
URL: https://github.com/apache/pulsar/issues/13016#issuecomment-981641034


   You need to use Set collection in topicNames.
   
   ```java
           Set<String> topicNames = Sets.newHashSet();
           topicNames.add("persistent://public/default/test-string1");
           config.put("topicNames", topicNames);
   ```


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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