Removing deprecated DMAAP library
[policy/drools-pdp.git] / feature-pooling-messages / src / main / java / org / onap / policy / drools / pooling / PoolingProperties.java
@@ -3,6 +3,7 @@
  * ONAP
  * ================================================================================
  * Copyright (C) 2018, 2021 AT&T Intellectual Property. All rights reserved.
+ * Modifications Copyright (C) 2024 Nordix Foundation.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -38,7 +39,7 @@ public class PoolingProperties {
     /**
      * The feature name, used to retrieve properties.
      */
-    public static final String FEATURE_NAME = "feature-pooling-dmaap";
+    public static final String FEATURE_NAME = "feature-pooling-messages";
 
     /**
      * Feature properties all begin with this prefix.
@@ -93,7 +94,7 @@ public class PoolingProperties {
 
     /**
      * Time, in milliseconds, to wait for an "Offline" message to be published
-     * to DMaaP.
+     * to topic.
      */
     @Property(name = OFFLINE_PUB_WAIT_MS, defaultValue = "3000")
     private long offlinePubWaitMs;
@@ -106,7 +107,7 @@ public class PoolingProperties {
     private long startHeartbeatMs;
 
     /**
-     * Time, in milliseconds, to wait before attempting to re-active this
+     * Time, in milliseconds, to wait before attempting to reactivate this
      * host when it has no bucket assignments.
      */
     @Property(name = REACTIVATE_MS, defaultValue = "50000")