elguardian commented on PR #2214: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/2214#issuecomment-2842232862
@wmedvede it is not possible to share code about the common parts with spring if we have that the reactive code. That was a direct impact of supporting thing. We cannot have duplicate implementations. reactive implemetations will give use different clients and different interfaces and so forth. Saying that this impacts other parts is not correct as the main client of this is workflow and not only not impacts things but it simplifies transactions as we are using non reactive code with reactive code. The parts belongs to quarkus might be reactive if you like -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
