pefernan commented on code in PR #2781:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2781#discussion_r1866165300


##########
packages/jbpm-quarkus-devui/jbpm-quarkus-devui-runtime/src/main/java/org/jbpm/quarkus/devui/runtime/rpc/JBPMDevuiJsonRPCService.java:
##########
@@ -41,6 +44,10 @@
 public class JBPMDevuiJsonRPCService {
     private static final String DATA_INDEX_URL = "kogito.data-index.url";
 
+    private final BroadcastProcessor<String> processesStream = 
BroadcastProcessor.create();

Review Comment:
   I think we said to move this to `Multi`, since the `BroadcastProcessor` 
don't cache values, or have an intermediate bean that acts as a values producer 
for the `Multi`



-- 
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]

Reply via email to