gitgabrio commented on code in PR #2030: URL: https://github.com/apache/incubator-kie-kogito-examples/pull/2030#discussion_r1831294165
########## kogito-quarkus-examples/process-quarkus-example/src/main/resources/application.properties: ########## @@ -42,3 +42,5 @@ mp.messaging.outgoing.kogito-variables-events.value.serializer=org.apache.kafka. mp.messaging.outgoing.kogito-processdefinitions-events.connector=smallrye-kafka mp.messaging.outgoing.kogito-processdefinitions-events.topic=kogito-processdefinitions-events mp.messaging.outgoing.kogito-processdefinitions-events.value.serializer=org.apache.kafka.common.serialization.StringSerializer + +kogito.transactionEnabled=false Review Comment: @martinweiler 🤔 https://github.com/apache/incubator-kie-kogito-runtimes/blob/b8b74df59c2c54c34fb049ecb7bc341853842991/kogito-codegen-modules/kogito-codegen-processes/src/main/java/org/kie/kogito/codegen/process/util/CodegenUtil.java#L88 https://github.com/apache/incubator-kie-kogito-runtimes/blob/b8b74df59c2c54c34fb049ecb7bc341853842991/kogito-codegen-modules/kogito-codegen-api/src/main/java/org/kie/kogito/codegen/api/context/KogitoBuildContext.java#L98 Maybe you are right, but I have the impression that global take precedence normally, but for transaction the logic maybe is reverted: worth to double check with some real experiment ? <- @yesamer FYI -- 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]
