gkhnoztrk commented on issue #1276: URL: https://github.com/apache/pulsar-client-go/issues/1276#issuecomment-2321995604
I've found that commenting out the following line resolves the issue and makes the system behave as expected: https://github.com/apache/pulsar-client-go/blob/953d9eab07948d94234c6a2e6b04f1ffeb8ff833/pulsar/consumer_partition.go#L1497 While this modification appears to fix the immediate problem, I'm concerned about potential side effects in other use cases. I'm not fully aware of how removing this line might impact different scenarios or configurations. Could the maintainers or someone familiar with the codebase provide insights on: The original purpose of this line? Potential implications of removing it? If this is indeed the correct fix, or if there's a more appropriate way to address the EnableZeroQueueConsumer behavior? -- 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]
