adamcavendish opened a new pull request, #1044: URL: https://github.com/apache/rocketmq-clients/pull/1044
### Which Issue(s) This PR Fixes Fixes #1043 ### Brief Description - Add handle_receive_message_status() function to properly handle different status codes - Implement proper delivery timestamp processing for received messages - Update client.rs and push_consumer.rs to use new status handling logic - Add comprehensive status code mapping with appropriate error types - Include MessageNotFound as valid status for receive operations - Add unit tests for new status handling functionality ### How Did You Test This Change? With the BUG reproduce steps, no more unhandled new warning logs matching these 3 kinds. -- 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]
