This website requires JavaScript.
Explore
Help
Register
Sign In
dendi-wang
/
thingsboard
Watch
1
Star
0
Fork
0
You've already forked thingsboard
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
thingsboard
/
application
History
陈旭
4523efbcdd
Fix: Improve Edge session cleanup to prevent resource leaks In unstable network environments, Edge devices may frequently disconnect and reconnect. The previous session cleanup logic could fail to stop the Kafka consumer, creating a 'zombie consumer'. This commit introduces a multi-layered defense: 1. Proactively evicts stale members from the Kafka consumer group upon new connection to ensure immediate functionality. 2. Adds a background task to persistently try and clean up session objects that failed to destroy, preventing memory/thread leaks.
2025-08-10 11:42:47 +08:00
..
src
Fix: Improve Edge session cleanup to prevent resource leaks In unstable network environments, Edge devices may frequently disconnect and reconnect. The previous session cleanup logic could fail to stop the Kafka consumer, creating a 'zombie consumer'. This commit introduces a multi-layered defense: 1. Proactively evicts stale members from the Kafka consumer group upon new connection to ensure immediate functionality. 2. Adds a background task to persistently try and clean up session objects that failed to destroy, preventing memory/thread leaks.
2025-08-10 11:42:47 +08:00
.gitignore
…
pom.xml
Version 4.3.0-SNAPSHOT
2025-07-24 12:58:19 +03:00