Re: [PR] [improve][pip] PIP-313 Support force unsubscribe using consumer api [pulsar]

2023-12-14 Thread via GitHub
Technoboy- merged PR #21452: URL: https://github.com/apache/pulsar/pull/21452 -- 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: commits-unsubscr...@pulsar

Re: [PR] [improve][pip] PIP-313 Support force unsubscribe using consumer api [pulsar]

2023-12-07 Thread via GitHub
asafm commented on code in PR #21452: URL: https://github.com/apache/pulsar/pull/21452#discussion_r1419546710 ## pip/pip_313.md: ## @@ -0,0 +1,74 @@ +# PIP-313: Support force unsubscribe using consumer api Review Comment: filename should be pip-313.md -- This is an autom

Re: [PR] [improve][pip] PIP-313 Support force unsubscribe using consumer api [pulsar]

2023-10-26 Thread via GitHub
rdhabalia commented on PR #21452: URL: https://github.com/apache/pulsar/pull/21452#issuecomment-1782348546 > Whether it would be more appropriate to add automatic cleaning subscribers, similar to automatically deleting inactive topics? Inactive topic doesn't have any sub but here in t

Re: [PR] [improve][pip] PIP-313 Support force unsubscribe using consumer api [pulsar]

2023-10-26 Thread via GitHub
liudezhi2098 commented on PR #21452: URL: https://github.com/apache/pulsar/pull/21452#issuecomment-1782127717 Whether it would be more appropriate to add automatic cleaning subscribers, similar to automatically deleting inactive topics? -- This is an automated message from the Apache Git

[PR] [improve][pip] PIP-313 Support force unsubscribe using consumer api [pulsar]

2023-10-26 Thread via GitHub
rdhabalia opened a new pull request, #21452: URL: https://github.com/apache/pulsar/pull/21452 Fixes https://github.com/apache/pulsar/issues/21451 ### Motivation ### Modifications ### Verifying this change - [ ] Make sure that the change passes the C