f1amingo opened a new pull request, #1291: URL: https://github.com/apache/rocketmq-clients/pull/1291
### Summary `defaultLitePushConsumer.WrapReceiveMessageRequest` was a copy-paste override that incorrectly set `AutoRenew: false` and omitted `FilterExpression`. This PR removes the redundant override so that `defaultLitePushConsumer` delegates to the embedded `*defaultPushConsumer` implementation, which correctly sets `AutoRenew: true` and includes `FilterExpression`. ### Changes - Remove `WrapReceiveMessageRequest` from `defaultLitePushConsumer` - Drop unused imports: `uuid`, `durationpb` - Fix test assertion: `AutoRenew` should be `true` for lite push consumer ### How Did You Test This Change? Unit test updated and passing. -- 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]
