diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-04-24 10:27:48 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-04-24 10:29:02 +0100 |
commit | 29065eadcfd111c6fefecdbed38e3ef27bd068ea (patch) | |
tree | 82f09dd455bf70d7ea29fe0f9e6bf52eb0d10849 /policy-core | |
parent | 5bd2e9091fa75bc41fce1667f5deb46ac5e94380 (diff) |
Fix topic configurations.
- adjust kafka configurations
- remove UEB references
Issue-ID: POLICY-4955
Change-Id: Ie3ff62a0ba5531ae4c0d123f214a50bb7f721807
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'policy-core')
-rw-r--r-- | policy-core/src/main/java/org/onap/policy/drools/core/PolicySession.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-core/src/main/java/org/onap/policy/drools/core/PolicySession.java b/policy-core/src/main/java/org/onap/policy/drools/core/PolicySession.java index 0c10e984..760f9533 100644 --- a/policy-core/src/main/java/org/onap/policy/drools/core/PolicySession.java +++ b/policy-core/src/main/java/org/onap/policy/drools/core/PolicySession.java @@ -47,7 +47,7 @@ import org.slf4j.LoggerFactory; * This class is a wrapper around 'KieSession', which adds the following: * * <p>1) A thread running 'KieSession.fireUntilHalt()' - * 2) Access to UEB + * 2) Access to topic * 3) Logging of events */ public class PolicySession implements AgendaEventListener, RuleRuntimeEventListener { |