rohitdumbre86
rohitdumbre86
Is this already assigned @kevin-mcgoldrick
We also see the same error in our framework that uses reactive core 3.4.34. Can we get more insight on this?
@chemicL A little more debugging found that in reactor core. The FluxOnAssembly#findPathToLeaves is a recursive function and is invoked by getMessage(). We see these exceptions thrown only on error i.e....
@chemicL Just for clarification, what exactly are you referring to long pipeline? So something like this would qualify as a long pipeline? E.g. ``` Flux.just(someString) .map(s->doSomething1()) .map(s->doSomething2()) .map(s->doSomething3()) .map(s->doSomething4()) .map(s->doSomething5())...
@pandian912 i would like to work on this issue as part of hactoberfest. Is this a good issue for first timers
@amatiushkin is this issue still unassigned ?
What are the possible options @amatiushkin