VGalaxies opened a new pull request, #17293: URL: https://github.com/apache/iotdb/pull/17293
## Summary - Expose `connectionTimeoutInMs` for all subscription consumers and pass it through builder, session open, and handshake. - Add a lightweight server-side idle disconnect check based on subscription heartbeat inactivity without changing the receiver threading model. - Reuse the existing server-side `closeConsumer(...)` flow so timeout-triggered disconnect also unsubscribes subscribed topics before dropping the consumer. ## Verification - `mvn -T 8 spotless:apply -P with-integration-tests` - `MAVEN_OPTS='-XX:ReservedCodeCacheSize=512m' mvn -T 8 clean package -P with-integration-tests -DskipUTs -pl integration-test,distribution -DfailIfNoTests=false -am -U` --- **This PR was primarily authored with Codex using gpt-5.4 xhigh and then hand-reviewed by me. I AM responsible for every change made in this PR. I aimed to keep it aligned with our goals, though I may have missed minor issues. Please flag anything that feels off, I'll fix it quickly.** -- 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]
