akarnokd / akarnokd/RxJavaExtensions

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

Abierto
#153 2 comentarios 0 reacciones 0 asignados Ver en GitHub
question
Lenguaje dominante
Java
Estrellas
680
Forks
50
Merge medio
16 min
PR fusionados (30 d)
9

Descripción

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?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.