Lari Hotari
Lari Hotari
Superseded by #24712
> Hi @lhotari, > > I'm interested in contributing to Pulsar and believe this issue is a good starting point. I've reviewed the contribution guidelines and have submitted a PR...
This should be handled in a way where org.apache.pulsar.client.impl.ConsumerBase#callMessageListener checks the status of the consumer and doesn't process the message if the state of the consumer is Closing or Closed....
@equanz @codelipenghui Do you think that PIP-282 changes in #21406 21953 address this issue?
It seems that this issue might be addressed together with PIP-282 changes #21953 and other PRs #23226 (merged) and #23231 (in-progress). A remaining challenge is the lost acknowledgements issue that...
I've created [PIP-379: Key_Shared Draining Hashes for Improved Message Ordering](https://github.com/apache/pulsar/pull/23309) as a proposal to address such issues.
> I solved this issue by modifying the consumer source code. Could you please ask the community if they would consider adopting this approach or if there are any more...
@mawenyu Which Pulsar client version and Pulsar broker version are you using?
> @lhotari thanks i am already working on it, there are 3000+ checkstyle rule violations in broker module only and i have my final year exam coming so i am...
> Most of the Checkstyle violations are related to ImportOrder, No spaces between import statements, LineLength, whitespace issues, and some naming conventions for final fields and class names. After fixing...