deku0818 commented on issue #1198: URL: https://github.com/apache/rocketmq-clients/issues/1198#issuecomment-4009620562
> The invisible_duration is only used by SimpleConsumer. Although PushConsumer reuses the _receive_req method, this parameter is only passed through the SimpleConsumer's receive method, PushConsumer does not provide this parameter externally.In the current mechanism, the invisible_duration for PushConsumer is uniformly controlled by the broker,The Python SDK follows the same implementation with Java. You can refer to the Java SDK's implementation for reference. > > <img alt="Image" width="822" height="312.1875" src="https://private-user-images.githubusercontent.com/5317604/559059740-bd1dcb5c-968c-43a1-a500-082d91061e26.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzI3NzQxMDMsIm5iZiI6MTc3Mjc3MzgwMywicGF0aCI6Ii81MzE3NjA0LzU1OTA1OTc0MC1iZDFkY2I1Yy05NjhjLTQzYTEtYTUwMC0wODJkOTEwNjFlMjYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDMwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjAzMDZUMDUxMDAzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YzQ4NTE4MzdhNTM0NTcwZjc4YjQyNGRjZmJjZjU2MGU5ZWFlZDIyZjIxZTA2MTllMDdmNjg0ZWRmZTcxOWY5MCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.9OUywRtY3Axc-dfzv1ZqSRgd2hzSv2Z_PioJQgJ2tFg"> Can the PushConsumer client automatically renew its subscription? -- 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]
