RockteMQ-AI commented on issue #703: URL: https://github.com/apache/rocketmq-spring/issues/703#issuecomment-5208091804
**Issue Evaluation** Category: `type/enhancement` | Status: **Evaluated** **Feasibility:** feasible **Scope:** Connection/client configuration in rocketmq-spring-boot-starter The request is to expose a configurable connection timeout parameter for scenarios with weak or unstable network conditions. Currently, the connection timeout is hardcoded in the underlying client. Adding a configurable property (e.g., `rocketmq.producer.connect-timeout` and `rocketmq.push-consumer.connect-timeout`) in `application.properties` would allow users to tune this for their network environment. This is a reasonable enhancement. A PR adding configurable timeout properties would be welcome. --- *Automated evaluation by github-manager* -- 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]
