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_r276225629
##########
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:
Changed the prefix of dummy topic name to `MultiTopicsConsumer-`. What do
you think?
----------------------------------------------------------------
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