You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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...?
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: