akarnokd / akarnokd/RxJavaExtensions
Is it feasible to create a Java Agent similar to Reactor's Debug Agent?
- Ngôn ngữ chính
- Java
- Star
- 680
- Fork
- 50
- Merge trung bình
- 16 phút
- Pull request đã merge (30 ngày)
- 9
Mô tả
I discovered that Project Reactor provides a [Java Agent](https://projectreactor.io/docs/core/release/reference/#reactor-tools-debug) that does bytecode manipulation to do its equivalent of RxJava's assembly tracking (called "[debug mode](https://projectreactor.io/docs/core/release/reference/#debug-activate)"), but without any runtime performance penalty. Naturally, this made me curious if RxJava could use a similar technique to get the benefit assembly tracking without high cost of generating stack traces. Does it seem possible, or are there differences in the underlying implementations of each that would make it infeasible/impossible for RxJava?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.