pefernan opened a new issue, #1817:
URL: https://github.com/apache/incubator-kie-issues/issues/1817

   In Springboot It's possible to disable sending messages on specific kafka 
topics in the _application.properties_ using the the configs 
`kogito.events.<topic_name>.enabled`, however, even if they are disabled the 
properties are not checked and messages are always sent.
   
   Example: 
   ```
   kogito.events.processinstances.enabled=false
   kogito.events.processdefinitions.enabled=false
   kogito.events.usertasks.enabled=false
   ```
   
   > Note: Considering we have properties to configure the topic names like 
`kogito.addon.events.process.kafka.<topic_name>.topic`, shouldn't we use the 
same format for both properties, either `kogito.events.processinstances...` or 
`kogito.addon.events.process.kafka...`?
   
   


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