sijie commented on a change in pull request #1269: Issue #1237: support builder
for topicsConsumer
URL: https://github.com/apache/incubator-pulsar/pull/1269#discussion_r169898906
##########
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerBuilderImpl.java
##########
@@ -40,9 +44,9 @@
private static final long serialVersionUID = 1L;
private final PulsarClientImpl client;
- private String topicName;
private String subscriptionName;
private final ConsumerConfiguration conf;
+ private List<String> topicNames;
Review comment:
I would suggest using Set instead of List, so this allows us removing
duplicated topic names.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services