navina opened a new pull request, #9859: URL: https://github.com/apache/pinot/pull/9859
`PulsarStreamMetadataProvider` creates a `Consumer` instance with a random subscription name to fetch stream related metadata. However, this subscription is not deleted when the consumer is closed. This subscription is not really shared across pinot consumer sessions and thus, can be safely deleted. Related issue: #9854 Labels: `bugfix` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
