Commit 8d8ef54
authored
fix(rabbitmq): use shared Netty EventLoopGroup to prevent resource leaks and shutdown issues (#163)
* build(deps): update dependencies
* feat(lifecycle): add EventLoopGroupLifecycleManager for managing Netty EventLoopGroup lifecycle
* test(lifecycle): improve readability of EventLoopGroupLifecycleManager tests1 parent 72a8d6d commit 8d8ef54
13 files changed
Lines changed: 516 additions & 2895 deletions
File tree
- docs
- gradle/wrapper
- starters/async-rabbit-starter/src
- main/java/org/reactivecommons/async
- rabbit
- lifecycle
- starter/impl/common/rabbit
- test/java/org/reactivecommons/async
- rabbit/lifecycle
- starter/impl/common/rabbit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments