zhouli11 commented on issue #1198:
URL: 
https://github.com/apache/rocketmq-clients/issues/1198#issuecomment-4009104831

   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 width="2138" height="812" alt="Image" 
src="https://github.com/user-attachments/assets/bd1dcb5c-968c-43a1-a500-082d91061e26";
 />


-- 
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]

Reply via email to