akarnokd / akarnokd/RxJavaExtensions

Is it feasible to create a Java Agent similar to Reactor's Debug Agent?

未關閉
#153 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
question
主要語言
Java
星號
680
分支
50
平均合併
16 分鐘
30 天內合併 PR
9

描述

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?

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。