massakam commented on a change in pull request #4064: [client] Set actual topic 
name to partitioned consumer
URL: https://github.com/apache/pulsar/pull/4064#discussion_r276215196
 
 

 ##########
 File path: 
pulsar-client/src/main/java/org/apache/pulsar/client/impl/MultiTopicsConsumerImpl.java
 ##########
 @@ -64,6 +64,8 @@
 
 public class MultiTopicsConsumerImpl<T> extends ConsumerBase<T> {
 
+    public static final String FAKE_TOPIC_NAME_PREFIX = 
"TopicsConsumerFakeTopicName";
 
 Review comment:
   I think this should be completely removed if it doesn't any make sense. 
However, if a list of multiple topics is specified, what string should we set 
as a single topic name?

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


With regards,
Apache Git Services

Reply via email to