ChimdumebiNebolisa commented on PR #25210: URL: https://github.com/apache/pulsar/pull/25210#issuecomment-3865181468
Thank you for the review. To my knowledge, `receiveMessageFromConsumer` is `private` in `MultiTopicsConsumerImpl`, which makes it difficult to drive the batch receive path deterministically without either reflection or a small visibility adjustment. Will it be ok to change `receiveMessageFromConsumer` from `private` to `protected` solely so a test subclass can invoke the existing logic (no new methods, no `@VisibleForTesting`)? If not, I will rework the regression to drive the path via the public subscribe flow. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
