martinweiler commented on code in PR #2030: URL: https://github.com/apache/incubator-kie-kogito-examples/pull/2030#discussion_r1831267983
########## 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: @gitgabrio I think the global setting has precedence over the per-subsystem ones -- 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]
