I’m for it, +1 -- Jason Porter Software Engineer He/Him/His
IBM From: Francisco Javier Tirado Sarti <ftira...@redhat.com> Date: Thursday, February 6, 2025 at 05:54 To: dev@kie.apache.org <dev@kie.apache.org> Subject: [EXTERNAL] [PROPOSAL] Allow configuration of outgoing kafka topic in sprinboot Hi all, It seems that some users want to be able to setup the name of the outgoing Kafka topic in springboot (in quarkus this is supported), according to issue https://github.com/apache/incubator-kie-kogito-runtimes/issues/3808 . The topic name is currently hardcode and cannot be configured If there is not inconvenient, I would like to add these three properties kogito.events.processinstances.topic kogito.events.processdefinition.topic kogito.events.usertasks.topic Note there are already three properties defined here kogito.events.processinstances.enabled kogito.events.processdefinition.enabled kogito.events.usertasks.enabled