wmedvede commented on code in PR #3252:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3252#discussion_r1365075091


##########
api/kogito-api/src/main/java/org/kie/kogito/event/EventPublisher.java:
##########
@@ -31,6 +31,11 @@
  */
 public interface EventPublisher {
 
+    String PI_TOPIC_NAME = "kogito-processinstances-events";
+    String UI_TOPIC_NAME = "kogito-usertaskinstances-events";
+    String VI_TOPIC_NAME = "kogito-variables-events";
+    String PD_TOPIC_NAME = "kogito-process-definition-events";

Review Comment:
   see my comments below regarding the naming of this new property, not a 
blocker, but I believe the new topic name should be 
kogito-processdefinitions-events instead.



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