BewareMyPower opened a new pull request #7282: URL: https://github.com/apache/pulsar/pull/7282
### Motivation In partitioned producer/consumer's close callback, the partition index is always 0. ### Modifications - Pass `ProducerImpl`/`ConsumerImpl`'s internal partition index field to `PartitionedProducerImpl`/`PartitionedConsumerImpl`'s close callback. - Change two debug level logs to error level. ---------------------------------------------------------------- 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]
