antonioinotna opened a new issue, #3808:
URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3808

   ### Describe the bug
   
   I try to add the following configuration to application.properties:
   
`mp.messaging.outgoing.kogito-processinstances-events.connector=smallrye-kafka
   
mp.messaging.outgoing.kogito-processinstances-events.topic=**antonio-processinstances-events**
   
mp.messaging.outgoing.kogito-processinstances-events.value.serializer=org.apache.kafka.common.serialization.StringSerializer
   
   
mp.messaging.outgoing.kogito-usertaskinstances-events.connector=smallrye-kafka
   
mp.messaging.outgoing.kogito-usertaskinstances-events.topic=**antonio-usertaskinstances-events**
   
mp.messaging.outgoing.kogito-usertaskinstances-events.value.serializer=org.apache.kafka.common.serialization.StringSerializer
   
   mp.messaging.outgoing.kogito-variables-events.connector=smallrye-kafka
   
mp.messaging.outgoing.kogito-variables-events.topic=**antonio-variables-events**
   
mp.messaging.outgoing.kogito-variables-events.value.serializer=org.apache.kafka.common.serialization.StringSerializer
   
   
mp.messaging.outgoing.kogito-processdefinitions-events.connector=smallrye-kafka
   
mp.messaging.outgoing.kogito-processdefinitions-events.topic=**antonio-processdefinitions-events**
   
mp.messaging.outgoing.kogito-processdefinitions-events.value.serializer=org.apache.kafka.common.serialization.StringSerializer
   `
   
   ### Expected behavior
   
   The application should create the topic with the name provided: 
antonio-usertaskinstances-events
   
   ### Actual behavior
   
   The application creates the topic with the default name: 
kogito-usertaskinstances-events
   
   ### How to Reproduce?
   
   On this example:
   
[](https://github.com/kiegroup/kogito-examples/tree/main/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot
 )
   
   1. Add dependencies for process-event add-on and to pom.xml
   2. Add the config to application.properties
   3. Run a call to the endpoint and check topic with Kafdrop
   
   ### Output of `uname -a` or `ver`
   
   3.5.4-1e8cf1a5.x86_64 2024-09-25 21:18 UTC x86_64 Msys
   
   ### Output of `java -version`
   
   11.0.19" 2023-04-18 LTS
   
   ### GraalVM version (if different from Java)
   
   _No response_
   
   ### Kogito version or git rev (or at least Quarkus version if you are using 
Kogito via Quarkus platform BOM)
   
   1.44.1.Final
   
   ### Build tool (ie. output of `mvnw --version` or `gradlew --version`)
   
   Apache Maven 3.9.2 
   
   ### Additional information
   
   This is working fine on the quarkus example:
   
[](https://github.com/kiegroup/kogito-examples/tree/main/kogito-quarkus-examples/process-quarkus-example)
   
   
   


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