merlimat 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_r276208227
########## 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'd actually get rid of "FakeTopicName" alltogether. It is super-confusing to look at in the logs.. and it doesn't make any sense in the context. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services