akarnokd / akarnokd/RxJavaExtensions

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

オープン
#153 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
question
主要言語
Java
スター
680
フォーク
50
平均マージ
16分
マージ済み PR(30日)
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 を短くまとめたダイジェスト。