Update dmaap references in policy documentation files
[policy/parent.git] / docs / clamp / acm / acm-participant-guide.rst
index baf61d5..a98e66b 100644 (file)
@@ -42,7 +42,9 @@ and the same is configured for the 'ParticipantIntermediaryParameters' object in
 1. participantId - A unique participant UUID that is used by the runtime to identify the participant.
 2. ReportingTimeIntervalMs - Time inertval the participant should report the status/heartbeat to the runtime.
 3. clampAutomationCompositionTopics - This property takes in the kafka topic names and servers for the intermediary module to use.
-   These values should be provided for both source and sink configs. The following example shows the topic parameters set for using DMaap.
+   These values should be provided for both source and sink configs.
+   (**Note**: In order to avoid a connection to Kafka when Unit Tests are running, set topicCommInfrastructure: NOOP in properties file for tests).
+   The following example shows the topic parameters set for using Kafka.
 
 .. code-block:: bash
 
@@ -51,15 +53,15 @@ and the same is configured for the 'ParticipantIntermediaryParameters' object in
             -
               topic: POLICY-ACRUNTIME-PARTICIPANT
               servers:
-                - ${topicServer:localhost}
-              topicCommInfrastructure: dmaap
+                - ${topicServer:localhost}:9092
+              topicCommInfrastructure: kafka
               fetchTimeout: 15000
           topicSinks:
             -
               topic: POLICY-ACRUNTIME-PARTICIPANT
               servers:
-                - ${topicServer:localhost}
-              topicCommInfrastructure: dmaap
+                - ${topicServer:localhost}:9092
+              topicCommInfrastructure: kafka
 
 4. participantSupportedElementTypes - This property takes a list of typeName and typeVersion fields to define the types of AC elements the participant deals with.
    These are user defined name and version and the same should be defined for the AC elements that are included in the TOSCA based AC definitions.
@@ -410,14 +412,14 @@ The following example shows the topic parameters and the additional 'myparameter
         topicSources:
           - topic: POLICY-ACRUNTIME-PARTICIPANT
             servers:
-              - ${topicServer:localhost}
-            topicCommInfrastructure: dmaap
+              - ${topicServer:localhost}:9092
+            topicCommInfrastructure: kafka
             fetchTimeout: 15000
         topicSinks:
           - topic: POLICY-ACRUNTIME-PARTICIPANT
             servers:
-              - ${topicServer:localhost}
-            topicCommInfrastructure: dmaap
+              - ${topicServer:localhost}:9092
+            topicCommInfrastructure: kafka
       participantSupportedElementTypes:
         -
           typeName: org.onap.policy.clamp.acm.MyFirstAutomationCompositionElement