Results

By type

          Policy clamp policy participant config file: /opt/app/policy/clamp/etc/mounted/PolicyParticipantParameters.yaml
overriding logback xml file

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v2.7.8)

[2023-03-15T13:22:53.807+00:00|INFO|PolicyParticipantApplication|main] Starting PolicyParticipantApplication using Java 11.0.18 on onap-policy-clamp-ac-pf-ppnt-7c489bfb4-5x97c with PID 7 (/app/app.jar started by policy in /opt/app/policy/clamp/bin)
[2023-03-15T13:22:53.824+00:00|INFO|PolicyParticipantApplication|main] No active profile set, falling back to 1 default profile: "default"
[2023-03-15T13:22:53.862+00:00|INFO|Version|background-preinit] HV000001: Hibernate Validator 6.2.5.Final
[2023-03-15T13:23:03.123+00:00|INFO|TomcatWebServer|main] Tomcat initialized with port(s): 8085 (http)
[2023-03-15T13:23:03.186+00:00|INFO|Http11NioProtocol|main] Initializing ProtocolHandler ["http-nio-8085"]
[2023-03-15T13:23:03.187+00:00|INFO|StandardService|main] Starting service [Tomcat]
[2023-03-15T13:23:03.187+00:00|INFO|StandardEngine|main] Starting Servlet engine: [Apache Tomcat/9.0.71]
[2023-03-15T13:23:03.422+00:00|INFO|[/onap/policyparticipant]|main] Initializing Spring embedded WebApplicationContext
[2023-03-15T13:23:03.422+00:00|INFO|ServletWebServerApplicationContext|main] Root WebApplicationContext: initialization completed in 9308 ms
[2023-03-15T13:23:07.246+00:00|INFO|ConsumerConfig|main] ConsumerConfig values: 
	allow.auto.create.topics = false
	auto.commit.interval.ms = 5000
	auto.include.jmx.reporter = true
	auto.offset.reset = latest
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	check.crcs = true
	client.dns.lookup = use_all_dns_ips
	client.id = consumer-policy-clamp-ac-pf-ppnt-1
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = policy-clamp-ac-pf-ppnt
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

[2023-03-15T13:23:07.830+00:00|INFO|AbstractLogin|main] Successfully logged in.
[2023-03-15T13:23:08.253+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-03-15T13:23:08.259+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-03-15T13:23:08.260+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1678886588247
[2023-03-15T13:23:08.271+00:00|INFO|KafkaConsumer|main] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-1, groupId=policy-clamp-ac-pf-ppnt] Subscribed to topic(s): policy.clamp-runtime-acm
[2023-03-15T13:23:09.482+00:00|INFO|DefaultSecurityFilterChain|main] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@36ddaebf, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@213c3543, org.springframework.security.web.context.SecurityContextPersistenceFilter@58ec7116, org.springframework.security.web.header.HeaderWriterFilter@7bc6d27a, org.springframework.security.web.authentication.logout.LogoutFilter@68217d41, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@fca387, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6ea04618, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@56078cea, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@9d7ccfe, org.springframework.security.web.session.SessionManagementFilter@431f1eaf, org.springframework.security.web.access.ExceptionTranslationFilter@f3021cb, org.springframework.security.web.access.intercept.AuthorizationFilter@38320e34]
[2023-03-15T13:23:17.159+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path '/actuator'
[2023-03-15T13:23:17.404+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["http-nio-8085"]
[2023-03-15T13:23:17.554+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 8085 (http) with context path '/onap/policyparticipant'
[2023-03-15T13:23:17.596+00:00|INFO|ServiceManager|main] service manager starting
[2023-03-15T13:23:17.596+00:00|INFO|ServiceManager|main] service manager starting Topic endpoint management
[2023-03-15T13:23:17.619+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=854c9f5b-6bfb-493d-b25a-94bbaec442b0, consumerInstance=onap-policy-clamp-ac-pf-ppnt-7c489bfb4-5x97c, fetchTimeout=15000, fetchLimit=-1, consumer=KafkaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[onap-strimzi-kafka-bootstrap:9092], topic=policy.clamp-runtime-acm, effectiveTopic=policy.clamp-runtime-acm, #recentEvents=0, locked=false, #topicListeners=0]]]]: starting
[2023-03-15T13:23:17.798+00:00|INFO|ConsumerConfig|main] ConsumerConfig values: 
	allow.auto.create.topics = false
	auto.commit.interval.ms = 5000
	auto.include.jmx.reporter = true
	auto.offset.reset = latest
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	check.crcs = true
	client.dns.lookup = use_all_dns_ips
	client.id = consumer-policy-clamp-ac-pf-ppnt-2
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = policy-clamp-ac-pf-ppnt
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

[2023-03-15T13:23:17.823+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-03-15T13:23:17.823+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-03-15T13:23:17.823+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1678886597823
[2023-03-15T13:23:17.824+00:00|INFO|KafkaConsumer|main] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Subscribed to topic(s): policy.clamp-runtime-acm
[2023-03-15T13:23:17.826+00:00|INFO|InlineBusTopicSink|main] InlineKafkaTopicSink [getTopicCommInfrastructure()=KAFKA, toString()=InlineBusTopicSink [partitionId=37720187-f10f-43ed-9552-5cd241931de1, alive=false, publisher=null]]: starting
[2023-03-15T13:23:17.975+00:00|INFO|ProducerConfig|main] ProducerConfig values: 
	acks = -1
	auto.include.jmx.reporter = true
	batch.size = 16384
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	buffer.memory = 33554432
	client.dns.lookup = use_all_dns_ips
	client.id = policy-clamp-ac-pf-ppnt-client-id
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.adaptive.partitioning.enable = true
	partitioner.availability.timeout.ms = 0
	partitioner.class = null
	partitioner.ignore.keys = false
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

[2023-03-15T13:23:18.039+00:00|INFO|KafkaProducer|main] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Instantiated an idempotent producer.
[2023-03-15T13:23:18.113+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-03-15T13:23:18.114+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-03-15T13:23:18.114+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1678886598113
[2023-03-15T13:23:18.115+00:00|INFO|InlineKafkaTopicSink|main] InlineKafkaTopicSink [getTopicCommInfrastructure()=KAFKA, toString()=InlineBusTopicSink [partitionId=37720187-f10f-43ed-9552-5cd241931de1, alive=false, publisher=KafkaPublisherWrapper []]]: KAFKA SINK created
[2023-03-15T13:23:18.116+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantMessagePublisher$$EnhancerBySpringCGLIB$$53ed3330
[2023-03-15T13:23:18.155+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantPrimeListener
[2023-03-15T13:23:18.156+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantRegisterAckListener
[2023-03-15T13:23:18.156+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantStatusReqListener
[2023-03-15T13:23:18.156+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionStateChangeListener
[2023-03-15T13:23:18.156+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionDeployListener
[2023-03-15T13:23:18.157+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantDeregisterAckListener
[2023-03-15T13:23:18.157+00:00|INFO|ServiceManager|main] service manager starting Topic Message Dispatcher
[2023-03-15T13:23:18.157+00:00|INFO|TopicBase|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=854c9f5b-6bfb-493d-b25a-94bbaec442b0, consumerInstance=onap-policy-clamp-ac-pf-ppnt-7c489bfb4-5x97c, fetchTimeout=15000, fetchLimit=-1, consumer=KafkaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[KAFKA-source-policy.clamp-runtime-acm,5,main], topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[onap-strimzi-kafka-bootstrap:9092], topic=policy.clamp-runtime-acm, effectiveTopic=policy.clamp-runtime-acm, #recentEvents=0, locked=false, #topicListeners=0]]]]: registering org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@3481ff98
[2023-03-15T13:23:18.159+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=854c9f5b-6bfb-493d-b25a-94bbaec442b0, consumerInstance=onap-policy-clamp-ac-pf-ppnt-7c489bfb4-5x97c, fetchTimeout=15000, fetchLimit=-1, consumer=KafkaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[KAFKA-source-policy.clamp-runtime-acm,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[onap-strimzi-kafka-bootstrap:9092], topic=policy.clamp-runtime-acm, effectiveTopic=policy.clamp-runtime-acm, #recentEvents=0, locked=false, #topicListeners=1]]]]: register: start not attempted
[2023-03-15T13:23:18.159+00:00|INFO|ServiceManager|main] service manager started
[2023-03-15T13:23:18.237+00:00|INFO|OrderedServiceImpl|main] ***** OrderedServiceImpl implementers:
 []
[2023-03-15T13:23:18.240+00:00|INFO|network|main] [OUT|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"ba5c1240-8d79-4a49-ba9a-fc5c557c1a8c","timestamp":"2023-03-15T13:23:18.189179Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:23:19.943+00:00|INFO|Metadata|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting the last seen epoch of partition policy.clamp-runtime-acm-0 to 0 since the associated topicId changed from null to _Zv9Mkr1RsG5X3qS6O_1pA
[2023-03-15T13:23:19.944+00:00|INFO|Metadata|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting the last seen epoch of partition policy.clamp-runtime-acm-5 to 0 since the associated topicId changed from null to _Zv9Mkr1RsG5X3qS6O_1pA
[2023-03-15T13:23:19.944+00:00|INFO|Metadata|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Resetting the last seen epoch of partition policy.clamp-runtime-acm-0 to 0 since the associated topicId changed from null to _Zv9Mkr1RsG5X3qS6O_1pA
[2023-03-15T13:23:19.944+00:00|INFO|Metadata|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Resetting the last seen epoch of partition policy.clamp-runtime-acm-5 to 0 since the associated topicId changed from null to _Zv9Mkr1RsG5X3qS6O_1pA
[2023-03-15T13:23:19.945+00:00|INFO|Metadata|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Resetting the last seen epoch of partition policy.clamp-runtime-acm-1 to 0 since the associated topicId changed from null to _Zv9Mkr1RsG5X3qS6O_1pA
[2023-03-15T13:23:19.944+00:00|INFO|Metadata|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting the last seen epoch of partition policy.clamp-runtime-acm-1 to 0 since the associated topicId changed from null to _Zv9Mkr1RsG5X3qS6O_1pA
[2023-03-15T13:23:19.945+00:00|INFO|Metadata|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Resetting the last seen epoch of partition policy.clamp-runtime-acm-4 to 0 since the associated topicId changed from null to _Zv9Mkr1RsG5X3qS6O_1pA
[2023-03-15T13:23:19.945+00:00|INFO|Metadata|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting the last seen epoch of partition policy.clamp-runtime-acm-4 to 0 since the associated topicId changed from null to _Zv9Mkr1RsG5X3qS6O_1pA
[2023-03-15T13:23:19.945+00:00|INFO|Metadata|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Resetting the last seen epoch of partition policy.clamp-runtime-acm-2 to 0 since the associated topicId changed from null to _Zv9Mkr1RsG5X3qS6O_1pA
[2023-03-15T13:23:19.945+00:00|INFO|Metadata|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting the last seen epoch of partition policy.clamp-runtime-acm-2 to 0 since the associated topicId changed from null to _Zv9Mkr1RsG5X3qS6O_1pA
[2023-03-15T13:23:19.945+00:00|INFO|Metadata|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Resetting the last seen epoch of partition policy.clamp-runtime-acm-3 to 0 since the associated topicId changed from null to _Zv9Mkr1RsG5X3qS6O_1pA
[2023-03-15T13:23:19.945+00:00|INFO|Metadata|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting the last seen epoch of partition policy.clamp-runtime-acm-3 to 0 since the associated topicId changed from null to _Zv9Mkr1RsG5X3qS6O_1pA
[2023-03-15T13:23:19.956+00:00|INFO|Metadata|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Cluster ID: rhf_h_fTRmyjLunUgcPEPQ
[2023-03-15T13:23:19.956+00:00|INFO|Metadata|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Cluster ID: rhf_h_fTRmyjLunUgcPEPQ
[2023-03-15T13:23:19.961+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
[2023-03-15T13:23:19.960+00:00|INFO|TransactionManager|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] ProducerId set to 2019 with epoch 0
[2023-03-15T13:23:20.002+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] (Re-)joining group
[2023-03-15T13:23:20.114+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Request joining group due to: need to re-join with the given member-id: consumer-policy-clamp-ac-pf-ppnt-2-9845b461-8fc0-43a1-a188-bbdd5b984aea
[2023-03-15T13:23:20.116+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
[2023-03-15T13:23:20.116+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] (Re-)joining group
[2023-03-15T13:23:20.207+00:00|INFO|ParticipantMessagePublisher|main] Sent Participant Register message to CLAMP - ParticipantRegister(super=ParticipantMessage(messageType=PARTICIPANT_REGISTER, messageId=ba5c1240-8d79-4a49-ba9a-fc5c557c1a8c, timestamp=2023-03-15T13:23:18.189179Z, participantId=101c62b3-8918-41b9-a747-d21eb79c6c03, automationCompositionId=null, compositionId=null), participantSupportedElementType=[ParticipantSupportedElementType(id=a4adef74-e0d2-49e1-9342-554d9d9cceb5, typeName=org.onap.policy.clamp.acm.PolicyAutomationCompositionElement, typeVersion=1.0.0)])
[2023-03-15T13:23:20.283+00:00|INFO|PolicyParticipantApplication|main] Started PolicyParticipantApplication in 30.042 seconds (JVM running for 33.043)
[2023-03-15T13:23:23.130+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Successfully joined group with generation Generation{generationId=19, memberId='consumer-policy-clamp-ac-pf-ppnt-2-9845b461-8fc0-43a1-a188-bbdd5b984aea', protocol='range'}
[2023-03-15T13:23:23.139+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Finished assignment for group at generation 19: {consumer-policy-clamp-ac-pf-ppnt-2-9845b461-8fc0-43a1-a188-bbdd5b984aea=Assignment(partitions=[policy.clamp-runtime-acm-0, policy.clamp-runtime-acm-1, policy.clamp-runtime-acm-2, policy.clamp-runtime-acm-3, policy.clamp-runtime-acm-4, policy.clamp-runtime-acm-5])}
[2023-03-15T13:23:23.181+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Successfully synced group in generation Generation{generationId=19, memberId='consumer-policy-clamp-ac-pf-ppnt-2-9845b461-8fc0-43a1-a188-bbdd5b984aea', protocol='range'}
[2023-03-15T13:23:23.182+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Notifying assignor about the new Assignment(partitions=[policy.clamp-runtime-acm-0, policy.clamp-runtime-acm-1, policy.clamp-runtime-acm-2, policy.clamp-runtime-acm-3, policy.clamp-runtime-acm-4, policy.clamp-runtime-acm-5])
[2023-03-15T13:23:23.192+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Adding newly assigned partitions: policy.clamp-runtime-acm-0, policy.clamp-runtime-acm-1, policy.clamp-runtime-acm-2, policy.clamp-runtime-acm-3, policy.clamp-runtime-acm-4, policy.clamp-runtime-acm-5
[2023-03-15T13:23:23.251+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Setting offset for partition policy.clamp-runtime-acm-0 to the committed offset FetchPosition{offset=20, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
[2023-03-15T13:23:23.252+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Setting offset for partition policy.clamp-runtime-acm-1 to the committed offset FetchPosition{offset=27, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
[2023-03-15T13:23:23.252+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Setting offset for partition policy.clamp-runtime-acm-4 to the committed offset FetchPosition{offset=16, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
[2023-03-15T13:23:23.252+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Setting offset for partition policy.clamp-runtime-acm-5 to the committed offset FetchPosition{offset=12, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
[2023-03-15T13:23:23.253+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Setting offset for partition policy.clamp-runtime-acm-2 to the committed offset FetchPosition{offset=17, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
[2023-03-15T13:23:23.253+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Setting offset for partition policy.clamp-runtime-acm-3 to the committed offset FetchPosition{offset=24, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
[2023-03-15T13:23:23.696+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"09cc04c2-fcc7-41d1-b22b-6fed11c10a64","timestamp":"2023-03-15T13:18:43.388872Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:23:23.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:23:23.706+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"ba5c1240-8d79-4a49-ba9a-fc5c557c1a8c","timestamp":"2023-03-15T13:23:18.189179Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:23:23.706+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_REGISTER
[2023-03-15T13:23:23.706+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"15427476-96c9-46ed-80dc-09bf92daa39a","timestamp":"2023-03-15T13:20:21.703796Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:23:23.707+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:23:23.869+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e70ebac2-1d12-4081-be1e-4dcb2ccca22d","timestamp":"2023-03-15T13:18:21.705182Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:23:23.870+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:23:23.870+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"752edb54-e129-4c9b-817a-970a296f2fcf","timestamp":"2023-03-15T13:20:54.418484Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:23:23.871+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:23:23.872+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"71b40494-1b11-4df0-acd9-54b5bad209c9","timestamp":"2023-03-15T13:22:21.704438Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:23:23.873+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:23:23.873+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"327fcc3f-aedd-4854-af94-c16b22680620","timestamp":"2023-03-15T13:22:43.391012Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:23:23.874+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:23:23.874+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bb017a9c-8ba6-4bb6-9285-d80312901b3b","timestamp":"2023-03-15T13:22:54.419306Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:23:23.874+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:23:23.875+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"97b57f2b-d4ea-4853-b26b-23c460bebb46","timestamp":"2023-03-15T13:20:43.388553Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:23:23.875+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:23:23.876+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"24ec602e-1533-463a-9cb4-3d2ac3312e51","timestamp":"2023-03-15T13:18:54.418804Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:23:23.876+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:23:23.876+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"responseTo":"ba5c1240-8d79-4a49-ba9a-fc5c557c1a8c","result":true,"message":"Participant Register Ack","messageType":"PARTICIPANT_REGISTER_ACK","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:23:23.906+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"abbd075f-1de4-4654-9aa2-01b0e168d49f","timestamp":"2023-03-15T13:23:23.884737Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:23:23.987+00:00|INFO|ParticipantMessagePublisher|KAFKA-source-policy.clamp-runtime-acm] Sent Participant Status message to CLAMP - ParticipantStatus(super=ParticipantMessage(messageType=PARTICIPANT_STATUS, messageId=abbd075f-1de4-4654-9aa2-01b0e168d49f, timestamp=2023-03-15T13:23:23.884737Z, participantId=101c62b3-8918-41b9-a747-d21eb79c6c03, automationCompositionId=null, compositionId=null), state=ON_LINE, participantDefinitionUpdates=[], automationCompositionInfoList=[], participantSupportedElementType=[ParticipantSupportedElementType(id=a4adef74-e0d2-49e1-9342-554d9d9cceb5, typeName=org.onap.policy.clamp.acm.PolicyAutomationCompositionElement, typeVersion=1.0.0)])
[2023-03-15T13:23:24.043+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"abbd075f-1de4-4654-9aa2-01b0e168d49f","timestamp":"2023-03-15T13:23:23.884737Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:23:24.044+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:24:21.755+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"27487251-d29c-4177-a184-605a2d7b17b7","timestamp":"2023-03-15T13:24:21.704922Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:24:21.761+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:24:43.445+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b5f61fcb-9d08-4950-942b-32a04623ca5c","timestamp":"2023-03-15T13:24:43.390670Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:24:43.445+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:24:54.533+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"02f3ca61-bbe4-49d4-b6e9-dc989877b3f9","timestamp":"2023-03-15T13:24:54.418720Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:24:54.534+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:25:06.996+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"afe6c328-9fc3-40cb-aff9-43bdd0cf939d","timestamp":"2023-03-15T13:25:06.993672Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:25:07.220+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"afe6c328-9fc3-40cb-aff9-43bdd0cf939d","timestamp":"2023-03-15T13:25:06.993672Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:25:07.221+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:26:21.849+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"56b15996-cb88-434c-9062-3c0dd95b36bb","timestamp":"2023-03-15T13:26:21.703718Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:26:21.850+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:26:43.484+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d9812af2-043b-497d-a9d0-4796acc5d241","timestamp":"2023-03-15T13:26:43.389662Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:26:43.487+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:26:54.499+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"837d5c14-5be4-4f8a-a25d-85f0baded8de","timestamp":"2023-03-15T13:26:54.429690Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:26:54.500+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:27:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"873cabe5-f39e-4086-b2b9-cce88273f61e","timestamp":"2023-03-15T13:27:06.991297Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:27:07.068+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"873cabe5-f39e-4086-b2b9-cce88273f61e","timestamp":"2023-03-15T13:27:06.991297Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:27:07.068+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:28:21.755+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"367f85a3-3fd9-4a7f-a210-c1517aa78e6e","timestamp":"2023-03-15T13:28:21.703254Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:28:21.764+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:28:43.456+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a9f37da7-9cc1-4220-9015-ba5b247e6374","timestamp":"2023-03-15T13:28:43.394329Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:28:43.457+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:28:54.467+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ce7c93b9-8058-48f3-ada7-c308ad7b178d","timestamp":"2023-03-15T13:28:54.418848Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:28:54.467+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:29:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5468afe0-68e6-4e22-a20a-6b7b58be5a41","timestamp":"2023-03-15T13:29:06.990804Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:29:07.148+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5468afe0-68e6-4e22-a20a-6b7b58be5a41","timestamp":"2023-03-15T13:29:06.990804Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:29:07.153+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:30:21.772+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d72b3f5e-8c7f-4958-8f5b-407d9bcb91a3","timestamp":"2023-03-15T13:30:21.703439Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:30:21.774+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:30:43.451+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4625f227-cc98-4cc7-ab0e-6d5b5e43f35b","timestamp":"2023-03-15T13:30:43.390376Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:30:43.452+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:30:54.510+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0237fd3-dadf-4272-b654-4f108916347e","timestamp":"2023-03-15T13:30:54.418917Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:30:54.511+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:31:06.998+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7ddf994b-faf1-4567-851d-ff5d8560a141","timestamp":"2023-03-15T13:31:06.991362Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:31:07.156+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7ddf994b-faf1-4567-851d-ff5d8560a141","timestamp":"2023-03-15T13:31:06.991362Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:31:07.157+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:32:20.093+00:00|INFO|NetworkClient|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Node -1 disconnected.
[2023-03-15T13:32:21.866+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"85d7dd4d-43bb-4e62-baf3-5609ec264591","timestamp":"2023-03-15T13:32:21.704952Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:32:21.866+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:32:37.159+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node -1 disconnected.
[2023-03-15T13:32:43.723+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5ceb8af5-20e2-4eb6-85bb-0cfc662853f7","timestamp":"2023-03-15T13:32:43.395024Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:32:43.724+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:32:54.554+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"783eef70-0a38-48a0-92c3-709f1983157e","timestamp":"2023-03-15T13:32:54.419721Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:32:54.555+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:33:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1f5631cc-7433-4937-8ac3-128d21700d10","timestamp":"2023-03-15T13:33:06.991553Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:33:07.075+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1f5631cc-7433-4937-8ac3-128d21700d10","timestamp":"2023-03-15T13:33:06.991553Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:33:07.076+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:34:21.758+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"532510c6-f685-4c85-a972-8597578c21b0","timestamp":"2023-03-15T13:34:21.703631Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:34:21.761+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:34:43.459+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dd0f20b3-b3b1-4a8e-ac1b-296821cc2d88","timestamp":"2023-03-15T13:34:43.388767Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:34:43.460+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:34:54.554+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9276a429-94a1-47b7-b2e4-1bea52ddc30e","timestamp":"2023-03-15T13:34:54.418766Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:34:54.555+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:35:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"07fadfd7-bbc3-4b24-b119-e0f9f78df753","timestamp":"2023-03-15T13:35:06.991296Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:35:07.053+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"07fadfd7-bbc3-4b24-b119-e0f9f78df753","timestamp":"2023-03-15T13:35:06.991296Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:35:07.054+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:36:21.791+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"79c25b58-0e3c-4e6b-87a7-47a4d2ac320e","timestamp":"2023-03-15T13:36:21.704720Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:36:21.792+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:36:43.460+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5332a01b-56ae-41c8-b752-7ea0b0a948af","timestamp":"2023-03-15T13:36:43.394128Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:36:43.463+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:36:54.514+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fb9cc484-067a-4394-a406-fa3178c72b23","timestamp":"2023-03-15T13:36:54.419127Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:36:54.514+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:37:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"71910ea3-b7dc-49d2-b346-75f736823f56","timestamp":"2023-03-15T13:37:06.990555Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:37:07.046+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"71910ea3-b7dc-49d2-b346-75f736823f56","timestamp":"2023-03-15T13:37:06.990555Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:37:07.047+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:38:21.767+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0c63ed46-8bb4-4bff-9dd3-d94bd50f7840","timestamp":"2023-03-15T13:38:21.705520Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:38:21.768+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:38:43.451+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fe86fbd6-e2b2-4186-b2f1-94772df1c342","timestamp":"2023-03-15T13:38:43.390734Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:38:43.457+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:38:54.504+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b7d319fd-7566-43a3-81a0-4d3212e96c9d","timestamp":"2023-03-15T13:38:54.419248Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:38:54.506+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:39:06.994+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d50fb94e-3a0b-4af9-9e69-04088407265c","timestamp":"2023-03-15T13:39:06.991221Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:39:07.055+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d50fb94e-3a0b-4af9-9e69-04088407265c","timestamp":"2023-03-15T13:39:06.991221Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:39:07.056+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:40:21.768+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"54693ba1-2e40-4dc2-a7a2-d04e45e9ebc8","timestamp":"2023-03-15T13:40:21.704027Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:40:21.769+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:40:43.428+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fa9e1aa7-33a6-4bae-9b52-23b63a678575","timestamp":"2023-03-15T13:40:43.388405Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:40:43.430+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:40:54.574+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"11a25c96-94d2-4a7a-bd7a-222249c226d9","timestamp":"2023-03-15T13:40:54.418704Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:40:54.574+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:41:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"230e5bd1-7d36-44da-8b92-4a33ba7aa4d6","timestamp":"2023-03-15T13:41:06.991214Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:41:07.032+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"230e5bd1-7d36-44da-8b92-4a33ba7aa4d6","timestamp":"2023-03-15T13:41:06.991214Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:41:07.033+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:42:21.755+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3d10df91-5a2a-47e1-b345-bc91ae14d90d","timestamp":"2023-03-15T13:42:21.703998Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:42:21.756+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:42:43.535+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9f2ad154-b3e9-40a3-a1e4-752a097b910d","timestamp":"2023-03-15T13:42:43.389503Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:42:43.536+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:42:54.509+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"47de0422-91b0-486c-ab58-3a7da0a30c68","timestamp":"2023-03-15T13:42:54.421231Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:42:54.510+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:43:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6b95bc4b-96e5-4aae-91af-69c02bae9ec0","timestamp":"2023-03-15T13:43:06.991157Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:43:07.050+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6b95bc4b-96e5-4aae-91af-69c02bae9ec0","timestamp":"2023-03-15T13:43:06.991157Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:43:07.051+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:44:21.763+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"718327f8-d325-468f-836f-bd825ccd625d","timestamp":"2023-03-15T13:44:21.703674Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:44:21.767+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:44:43.457+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8c425e00-17ba-4616-8861-f1152a5aa768","timestamp":"2023-03-15T13:44:43.388839Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:44:43.458+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:44:54.581+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eea2f707-a50c-4fda-a7eb-d676765362c3","timestamp":"2023-03-15T13:44:54.426800Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:44:54.587+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:45:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"62f0dc51-2083-4502-9dbd-960308ec7509","timestamp":"2023-03-15T13:45:06.991263Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:45:07.042+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"62f0dc51-2083-4502-9dbd-960308ec7509","timestamp":"2023-03-15T13:45:06.991263Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:45:07.051+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:46:07.089+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 1 disconnected.
[2023-03-15T13:46:21.850+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c4cd9287-62ec-45b0-9c29-b92f9ec0d9f7","timestamp":"2023-03-15T13:46:21.706555Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:46:21.854+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:46:43.431+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4a54a1ca-78ca-4746-bd07-574eaa6d3e6d","timestamp":"2023-03-15T13:46:43.389620Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:46:43.431+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:46:54.492+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"207d813a-d261-4470-9d18-46cc87ea7baa","timestamp":"2023-03-15T13:46:54.418882Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:46:54.493+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:47:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"43e47a79-0afd-4511-9470-b1be29eb00a1","timestamp":"2023-03-15T13:47:06.990817Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:47:07.074+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"43e47a79-0afd-4511-9470-b1be29eb00a1","timestamp":"2023-03-15T13:47:06.990817Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:47:07.074+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:48:21.753+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"30bb97ba-fcb4-4691-b1c9-cf1705a105ab","timestamp":"2023-03-15T13:48:21.703717Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:48:21.754+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:48:43.453+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3f621b7b-19eb-4f16-b126-79d52be44a7e","timestamp":"2023-03-15T13:48:43.388719Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:48:43.456+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:48:54.520+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"41bc5cb1-690f-48e6-b893-d8fd0eb3ec18","timestamp":"2023-03-15T13:48:54.419332Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:48:54.521+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:49:06.995+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"14e13323-cdbb-44ad-99be-dc4733a4a797","timestamp":"2023-03-15T13:49:06.990401Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:49:07.052+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"14e13323-cdbb-44ad-99be-dc4733a4a797","timestamp":"2023-03-15T13:49:06.990401Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:49:07.053+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:50:21.780+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"56bb6a8d-6822-4cb8-be81-3b0c86fb200b","timestamp":"2023-03-15T13:50:21.703772Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:50:21.782+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:50:43.457+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"739862d8-03e7-4d7d-9e37-7de7b0548844","timestamp":"2023-03-15T13:50:43.388769Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:50:43.461+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:50:54.495+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"150d2b13-8d5a-452a-8a21-4f9598878aaa","timestamp":"2023-03-15T13:50:54.418865Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:50:54.496+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:51:06.994+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"799b4874-b32c-4059-a696-dc7b45e6f135","timestamp":"2023-03-15T13:51:06.991560Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:51:07.056+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"799b4874-b32c-4059-a696-dc7b45e6f135","timestamp":"2023-03-15T13:51:06.991560Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:51:07.057+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:52:21.775+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"cc68213a-654e-4749-b7ea-392914c9606a","timestamp":"2023-03-15T13:52:21.703912Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:52:21.778+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:52:43.457+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cc6283fd-0e85-461d-8326-18f66635d520","timestamp":"2023-03-15T13:52:43.389333Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:52:43.458+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:52:54.500+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"76092cf3-7251-437c-9d39-98e62f218ab2","timestamp":"2023-03-15T13:52:54.419207Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:52:54.501+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:53:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"00843cc5-9fa1-48a8-a0e4-1d09156f9afe","timestamp":"2023-03-15T13:53:06.991823Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:53:07.053+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"00843cc5-9fa1-48a8-a0e4-1d09156f9afe","timestamp":"2023-03-15T13:53:06.991823Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:53:07.054+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:54:21.755+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee1ba777-c630-469d-88a1-c4b779632125","timestamp":"2023-03-15T13:54:21.703188Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:54:21.757+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:54:43.455+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5a47a790-ad8f-4d33-9fd3-1078c33cc84c","timestamp":"2023-03-15T13:54:43.388609Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:54:43.456+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:54:54.558+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a189b5e2-b49b-4dfe-8c05-8e5b057f60f9","timestamp":"2023-03-15T13:54:54.418777Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:54:54.558+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:55:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"54b52d3a-80ba-4a27-8730-2aa25db27d63","timestamp":"2023-03-15T13:55:06.990506Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:55:07.048+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"54b52d3a-80ba-4a27-8730-2aa25db27d63","timestamp":"2023-03-15T13:55:06.990506Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:55:07.057+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:56:21.769+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"67f4a0c9-e233-4238-93c7-75172d82e6e4","timestamp":"2023-03-15T13:56:21.703737Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:56:21.772+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:56:43.440+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"22e1961e-b594-4e7d-9370-21bb6882e43d","timestamp":"2023-03-15T13:56:43.388911Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:56:43.446+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:56:54.547+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7754393c-5193-4c61-b605-d08993422b92","timestamp":"2023-03-15T13:56:54.418588Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:56:54.548+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:57:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c0cc8b38-8ae4-49ac-96bc-af4858958321","timestamp":"2023-03-15T13:57:06.991361Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:57:07.049+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c0cc8b38-8ae4-49ac-96bc-af4858958321","timestamp":"2023-03-15T13:57:06.991361Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:57:07.050+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:58:21.749+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"80b32371-4728-4686-b49c-c491f2066abe","timestamp":"2023-03-15T13:58:21.703999Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T13:58:21.750+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:58:43.439+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aa19a48b-3462-43c3-9763-323cd9749471","timestamp":"2023-03-15T13:58:43.391789Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T13:58:43.439+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:58:54.479+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d35cd134-0043-481c-a56f-ad148e7474a9","timestamp":"2023-03-15T13:58:54.419369Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T13:58:54.480+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T13:59:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6892ef75-1e3d-4444-96b7-1c51fdcb0451","timestamp":"2023-03-15T13:59:06.990837Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:59:07.068+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6892ef75-1e3d-4444-96b7-1c51fdcb0451","timestamp":"2023-03-15T13:59:06.990837Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T13:59:07.069+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:00:21.831+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7bdc9e68-f53b-4b57-83a4-41285bb5955a","timestamp":"2023-03-15T14:00:21.703874Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:00:21.832+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:00:43.481+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"680dd2a9-3fa4-42df-b05c-204a0d8adff8","timestamp":"2023-03-15T14:00:43.388728Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:00:43.481+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:00:54.526+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad2d9b0a-0321-405f-8f0e-a9aab01e3457","timestamp":"2023-03-15T14:00:54.419029Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:00:54.529+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:01:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6d48fcb0-64e5-4ddc-9b4f-0dfb321c0000","timestamp":"2023-03-15T14:01:06.991398Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:01:07.047+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6d48fcb0-64e5-4ddc-9b4f-0dfb321c0000","timestamp":"2023-03-15T14:01:06.991398Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:01:07.048+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:02:21.744+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"84731bcd-83d4-40d6-8558-a6588d359777","timestamp":"2023-03-15T14:02:21.703210Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:02:21.745+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:02:43.502+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"32df89cd-5e53-4ac2-9c57-d373e2d2caa4","timestamp":"2023-03-15T14:02:43.389859Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:02:43.503+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:02:54.643+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c9992bb7-cb2a-40b1-a9ce-ef52e060a8f8","timestamp":"2023-03-15T14:02:54.418780Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:02:54.643+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:03:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cf6b057c-d474-4666-9a81-6a613e95f29f","timestamp":"2023-03-15T14:03:06.990673Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:03:07.086+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cf6b057c-d474-4666-9a81-6a613e95f29f","timestamp":"2023-03-15T14:03:06.990673Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:03:07.086+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:04:21.774+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c99e8983-fd64-4368-aca1-0880220e671a","timestamp":"2023-03-15T14:04:21.703712Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:04:21.776+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:04:43.499+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"881378db-2b0a-44c1-a279-aec0e2f1dd90","timestamp":"2023-03-15T14:04:43.389024Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:04:43.499+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:04:54.611+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c61a24ca-aff2-4906-b277-d23983e2bbfe","timestamp":"2023-03-15T14:04:54.419593Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:04:54.612+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:05:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4e3c0f03-5b73-4572-89b9-6f323763186d","timestamp":"2023-03-15T14:05:06.991018Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:05:07.194+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4e3c0f03-5b73-4572-89b9-6f323763186d","timestamp":"2023-03-15T14:05:06.991018Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:05:07.195+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:06:21.759+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"30e58bfa-5ed4-4b0d-8c0a-e4d69f536fd2","timestamp":"2023-03-15T14:06:21.703920Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:06:21.761+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:06:43.512+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"73450d3e-dc13-460a-b326-528061da8a18","timestamp":"2023-03-15T14:06:43.390309Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:06:43.514+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:06:54.488+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1bdc56cc-8c3b-4ab1-a0dc-cb8c248602d3","timestamp":"2023-03-15T14:06:54.418590Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:06:54.501+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:07:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b677443b-45bd-4a5c-a18c-68be6c8f613a","timestamp":"2023-03-15T14:07:06.991319Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:07:07.047+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b677443b-45bd-4a5c-a18c-68be6c8f613a","timestamp":"2023-03-15T14:07:06.991319Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:07:07.048+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:08:21.759+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3321f2a7-fac9-4ad0-8b56-99c943c1bfb4","timestamp":"2023-03-15T14:08:21.704468Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:08:21.760+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:08:43.481+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c42e7d83-4b3a-458c-928b-c0ce77bd3413","timestamp":"2023-03-15T14:08:43.389721Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:08:43.482+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:08:54.521+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dde712ec-d3e6-42d3-b727-261a21b6aa65","timestamp":"2023-03-15T14:08:54.419496Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:08:54.522+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:09:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e3315deb-d5cc-4130-9ac7-3ef42d02613f","timestamp":"2023-03-15T14:09:06.991142Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:09:07.069+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e3315deb-d5cc-4130-9ac7-3ef42d02613f","timestamp":"2023-03-15T14:09:06.991142Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:09:07.070+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:10:07.104+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 0 disconnected.
[2023-03-15T14:10:21.759+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"892e4344-94a9-43f7-b172-ac0d86ed3c3a","timestamp":"2023-03-15T14:10:21.704023Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:10:21.760+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:10:43.469+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d9e8c151-bdc8-45bf-88ca-d8fb95b3e1e3","timestamp":"2023-03-15T14:10:43.389526Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:10:43.475+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:10:54.501+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"56ae10fb-d367-4477-a992-a01aa2cb5fb2","timestamp":"2023-03-15T14:10:54.420561Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:10:54.502+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:11:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ba6e24a6-2adf-4207-9e2f-b52ba9abacf5","timestamp":"2023-03-15T14:11:06.991472Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:11:07.163+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ba6e24a6-2adf-4207-9e2f-b52ba9abacf5","timestamp":"2023-03-15T14:11:06.991472Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:11:07.163+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:12:21.759+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"139eba34-8afa-4cd1-9d63-eda44bb7f9f8","timestamp":"2023-03-15T14:12:21.703784Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:12:21.760+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:12:43.445+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2bdc3a34-8055-4072-9fb8-47118b99ba91","timestamp":"2023-03-15T14:12:43.389580Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:12:43.446+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:12:54.490+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bf7e1442-fa55-44b9-beb1-6db5152744f2","timestamp":"2023-03-15T14:12:54.418777Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:12:54.491+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:13:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d5abe99d-8409-44b3-9a91-481a3fda5ff0","timestamp":"2023-03-15T14:13:06.990822Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:13:07.049+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d5abe99d-8409-44b3-9a91-481a3fda5ff0","timestamp":"2023-03-15T14:13:06.990822Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:13:07.060+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:14:21.765+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b01b92d6-ef3f-4db4-abaa-b6a752c5118a","timestamp":"2023-03-15T14:14:21.703799Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:14:21.766+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:14:43.554+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a1d9a1f1-b4d6-4bab-933f-993ded2c78cb","timestamp":"2023-03-15T14:14:43.391446Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:14:43.554+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:14:54.600+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d5374f3b-c1bc-42d0-aef6-181c55a69d46","timestamp":"2023-03-15T14:14:54.419138Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:14:54.600+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:15:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f3d5944e-0056-4a12-8840-0139121e2f2d","timestamp":"2023-03-15T14:15:06.990483Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:15:07.045+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f3d5944e-0056-4a12-8840-0139121e2f2d","timestamp":"2023-03-15T14:15:06.990483Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:15:07.046+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:16:21.793+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2d435944-0df0-491b-bdb1-4a9c20ba9617","timestamp":"2023-03-15T14:16:21.703835Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:16:21.795+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:16:43.442+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7f18147f-fd8a-4557-bb4c-9f9e08d88c7e","timestamp":"2023-03-15T14:16:43.389277Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:16:43.443+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:16:54.619+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b14fe196-6fc1-42ba-beb7-0f22c5258851","timestamp":"2023-03-15T14:16:54.421399Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:16:54.620+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:17:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fd158b19-931c-445e-934e-d436e986f383","timestamp":"2023-03-15T14:17:06.991225Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:17:07.052+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fd158b19-931c-445e-934e-d436e986f383","timestamp":"2023-03-15T14:17:06.991225Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:17:07.053+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:18:21.760+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"96d22637-1ac0-407a-b2d1-d1150c136dad","timestamp":"2023-03-15T14:18:21.704288Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:18:21.762+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:18:43.556+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"03e511e6-0002-4e51-81e0-b01cfa755505","timestamp":"2023-03-15T14:18:43.389416Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:18:43.558+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:18:54.503+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e4672854-0f92-414e-9d89-4c735bdf8734","timestamp":"2023-03-15T14:18:54.420365Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:18:54.503+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:19:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"26819e1c-8e08-466c-8f56-121c1aca5640","timestamp":"2023-03-15T14:19:06.990776Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:19:07.073+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"26819e1c-8e08-466c-8f56-121c1aca5640","timestamp":"2023-03-15T14:19:06.990776Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:19:07.073+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:20:21.785+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d7766a52-4ae7-408c-8931-cf938ebcf793","timestamp":"2023-03-15T14:20:21.704221Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:20:21.785+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:20:43.449+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4f743138-688d-4704-bf27-e69fef485afc","timestamp":"2023-03-15T14:20:43.388994Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:20:43.451+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:20:54.556+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3988b349-c402-4f92-adc4-da9ab42a9cf8","timestamp":"2023-03-15T14:20:54.420190Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:20:54.557+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:21:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"48996351-9243-4bc7-8c2f-8a18dd353a20","timestamp":"2023-03-15T14:21:06.990549Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:21:07.057+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"48996351-9243-4bc7-8c2f-8a18dd353a20","timestamp":"2023-03-15T14:21:06.990549Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:21:07.079+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:22:22.099+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a801454a-4313-4ef7-bc43-c9a1b8c5cb06","timestamp":"2023-03-15T14:22:21.703634Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:22:22.102+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:22:43.546+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"37be0b85-c0b4-4694-8195-6726fe8b0074","timestamp":"2023-03-15T14:22:43.395120Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:22:43.546+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:22:54.504+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d311c51c-cb5c-4f6b-ba5c-8debcb47e6ed","timestamp":"2023-03-15T14:22:54.418584Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:22:54.505+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:23:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"55fbcdd9-5211-41d9-ba54-8a63a2ed13a1","timestamp":"2023-03-15T14:23:06.991473Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:23:07.067+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"55fbcdd9-5211-41d9-ba54-8a63a2ed13a1","timestamp":"2023-03-15T14:23:06.991473Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:23:07.067+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:24:21.766+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"26aa9fb4-4bcc-4ac9-b2fb-0b3414083e27","timestamp":"2023-03-15T14:24:21.704582Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:24:21.767+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:24:43.513+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e7fbb5c-a869-4209-a996-d865b21cb6cf","timestamp":"2023-03-15T14:24:43.394168Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:24:43.514+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:24:54.692+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"397f2fbd-95a3-4f85-b401-5022d21a3cc0","timestamp":"2023-03-15T14:24:54.420004Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:24:54.692+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:25:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1fd90ee1-2f8b-497d-b0bf-e4d9d994a9db","timestamp":"2023-03-15T14:25:06.990651Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:25:07.092+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1fd90ee1-2f8b-497d-b0bf-e4d9d994a9db","timestamp":"2023-03-15T14:25:06.990651Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:25:07.093+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:26:07.195+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 0 disconnected.
[2023-03-15T14:26:21.808+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5d2cac7e-e2d0-452a-87f4-ddec38c19c09","timestamp":"2023-03-15T14:26:21.704621Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:26:21.809+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:26:43.453+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e791bcb2-48e6-43c8-898c-a39afbbcbd77","timestamp":"2023-03-15T14:26:43.388667Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:26:43.463+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:26:54.576+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3370179d-a033-410f-97e6-2273c081d2e0","timestamp":"2023-03-15T14:26:54.420310Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:26:54.577+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:27:06.999+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b1196f87-d5a6-4d06-8137-c85fca7d1f04","timestamp":"2023-03-15T14:27:06.992062Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:27:07.084+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b1196f87-d5a6-4d06-8137-c85fca7d1f04","timestamp":"2023-03-15T14:27:06.992062Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:27:07.085+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:28:21.815+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"4312775b-1368-44f9-b1b4-efeb00cc0945","timestamp":"2023-03-15T14:28:21.704585Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:28:21.817+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:28:43.535+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"974d89cb-9c0d-4bc0-b0c2-76024966a80c","timestamp":"2023-03-15T14:28:43.389606Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:28:43.536+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:28:54.575+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b00d7e12-b0ea-46cf-b6f4-4fd355ecc0c4","timestamp":"2023-03-15T14:28:54.421347Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:28:54.575+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:29:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9891e338-f651-4cc9-b543-7fd1816051ca","timestamp":"2023-03-15T14:29:06.990854Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:29:07.045+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9891e338-f651-4cc9-b543-7fd1816051ca","timestamp":"2023-03-15T14:29:06.990854Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:29:07.046+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:30:21.841+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"cbb86fc3-b04f-4fcb-b5f9-0544ef690627","timestamp":"2023-03-15T14:30:21.703442Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:30:21.842+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:30:43.462+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e3b57626-ca93-4451-ae3e-e7849ea5d0fa","timestamp":"2023-03-15T14:30:43.388653Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:30:43.463+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:30:54.545+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c16df68f-bc92-4dea-ae4d-b53e4b37e84e","timestamp":"2023-03-15T14:30:54.419682Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:30:54.545+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:31:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b80d6852-1e6d-4eb4-b776-57c81208bead","timestamp":"2023-03-15T14:31:06.990460Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:31:07.147+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b80d6852-1e6d-4eb4-b776-57c81208bead","timestamp":"2023-03-15T14:31:06.990460Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:31:07.148+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:32:21.776+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0a55a1f6-578c-45a6-9cc6-9ad9ab163f71","timestamp":"2023-03-15T14:32:21.704587Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:32:21.779+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:32:43.430+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cc17ac9e-7ec8-461f-9b02-79e7d47a2db8","timestamp":"2023-03-15T14:32:43.388681Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:32:43.430+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:32:54.505+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1baceb4c-a3cf-4cce-af10-6bbebdcc923f","timestamp":"2023-03-15T14:32:54.418666Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:32:54.506+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:33:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5328c577-f1d3-4aa4-b176-53e697b5176b","timestamp":"2023-03-15T14:33:06.991129Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:33:07.056+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5328c577-f1d3-4aa4-b176-53e697b5176b","timestamp":"2023-03-15T14:33:06.991129Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:33:07.057+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:34:21.760+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"34c3fe2c-88f6-4cf8-927c-96f0215234a0","timestamp":"2023-03-15T14:34:21.703837Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:34:21.761+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:34:37.138+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 2 disconnected.
[2023-03-15T14:34:43.466+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"91b6f30d-fbfb-4be9-84cb-16fc14b6cc6b","timestamp":"2023-03-15T14:34:43.389447Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:34:43.467+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:34:54.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"41aafaf8-3427-41c5-b6d3-c301afd190a5","timestamp":"2023-03-15T14:34:54.419817Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:34:54.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:35:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"80dcd05c-b637-4f66-b67c-09f1e5525b70","timestamp":"2023-03-15T14:35:06.990701Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:35:07.151+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"80dcd05c-b637-4f66-b67c-09f1e5525b70","timestamp":"2023-03-15T14:35:06.990701Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:35:07.151+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:36:21.808+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"096c6952-6c42-4447-af75-5ee86d163d42","timestamp":"2023-03-15T14:36:21.703873Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:36:21.809+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:36:43.533+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"36b6c01e-c72d-44e5-b3b8-ebed36117ec1","timestamp":"2023-03-15T14:36:43.388949Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:36:43.534+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:36:54.542+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee5ffa56-c043-47b6-a5ee-15c3fcbad28f","timestamp":"2023-03-15T14:36:54.418905Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:36:54.543+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:37:06.994+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"814b69e6-71bb-41f4-9827-4d9a15535cba","timestamp":"2023-03-15T14:37:06.991246Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:37:07.052+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"814b69e6-71bb-41f4-9827-4d9a15535cba","timestamp":"2023-03-15T14:37:06.991246Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:37:07.052+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:38:07.078+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 1 disconnected.
[2023-03-15T14:38:21.769+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"743434fd-2a7b-41f3-bddc-00d19d7fe6f1","timestamp":"2023-03-15T14:38:21.702926Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:38:21.769+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:38:43.453+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"debf0924-5cb6-4f90-ac1b-12e8cb6b5f58","timestamp":"2023-03-15T14:38:43.389409Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:38:43.455+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:38:54.519+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a51b8ede-14aa-430e-a059-f0f366173ace","timestamp":"2023-03-15T14:38:54.418751Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:38:54.520+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:39:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"220ad325-3606-422d-9015-1c0aa70c98a4","timestamp":"2023-03-15T14:39:06.991012Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:39:07.030+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"220ad325-3606-422d-9015-1c0aa70c98a4","timestamp":"2023-03-15T14:39:06.991012Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:39:07.031+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:40:21.783+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7b3533f3-1c37-427f-8d7a-c14d67791319","timestamp":"2023-03-15T14:40:21.703743Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:40:21.785+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:40:43.440+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1682d34f-3a34-4513-b313-d5e7e80e3b5e","timestamp":"2023-03-15T14:40:43.389190Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:40:43.441+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:40:54.518+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4fbed43e-a0f6-4970-9758-4bc065428ab6","timestamp":"2023-03-15T14:40:54.419382Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:40:54.519+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:41:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d29a83f7-9142-4f36-908e-110e3fdf76cd","timestamp":"2023-03-15T14:41:06.990385Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:41:07.057+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d29a83f7-9142-4f36-908e-110e3fdf76cd","timestamp":"2023-03-15T14:41:06.990385Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:41:07.058+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:42:21.763+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"21041d53-049a-477a-9368-010ae002c80f","timestamp":"2023-03-15T14:42:21.703743Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:42:21.765+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:42:43.445+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"31b4024f-02e1-4226-b77d-dda9d0bc9065","timestamp":"2023-03-15T14:42:43.388565Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:42:43.446+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:42:54.532+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"12262fea-8d35-4526-9dea-4214f567a9fd","timestamp":"2023-03-15T14:42:54.419187Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:42:54.533+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:43:06.995+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4cda6599-7adc-4ddd-8eed-5f95bd162d52","timestamp":"2023-03-15T14:43:06.992572Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:43:07.059+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4cda6599-7adc-4ddd-8eed-5f95bd162d52","timestamp":"2023-03-15T14:43:06.992572Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:43:07.060+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:44:21.755+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ac0c5a89-1ded-4fc2-b0d5-72e7977c566f","timestamp":"2023-03-15T14:44:21.704071Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:44:21.757+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:44:43.465+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e4e9025-8dab-4868-b065-9f5e4dae276a","timestamp":"2023-03-15T14:44:43.390042Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:44:43.467+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:44:54.566+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d0f0ea85-53ac-484c-98b2-ee1a95bb8540","timestamp":"2023-03-15T14:44:54.419469Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:44:54.567+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:45:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4a8b2d31-6a28-436c-ba98-58076e79c20c","timestamp":"2023-03-15T14:45:06.990922Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:45:07.140+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4a8b2d31-6a28-436c-ba98-58076e79c20c","timestamp":"2023-03-15T14:45:06.990922Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:45:07.141+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:46:21.771+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"9fae1a4a-31aa-48a2-96ab-fc996a52846b","timestamp":"2023-03-15T14:46:21.703696Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:46:21.772+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:46:43.465+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b4af4866-e301-4c7e-a63d-7645c57bc135","timestamp":"2023-03-15T14:46:43.396125Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:46:43.465+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:46:54.518+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5f3ce0d1-c156-4761-92b3-844f903bec82","timestamp":"2023-03-15T14:46:54.430519Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:46:54.519+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:47:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7a6b7ef3-a38f-480e-8069-31dcb517a42b","timestamp":"2023-03-15T14:47:06.990951Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:47:07.055+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7a6b7ef3-a38f-480e-8069-31dcb517a42b","timestamp":"2023-03-15T14:47:06.990951Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:47:07.056+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:48:21.760+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"4ae40439-39aa-4323-8e60-9c69be73a294","timestamp":"2023-03-15T14:48:21.703224Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:48:21.765+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:48:43.467+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bd83b242-55f9-4bc5-b6cb-5cc6aab39d18","timestamp":"2023-03-15T14:48:43.388577Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:48:43.468+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:48:54.535+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2bed8932-2e0e-41e7-a001-203b34539541","timestamp":"2023-03-15T14:48:54.419712Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:48:54.536+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:49:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"03e69f8a-6b6a-47d6-a11c-35a3f4431bac","timestamp":"2023-03-15T14:49:06.991075Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:49:07.057+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"03e69f8a-6b6a-47d6-a11c-35a3f4431bac","timestamp":"2023-03-15T14:49:06.991075Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:49:07.058+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:50:21.827+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d526eebf-9466-4432-82ee-1bc216be9c32","timestamp":"2023-03-15T14:50:21.704385Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:50:21.841+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:50:43.509+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"65f29ac2-f4da-4509-87a4-7514b9e66995","timestamp":"2023-03-15T14:50:43.389393Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:50:43.510+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:50:54.634+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2b67590a-7d27-49d9-9395-95a75b8bac9d","timestamp":"2023-03-15T14:50:54.419548Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:50:54.635+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:51:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ca13dff5-55ef-44f0-a37b-cadf5741d932","timestamp":"2023-03-15T14:51:06.990712Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:51:07.046+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ca13dff5-55ef-44f0-a37b-cadf5741d932","timestamp":"2023-03-15T14:51:06.990712Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:51:07.046+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:52:21.775+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"800479c6-dac7-4ce2-aeaa-b6b2c5eea604","timestamp":"2023-03-15T14:52:21.703987Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:52:21.776+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:52:37.107+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 0 disconnected.
[2023-03-15T14:52:43.450+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a42746be-7890-4a57-8a11-1ae9f63b93b2","timestamp":"2023-03-15T14:52:43.388674Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:52:43.453+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:52:54.576+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8a248e9c-1393-458e-bbbb-248aa8c06fec","timestamp":"2023-03-15T14:52:54.419200Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:52:54.577+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:53:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"985dac17-94cb-48cc-b665-e0d903269416","timestamp":"2023-03-15T14:53:06.991183Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:53:07.121+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"985dac17-94cb-48cc-b665-e0d903269416","timestamp":"2023-03-15T14:53:06.991183Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:53:07.122+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:54:21.748+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"fda00663-a8b3-4459-a55a-8a4c6afe267f","timestamp":"2023-03-15T14:54:21.704038Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:54:21.749+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:54:43.438+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b825a046-e971-46f7-b812-bb0c84af2a90","timestamp":"2023-03-15T14:54:43.389509Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:54:43.439+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:54:54.540+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"16275894-9d48-414f-b473-1a780ed580e8","timestamp":"2023-03-15T14:54:54.421427Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:54:54.540+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:55:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ec71f934-ba50-4d54-a784-185730f8a34e","timestamp":"2023-03-15T14:55:06.990978Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:55:07.050+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ec71f934-ba50-4d54-a784-185730f8a34e","timestamp":"2023-03-15T14:55:06.990978Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:55:07.051+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:56:21.782+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d18f45e7-cb5a-4c40-b4b0-96d5002bd5c4","timestamp":"2023-03-15T14:56:21.704161Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:56:21.782+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:56:43.456+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6ce5afe0-eef6-4808-8f93-d585002e75a3","timestamp":"2023-03-15T14:56:43.388727Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:56:43.457+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:56:54.560+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c592a8a-5f10-4223-a1aa-c3f0438ef9c2","timestamp":"2023-03-15T14:56:54.419482Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:56:54.562+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:57:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b97d6ec-2860-4fcb-ac82-9ebad57c2220","timestamp":"2023-03-15T14:57:06.990607Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:57:07.110+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b97d6ec-2860-4fcb-ac82-9ebad57c2220","timestamp":"2023-03-15T14:57:06.990607Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:57:07.110+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:58:21.757+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"48bbd828-996f-4f03-9003-913868a5b3b1","timestamp":"2023-03-15T14:58:21.703413Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T14:58:21.758+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:58:43.442+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1f6613d4-9aba-4fce-9a19-8de505fcbd72","timestamp":"2023-03-15T14:58:43.388824Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T14:58:43.443+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:58:54.496+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"686a0310-b000-49ff-a71c-486f9d2cbd5a","timestamp":"2023-03-15T14:58:54.419829Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T14:58:54.498+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T14:59:06.994+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"be55d2c8-7693-4d87-a3ce-40f881a9d648","timestamp":"2023-03-15T14:59:06.991807Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:59:07.050+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"be55d2c8-7693-4d87-a3ce-40f881a9d648","timestamp":"2023-03-15T14:59:06.991807Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T14:59:07.050+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:00:21.808+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"34cd91a3-1765-4e84-86fe-5e07143eee8a","timestamp":"2023-03-15T15:00:21.704008Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:00:21.811+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:00:43.472+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"914c0fd3-7754-4575-ae7c-6944d3665418","timestamp":"2023-03-15T15:00:43.389076Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:00:43.473+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:00:54.504+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4de70cb4-c382-4df1-986b-473dd00a3e0e","timestamp":"2023-03-15T15:00:54.420340Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:00:54.505+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:01:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3778323b-fd54-4c78-af99-1427227444d0","timestamp":"2023-03-15T15:01:06.991203Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:01:07.076+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3778323b-fd54-4c78-af99-1427227444d0","timestamp":"2023-03-15T15:01:06.991203Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:01:07.077+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:02:21.762+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc6911cb-1436-47c9-aaa8-20b675f1f85c","timestamp":"2023-03-15T15:02:21.707425Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:02:21.764+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:02:43.442+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"432c037f-5c48-4def-b43b-c4837dd3c3df","timestamp":"2023-03-15T15:02:43.388743Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:02:43.443+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:02:54.603+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e4990fb0-8eba-4198-ae4d-86eb97bb2b88","timestamp":"2023-03-15T15:02:54.419299Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:02:54.604+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:03:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9dc32f92-9816-49c1-8543-6ac1d740d710","timestamp":"2023-03-15T15:03:06.991388Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:03:07.067+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9dc32f92-9816-49c1-8543-6ac1d740d710","timestamp":"2023-03-15T15:03:06.991388Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:03:07.068+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:04:21.762+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b86e498b-2135-4abe-9490-41b5b9737994","timestamp":"2023-03-15T15:04:21.703677Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:04:21.762+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:04:43.456+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d3c814e8-87bb-4932-bfb1-6641d59320fb","timestamp":"2023-03-15T15:04:43.390897Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:04:43.457+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:04:54.501+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f32c1dca-556f-497f-9707-2193f8220b7b","timestamp":"2023-03-15T15:04:54.418807Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:04:54.502+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:05:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a1b10bd9-13b5-4db4-a543-3149a0b9eb61","timestamp":"2023-03-15T15:05:06.990753Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:05:07.061+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a1b10bd9-13b5-4db4-a543-3149a0b9eb61","timestamp":"2023-03-15T15:05:06.990753Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:05:07.061+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:06:21.857+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d6c59679-1633-4521-84b4-c7f4032a9698","timestamp":"2023-03-15T15:06:21.703451Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:06:21.858+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:06:43.477+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c260cda2-f7d6-4ea1-9571-7664eff48762","timestamp":"2023-03-15T15:06:43.388855Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:06:43.477+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:06:54.544+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b928e6a-6468-4f9f-9724-08cfe69f4154","timestamp":"2023-03-15T15:06:54.419927Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:06:54.544+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:07:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fac76b33-b90d-426c-994e-b71ec5d9e494","timestamp":"2023-03-15T15:07:06.990548Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:07:07.040+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fac76b33-b90d-426c-994e-b71ec5d9e494","timestamp":"2023-03-15T15:07:06.990548Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:07:07.040+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:08:21.794+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"63191281-bfe4-4aa4-ae5f-ac2f5d8e955b","timestamp":"2023-03-15T15:08:21.703865Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:08:21.796+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:08:43.527+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cde58f69-1c2c-4aeb-bb35-a27bf8775105","timestamp":"2023-03-15T15:08:43.389263Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:08:43.528+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:08:54.521+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1369bce7-2873-4e9e-a540-87e4367b69d3","timestamp":"2023-03-15T15:08:54.419826Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:08:54.522+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:09:06.996+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a6275077-c4f0-445d-9b1f-faca9331db49","timestamp":"2023-03-15T15:09:06.994096Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:09:07.076+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a6275077-c4f0-445d-9b1f-faca9331db49","timestamp":"2023-03-15T15:09:06.994096Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:09:07.077+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:10:21.741+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e6808201-828a-4b29-849d-393cb3773a56","timestamp":"2023-03-15T15:10:21.703818Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:10:21.742+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:10:43.476+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c8f9316d-370a-4de9-9941-512e5c47576c","timestamp":"2023-03-15T15:10:43.390352Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:10:43.477+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:10:54.582+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d058b674-2405-419c-89ea-e82bd2bd1f57","timestamp":"2023-03-15T15:10:54.419887Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:10:54.582+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:11:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f9ea992f-b111-45bf-8f08-fba6cfe8a34b","timestamp":"2023-03-15T15:11:06.990910Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:11:07.055+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f9ea992f-b111-45bf-8f08-fba6cfe8a34b","timestamp":"2023-03-15T15:11:06.990910Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:11:07.056+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:12:21.743+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"bf456cf2-cf09-4a2b-8463-d33aa85ceb05","timestamp":"2023-03-15T15:12:21.703473Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:12:21.743+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:12:43.430+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e09616f8-37ed-4b88-9c1c-cd4c678c89b9","timestamp":"2023-03-15T15:12:43.388642Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:12:43.432+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:12:54.569+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3d26f94f-a426-4385-9cc0-7399c5fc464a","timestamp":"2023-03-15T15:12:54.418789Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:12:54.570+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:13:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5139e0a4-a9e4-43e6-9125-1fb7303c8865","timestamp":"2023-03-15T15:13:06.991218Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:13:07.047+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5139e0a4-a9e4-43e6-9125-1fb7303c8865","timestamp":"2023-03-15T15:13:06.991218Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:13:07.048+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:14:21.750+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ef4c2c31-e31c-4652-897e-404a5039c32d","timestamp":"2023-03-15T15:14:21.703458Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:14:21.752+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:14:43.436+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5fa2f9c3-4193-47ff-a7c1-3f01bdf2178d","timestamp":"2023-03-15T15:14:43.389621Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:14:43.440+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:14:54.517+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bab1f167-ab12-4e88-beaa-03380c578de5","timestamp":"2023-03-15T15:14:54.418498Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:14:54.518+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:15:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a96ff9b2-489f-4dd4-9f21-8afc1a3a7361","timestamp":"2023-03-15T15:15:06.991092Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:15:07.047+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a96ff9b2-489f-4dd4-9f21-8afc1a3a7361","timestamp":"2023-03-15T15:15:06.991092Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:15:07.051+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:16:21.762+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"833f5f0a-278a-4598-b683-693bb07ae84e","timestamp":"2023-03-15T15:16:21.704087Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:16:21.772+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:16:43.453+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"afafd1ce-1cfc-47c9-9877-12fe44429531","timestamp":"2023-03-15T15:16:43.389357Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:16:43.453+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:16:54.578+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7dbc6838-72d0-48d1-9271-f0bea4e3f8ba","timestamp":"2023-03-15T15:16:54.420378Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:16:54.578+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:17:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"26fe6832-acaa-4311-ae7c-c9bd9e1eda0f","timestamp":"2023-03-15T15:17:06.990634Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:17:07.064+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"26fe6832-acaa-4311-ae7c-c9bd9e1eda0f","timestamp":"2023-03-15T15:17:06.990634Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:17:07.066+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:18:21.760+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"82c6e8a1-4655-4962-abc9-f28de8cb4ecf","timestamp":"2023-03-15T15:18:21.704237Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:18:21.763+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:18:43.552+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e4e4993f-d477-4d83-b911-ba91556ed8ba","timestamp":"2023-03-15T15:18:43.388817Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:18:43.553+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:18:54.519+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b02f715e-3011-49a5-995f-3fac61a60d81","timestamp":"2023-03-15T15:18:54.418974Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:18:54.521+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:19:06.995+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b9dda411-32aa-4681-a0a5-be64992411ff","timestamp":"2023-03-15T15:19:06.992779Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:19:07.073+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b9dda411-32aa-4681-a0a5-be64992411ff","timestamp":"2023-03-15T15:19:06.992779Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:19:07.074+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:20:21.791+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0c774608-08f6-4b15-8062-58eaa25b6fc0","timestamp":"2023-03-15T15:20:21.703456Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:20:21.792+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:20:43.438+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dd773de4-e915-457d-8ea9-c8cec57a529b","timestamp":"2023-03-15T15:20:43.388565Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:20:43.439+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:20:54.485+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9a5a85a7-a36d-4f5c-a501-bdf80c2c4d9e","timestamp":"2023-03-15T15:20:54.418540Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:20:54.486+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:21:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"16193d1c-4c45-44f3-a8d2-1eb84af5d73b","timestamp":"2023-03-15T15:21:06.990877Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:21:07.049+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"16193d1c-4c45-44f3-a8d2-1eb84af5d73b","timestamp":"2023-03-15T15:21:06.990877Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:21:07.050+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:22:21.741+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"35141b54-12c5-426d-9ff9-a293aa17897f","timestamp":"2023-03-15T15:22:21.703989Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:22:21.742+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:22:43.600+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a140cf28-c498-455c-85c4-7645392c3c2b","timestamp":"2023-03-15T15:22:43.389364Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:22:43.600+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:22:54.520+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"402c8914-b775-4990-9c6f-a11b4778c427","timestamp":"2023-03-15T15:22:54.419752Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:22:54.521+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:23:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4cadb0c3-39cf-4545-8e01-175beed9e7b4","timestamp":"2023-03-15T15:23:06.990409Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:23:07.115+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4cadb0c3-39cf-4545-8e01-175beed9e7b4","timestamp":"2023-03-15T15:23:06.990409Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:23:07.116+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:24:21.794+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"06ca7b04-6982-4bfc-8de2-0504311a3f8a","timestamp":"2023-03-15T15:24:21.706510Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:24:21.796+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:24:43.531+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0a26265-b3b8-4be7-9cb4-2b5d23b6bd72","timestamp":"2023-03-15T15:24:43.389900Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:24:43.532+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:24:54.687+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fff02c44-8d6a-489f-b8b6-40dc896140bb","timestamp":"2023-03-15T15:24:54.425327Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:24:54.687+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:25:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e9b65afc-e7bb-4e3c-836a-93acc6f07731","timestamp":"2023-03-15T15:25:06.991216Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:25:07.062+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e9b65afc-e7bb-4e3c-836a-93acc6f07731","timestamp":"2023-03-15T15:25:06.991216Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:25:07.064+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:26:21.758+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"db9fbed1-df6b-438b-9d68-882f43b09fa1","timestamp":"2023-03-15T15:26:21.703964Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:26:21.760+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:26:43.487+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"54c59f4a-ea61-4aea-b190-752c1509d0cf","timestamp":"2023-03-15T15:26:43.391389Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:26:43.487+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:26:54.585+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3f94dd9c-f5b2-497a-abbe-eba9da4ae1df","timestamp":"2023-03-15T15:26:54.419593Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:26:54.585+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:27:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"20c6388f-1f27-4696-991e-3284c76593e1","timestamp":"2023-03-15T15:27:06.990694Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:27:07.043+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"20c6388f-1f27-4696-991e-3284c76593e1","timestamp":"2023-03-15T15:27:06.990694Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:27:07.044+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:28:21.777+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"bbd6594a-b030-4c56-afd3-f10234fbc8c0","timestamp":"2023-03-15T15:28:21.703363Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:28:21.777+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:28:43.489+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"205b863b-4a18-493c-90e7-9fcb99d45d85","timestamp":"2023-03-15T15:28:43.388823Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:28:43.490+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:28:54.516+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dcfb7e57-bd5e-43fa-bc5e-481793c24aed","timestamp":"2023-03-15T15:28:54.419021Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:28:54.516+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:29:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c2c65cd8-e8db-48ae-a794-7f8801e6dcf4","timestamp":"2023-03-15T15:29:06.990724Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:29:07.111+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c2c65cd8-e8db-48ae-a794-7f8801e6dcf4","timestamp":"2023-03-15T15:29:06.990724Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:29:07.113+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:30:21.869+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"03bdc620-5532-468e-a706-1e3cb05e232c","timestamp":"2023-03-15T15:30:21.704353Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:30:21.872+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:30:43.436+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b9aeb1c8-b8bf-4350-afa9-ed85225ac306","timestamp":"2023-03-15T15:30:43.388569Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:30:43.437+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:30:54.579+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8047c8b7-d2c5-4e21-a652-ad93c8bdc1e8","timestamp":"2023-03-15T15:30:54.418678Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:30:54.579+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:31:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33ff45d8-81d7-44c7-94f0-fa464a766392","timestamp":"2023-03-15T15:31:06.991167Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:31:07.052+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33ff45d8-81d7-44c7-94f0-fa464a766392","timestamp":"2023-03-15T15:31:06.991167Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:31:07.053+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:32:21.763+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8c0eba1-7093-4b08-b77e-0a109094de42","timestamp":"2023-03-15T15:32:21.704200Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:32:21.766+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:32:43.542+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"07ef8309-43e3-4555-b07a-7465ddfbc2f4","timestamp":"2023-03-15T15:32:43.389692Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:32:43.543+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:32:54.483+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"795bb646-d7a9-4e33-b521-fba8910021ad","timestamp":"2023-03-15T15:32:54.422897Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:32:54.483+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:33:06.994+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"55a4ad38-c13d-4477-a378-8ede0a6d2e39","timestamp":"2023-03-15T15:33:06.992695Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:33:07.088+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"55a4ad38-c13d-4477-a378-8ede0a6d2e39","timestamp":"2023-03-15T15:33:06.992695Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:33:07.088+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:34:21.882+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"426870d2-df0b-4808-b61a-418c609f9550","timestamp":"2023-03-15T15:34:21.706971Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:34:21.883+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:34:43.481+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d7bca251-7136-49f8-a337-81c329da5a3a","timestamp":"2023-03-15T15:34:43.389754Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:34:43.482+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:34:54.490+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"df177210-8dc9-4612-89bb-06066e5bdca0","timestamp":"2023-03-15T15:34:54.421217Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:34:54.490+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:35:06.994+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"51ff6127-594a-48da-9559-4d2bac64d22a","timestamp":"2023-03-15T15:35:06.992985Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:35:07.046+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"51ff6127-594a-48da-9559-4d2bac64d22a","timestamp":"2023-03-15T15:35:06.992985Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:35:07.046+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:36:21.739+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"16b7a475-122b-4379-be1e-efa2bb873033","timestamp":"2023-03-15T15:36:21.703555Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:36:21.740+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:36:43.454+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"edd7cecb-71c0-425d-8ac2-65f711b861f1","timestamp":"2023-03-15T15:36:43.388829Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:36:43.455+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:36:54.480+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"720e1f27-1e1c-4d37-8800-ada2b8409a4c","timestamp":"2023-03-15T15:36:54.418677Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:36:54.481+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:37:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"501229a2-7146-4cf4-ae32-5a41bb16defb","timestamp":"2023-03-15T15:37:06.991275Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:37:06.996+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 1 disconnected.
[2023-03-15T15:37:07.082+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"501229a2-7146-4cf4-ae32-5a41bb16defb","timestamp":"2023-03-15T15:37:06.991275Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:37:07.083+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:38:21.892+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b63608e6-1210-4657-958c-8fcc9b261ea3","timestamp":"2023-03-15T15:38:21.704590Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:38:21.893+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:38:43.485+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"62a027a8-b735-48e4-8a56-1e1605c7052c","timestamp":"2023-03-15T15:38:43.391370Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:38:43.485+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:38:54.623+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b5bcaaef-880e-4436-ad37-940ad542e4bb","timestamp":"2023-03-15T15:38:54.419153Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:38:54.624+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:39:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"974ce78b-e122-4872-8d5d-f58e145ea86f","timestamp":"2023-03-15T15:39:06.990709Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:39:07.088+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"974ce78b-e122-4872-8d5d-f58e145ea86f","timestamp":"2023-03-15T15:39:06.990709Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:39:07.088+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:40:21.735+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0d2386c5-f73e-42f1-bdcd-5e1c2d70160e","timestamp":"2023-03-15T15:40:21.703043Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:40:21.735+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:40:43.430+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c1df1e4a-6af3-4fec-9a1d-de2f259cfd04","timestamp":"2023-03-15T15:40:43.390345Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:40:43.431+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:40:54.530+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ce84df71-e70b-4d6e-af5d-3acc45c56ca7","timestamp":"2023-03-15T15:40:54.418825Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:40:54.532+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:41:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"21b16971-8106-4660-aeeb-84800d9cb978","timestamp":"2023-03-15T15:41:06.990277Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:41:07.040+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"21b16971-8106-4660-aeeb-84800d9cb978","timestamp":"2023-03-15T15:41:06.990277Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:41:07.041+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:42:21.766+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6621de31-f57a-43a6-b691-8ff342fbee24","timestamp":"2023-03-15T15:42:21.703846Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:42:21.767+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:42:43.488+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"42922613-7a3d-42ca-a6b7-358bddcf0300","timestamp":"2023-03-15T15:42:43.388599Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:42:43.489+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:42:54.481+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3a7bd6e9-e273-4014-b9f1-5f6247aa99cc","timestamp":"2023-03-15T15:42:54.419756Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:42:54.482+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:43:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"21c40f30-cbe5-4f4e-860b-01a7606ec434","timestamp":"2023-03-15T15:43:06.990884Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:43:07.050+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"21c40f30-cbe5-4f4e-860b-01a7606ec434","timestamp":"2023-03-15T15:43:06.990884Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:43:07.050+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:44:21.804+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d09ca26b-ec49-4822-a1f8-156798ab85dc","timestamp":"2023-03-15T15:44:21.705360Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:44:21.806+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:44:43.460+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0de28f60-63d2-439c-a1c5-84a4f219a8b1","timestamp":"2023-03-15T15:44:43.391320Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:44:43.461+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:44:54.524+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c228e87e-0c5a-4d7f-834c-2a8bab2df756","timestamp":"2023-03-15T15:44:54.418949Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:44:54.525+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:45:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d596e9c0-4926-4c2a-9005-999d8f2dbb7a","timestamp":"2023-03-15T15:45:06.991039Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:45:07.078+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d596e9c0-4926-4c2a-9005-999d8f2dbb7a","timestamp":"2023-03-15T15:45:06.991039Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:45:07.079+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:46:21.764+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"38e2ad90-7c32-4468-ba37-cafe72470052","timestamp":"2023-03-15T15:46:21.703103Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:46:21.765+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:46:43.439+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"14998fa1-d83c-4449-afdb-83a01c83773d","timestamp":"2023-03-15T15:46:43.388904Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:46:43.439+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:46:54.633+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"327091ea-3a7a-4eae-bc95-1882b89ae394","timestamp":"2023-03-15T15:46:54.419504Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:46:54.634+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:47:06.995+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ed9485f4-68fe-4c6d-b735-45924c4b2888","timestamp":"2023-03-15T15:47:06.993368Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:47:07.154+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ed9485f4-68fe-4c6d-b735-45924c4b2888","timestamp":"2023-03-15T15:47:06.993368Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:47:07.154+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:48:21.789+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"95cee1ef-6160-421a-9824-906786d23294","timestamp":"2023-03-15T15:48:21.703561Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:48:21.795+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:48:43.470+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b124d27a-2d58-4e52-ac81-3cee73578446","timestamp":"2023-03-15T15:48:43.388701Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:48:43.471+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:48:54.566+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c0e7c02d-624e-458d-af2f-ac2651963a70","timestamp":"2023-03-15T15:48:54.423603Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:48:54.566+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:49:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a1900a19-7c83-4bed-b103-8345977949af","timestamp":"2023-03-15T15:49:06.991713Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:49:07.102+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a1900a19-7c83-4bed-b103-8345977949af","timestamp":"2023-03-15T15:49:06.991713Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:49:07.103+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:50:21.765+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae1d05c4-c9ca-4cfe-93ce-83e066f60554","timestamp":"2023-03-15T15:50:21.704045Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:50:21.767+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:50:43.458+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9749e419-5561-4093-b224-df0371e8c642","timestamp":"2023-03-15T15:50:43.389580Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:50:43.461+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:50:54.678+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a90ad5cf-9adb-4088-860f-730a3b62d9fe","timestamp":"2023-03-15T15:50:54.418954Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:50:54.680+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:51:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cc5c1add-4044-4281-b32f-2ee1352db4b6","timestamp":"2023-03-15T15:51:06.990558Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:51:07.065+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cc5c1add-4044-4281-b32f-2ee1352db4b6","timestamp":"2023-03-15T15:51:06.990558Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:51:07.066+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:52:21.751+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c84fef26-ffcb-4bcb-9d4e-eba0f3027ad7","timestamp":"2023-03-15T15:52:21.703661Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:52:21.752+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:52:43.433+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dc441fd2-92c1-4e95-8ab9-6de92ef7b4f9","timestamp":"2023-03-15T15:52:43.388523Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:52:43.433+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:52:54.534+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"31a67c3f-2738-4ef9-b376-942323d5592e","timestamp":"2023-03-15T15:52:54.419753Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:52:54.534+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:53:06.998+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"825c2243-bc95-48d1-b7f9-627a5d4caf62","timestamp":"2023-03-15T15:53:06.997990Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:53:07.087+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"825c2243-bc95-48d1-b7f9-627a5d4caf62","timestamp":"2023-03-15T15:53:06.997990Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:53:07.088+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:54:21.766+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"9717705c-3d33-418d-8407-291b5514d6ab","timestamp":"2023-03-15T15:54:21.703627Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:54:21.769+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:54:43.490+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f60b1c40-c219-491b-8eeb-9d9cdf1577a4","timestamp":"2023-03-15T15:54:43.388774Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:54:43.490+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:54:54.522+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ca88e216-4a86-4ad9-9237-919661d54048","timestamp":"2023-03-15T15:54:54.418935Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:54:54.522+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:55:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5683fae9-3e4e-40ce-9ccf-a85f48598bc2","timestamp":"2023-03-15T15:55:06.991160Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:55:07.054+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5683fae9-3e4e-40ce-9ccf-a85f48598bc2","timestamp":"2023-03-15T15:55:06.991160Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:55:07.054+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:56:21.767+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d4146a2b-772b-4a0a-aa59-353d4a173a14","timestamp":"2023-03-15T15:56:21.703745Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:56:21.768+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:56:37.128+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 1 disconnected.
[2023-03-15T15:56:43.497+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e558dcf5-826f-4579-9989-f7db24207e71","timestamp":"2023-03-15T15:56:43.389510Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:56:43.498+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:56:54.530+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cba3fb87-dded-48c1-a2d5-a68607324622","timestamp":"2023-03-15T15:56:54.426650Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:56:54.533+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:57:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a1c56a73-b75d-4aa2-b029-4b6cdf7d166d","timestamp":"2023-03-15T15:57:06.990765Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:57:07.117+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a1c56a73-b75d-4aa2-b029-4b6cdf7d166d","timestamp":"2023-03-15T15:57:06.990765Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:57:07.118+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:58:21.789+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"69bbb972-2c72-403a-905e-c8d0bf7431e1","timestamp":"2023-03-15T15:58:21.704544Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T15:58:21.790+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:58:43.444+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"621f5584-27b5-4652-90ea-6f59b89fdd5d","timestamp":"2023-03-15T15:58:43.389126Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T15:58:43.444+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:58:54.549+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c8c23b9c-bbae-4a76-b5be-233aa892f791","timestamp":"2023-03-15T15:58:54.419086Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T15:58:54.549+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T15:59:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7e86a03a-f3b2-4351-ab8d-711f34cbbc14","timestamp":"2023-03-15T15:59:06.990338Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:59:07.029+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7e86a03a-f3b2-4351-ab8d-711f34cbbc14","timestamp":"2023-03-15T15:59:06.990338Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T15:59:07.029+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:00:21.788+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"cc95994d-9a64-42af-b980-e6f79e73e9d5","timestamp":"2023-03-15T16:00:21.704226Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:00:21.789+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:00:43.452+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c4460b09-4077-4efb-8f2c-0ab83cecedc2","timestamp":"2023-03-15T16:00:43.389123Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:00:43.453+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:00:54.507+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"db1f73f3-c357-41ce-b445-8db3910c2210","timestamp":"2023-03-15T16:00:54.419455Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:00:54.508+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:01:06.996+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d61eb8ff-e707-494d-beba-fa3fd6afff72","timestamp":"2023-03-15T16:01:06.993546Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:01:07.227+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d61eb8ff-e707-494d-beba-fa3fd6afff72","timestamp":"2023-03-15T16:01:06.993546Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:01:07.227+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:02:21.782+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7e9f52a3-64c4-4775-b9a4-62e5fccbb946","timestamp":"2023-03-15T16:02:21.706995Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:02:21.790+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:02:43.554+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bfef1e6e-7723-41f5-9a60-f1354b3432ab","timestamp":"2023-03-15T16:02:43.389713Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:02:43.555+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:02:54.506+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0ed3d2a7-5967-47c9-bc74-e8911c82153e","timestamp":"2023-03-15T16:02:54.419031Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:02:54.507+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:03:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d55b0b84-ea7b-436d-9c27-76fe48a5e5d5","timestamp":"2023-03-15T16:03:06.991740Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:03:07.053+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d55b0b84-ea7b-436d-9c27-76fe48a5e5d5","timestamp":"2023-03-15T16:03:06.991740Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:03:07.054+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:04:21.799+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b0f27430-dcf8-4582-b5a7-88b0fc6be097","timestamp":"2023-03-15T16:04:21.703309Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:04:21.800+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:04:43.493+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c063f051-52e0-4826-b6ac-ca0e6d460341","timestamp":"2023-03-15T16:04:43.388837Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:04:43.493+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:04:54.484+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a5e33ad0-2fe6-43f6-ad00-539766761721","timestamp":"2023-03-15T16:04:54.419183Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:04:54.484+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:05:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"abcf5ad6-13eb-4235-a9f4-a515f04bd663","timestamp":"2023-03-15T16:05:06.990557Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:05:07.120+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"abcf5ad6-13eb-4235-a9f4-a515f04bd663","timestamp":"2023-03-15T16:05:06.990557Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:05:07.121+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:06:07.058+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 2 disconnected.
[2023-03-15T16:06:21.764+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6c41168f-062f-47ca-ad24-ec1ea81be752","timestamp":"2023-03-15T16:06:21.704281Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:06:21.766+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:06:43.479+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8ec955ed-9a54-41ef-a911-76d70508a446","timestamp":"2023-03-15T16:06:43.389195Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:06:43.479+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:06:54.517+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2b434639-b824-4287-b879-40be6c28687b","timestamp":"2023-03-15T16:06:54.418878Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:06:54.518+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:07:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0a5b3a85-6070-4024-92a8-d5ebc5362940","timestamp":"2023-03-15T16:07:06.991331Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:07:07.028+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0a5b3a85-6070-4024-92a8-d5ebc5362940","timestamp":"2023-03-15T16:07:06.991331Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:07:07.028+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:08:21.775+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6335ccb9-667d-494b-bcce-e4700d16324b","timestamp":"2023-03-15T16:08:21.704125Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:08:21.777+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:08:43.452+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"97bf8125-6c00-428b-844b-d671690b0c7c","timestamp":"2023-03-15T16:08:43.389750Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:08:43.452+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:08:54.495+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1133e83c-5eab-404d-bb81-523bbb3dccd8","timestamp":"2023-03-15T16:08:54.418682Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:08:54.496+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:09:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4bc84385-d2b7-40f2-964c-c5e0f510f6f8","timestamp":"2023-03-15T16:09:06.990697Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:09:07.152+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4bc84385-d2b7-40f2-964c-c5e0f510f6f8","timestamp":"2023-03-15T16:09:06.990697Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:09:07.152+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:10:21.775+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5bda8daa-fdfd-48f2-906c-3dbd50752bd7","timestamp":"2023-03-15T16:10:21.703691Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:10:21.776+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:10:43.429+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a9c1ed0d-93bd-4b03-ac8e-fc62b1a7cf74","timestamp":"2023-03-15T16:10:43.390454Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:10:43.430+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:10:54.546+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b8a8c7eb-f9b6-44f0-abae-7f65abc8e1af","timestamp":"2023-03-15T16:10:54.422162Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:10:54.546+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:11:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a5979833-4f2a-4508-b047-bebd6d0cdadc","timestamp":"2023-03-15T16:11:06.990361Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:11:07.038+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a5979833-4f2a-4508-b047-bebd6d0cdadc","timestamp":"2023-03-15T16:11:06.990361Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:11:07.039+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:12:21.755+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"679170c9-76d2-4917-99ab-4c20e1563421","timestamp":"2023-03-15T16:12:21.703700Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:12:21.757+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:12:43.439+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e3c5bc75-14b2-42dc-b6ea-38bc0a096a88","timestamp":"2023-03-15T16:12:43.388772Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:12:43.440+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:12:54.505+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f34c7f59-a0aa-47bd-a83e-c89f41e9c44b","timestamp":"2023-03-15T16:12:54.418703Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:12:54.506+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:13:06.996+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cee341bf-9a36-4ccd-94e4-bbf12815baba","timestamp":"2023-03-15T16:13:06.993655Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:13:07.057+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cee341bf-9a36-4ccd-94e4-bbf12815baba","timestamp":"2023-03-15T16:13:06.993655Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:13:07.058+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:14:21.844+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8609f58b-8503-406f-9951-ce85d78b80e0","timestamp":"2023-03-15T16:14:21.708286Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:14:21.845+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:14:43.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8327a07f-2de9-47a7-aa0d-0f06646515cf","timestamp":"2023-03-15T16:14:43.389418Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:14:43.439+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:14:54.595+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a748a31a-895a-4a12-a550-a1bb56f7902e","timestamp":"2023-03-15T16:14:54.418860Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:14:54.596+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:15:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9d493a48-74ca-4249-86e3-e7b07f0c8624","timestamp":"2023-03-15T16:15:06.990769Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:15:07.047+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9d493a48-74ca-4249-86e3-e7b07f0c8624","timestamp":"2023-03-15T16:15:06.990769Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:15:07.047+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:16:21.793+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"aaa1b538-6e5c-47e6-b87b-bb6ee36fc6be","timestamp":"2023-03-15T16:16:21.705545Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:16:21.796+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:16:43.440+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"753114a1-cf5d-4c4f-a328-7caed60015db","timestamp":"2023-03-15T16:16:43.388514Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:16:43.441+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:16:54.612+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0d3a843-19e7-4b45-b71e-93324924fd51","timestamp":"2023-03-15T16:16:54.420084Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:16:54.612+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:17:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4574c7ab-3454-4afa-b0c6-438ddcceb52d","timestamp":"2023-03-15T16:17:06.990434Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:17:07.054+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4574c7ab-3454-4afa-b0c6-438ddcceb52d","timestamp":"2023-03-15T16:17:06.990434Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:17:07.054+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:18:21.759+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8765b027-8338-487d-8619-be16760b0cd8","timestamp":"2023-03-15T16:18:21.703704Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:18:21.761+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:18:43.454+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a927586b-cc70-44db-8685-fb2814bf6339","timestamp":"2023-03-15T16:18:43.390832Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:18:43.458+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:18:54.468+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3476ba80-d90e-4bff-95c4-bfc4dce2ef05","timestamp":"2023-03-15T16:18:54.418687Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:18:54.469+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:19:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c0820a32-7206-4c81-8a6e-955277c7139c","timestamp":"2023-03-15T16:19:06.991400Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:19:07.034+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c0820a32-7206-4c81-8a6e-955277c7139c","timestamp":"2023-03-15T16:19:06.991400Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:19:07.035+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:20:21.793+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"4db64827-e187-4416-bbdd-b1762b20c2aa","timestamp":"2023-03-15T16:20:21.708047Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:20:21.794+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:20:43.495+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2b70deeb-cdbc-409c-88fe-8b980713e235","timestamp":"2023-03-15T16:20:43.389274Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:20:43.495+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:20:54.692+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fa6f799d-84e7-41e2-a242-5f2026a5696b","timestamp":"2023-03-15T16:20:54.421586Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:20:54.692+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:21:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee1ec9b8-8aa1-479e-be69-7c99d101a1e7","timestamp":"2023-03-15T16:21:06.990754Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:21:07.053+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee1ec9b8-8aa1-479e-be69-7c99d101a1e7","timestamp":"2023-03-15T16:21:06.990754Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:21:07.053+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:22:07.152+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 1 disconnected.
[2023-03-15T16:22:21.765+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"cdc55765-701d-40d3-8d2f-8f3d41f9eeb8","timestamp":"2023-03-15T16:22:21.703419Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:22:21.765+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:22:43.479+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d6cfe66f-2243-4776-aac9-7636efa48de2","timestamp":"2023-03-15T16:22:43.388801Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:22:43.479+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:22:54.515+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"edea23e8-4757-4775-b86d-0285bd2a1b57","timestamp":"2023-03-15T16:22:54.423349Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:22:54.516+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:23:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"09ee6eb0-7364-45a5-9d4a-eeec7befe59d","timestamp":"2023-03-15T16:23:06.991217Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:23:07.046+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"09ee6eb0-7364-45a5-9d4a-eeec7befe59d","timestamp":"2023-03-15T16:23:06.991217Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:23:07.047+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:24:21.776+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f614871c-2d78-4d2d-a7d1-7de66a4031e9","timestamp":"2023-03-15T16:24:21.705958Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:24:21.778+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:24:43.433+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"679bf8bf-bada-4e6e-bd0d-ebe5d25cb54e","timestamp":"2023-03-15T16:24:43.389608Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:24:43.436+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:24:54.648+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6b0f5a76-5a12-40d9-8397-5048005bb354","timestamp":"2023-03-15T16:24:54.418836Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:24:54.649+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:25:06.994+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"182c22ba-1cef-48a4-8ba3-343b13d69f87","timestamp":"2023-03-15T16:25:06.992532Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:25:07.121+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"182c22ba-1cef-48a4-8ba3-343b13d69f87","timestamp":"2023-03-15T16:25:06.992532Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:25:07.122+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:26:21.798+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1cbc4493-06fa-4040-97f6-7a13f5d40869","timestamp":"2023-03-15T16:26:21.704046Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:26:21.799+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:26:43.448+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"59fd166c-cb20-4cb9-b808-2285320ab336","timestamp":"2023-03-15T16:26:43.390888Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:26:43.449+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:26:54.494+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a899be4a-8f1c-4942-8ead-020d8ccc296e","timestamp":"2023-03-15T16:26:54.418923Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:26:54.494+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:27:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f7d26c4a-0bdb-4900-846f-c27cc76749ad","timestamp":"2023-03-15T16:27:06.990866Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:27:07.036+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f7d26c4a-0bdb-4900-846f-c27cc76749ad","timestamp":"2023-03-15T16:27:06.990866Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:27:07.036+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:28:21.754+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"35f555a8-52fd-4532-941d-b8a20f275dbf","timestamp":"2023-03-15T16:28:21.705614Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:28:21.755+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:28:43.441+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"05587885-1574-45f0-bb18-221da785355a","timestamp":"2023-03-15T16:28:43.388692Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:28:43.441+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:28:54.617+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"309f0df4-f8b3-468b-b5a8-cf88b29ddb00","timestamp":"2023-03-15T16:28:54.419720Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:28:54.617+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:29:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d352aba7-ac64-40c5-aac7-2ca2ebeb81fc","timestamp":"2023-03-15T16:29:06.990286Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:29:07.062+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d352aba7-ac64-40c5-aac7-2ca2ebeb81fc","timestamp":"2023-03-15T16:29:06.990286Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:29:07.062+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:30:21.748+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6ea22dc3-e28f-4dda-bb70-04a292864de1","timestamp":"2023-03-15T16:30:21.703891Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:30:21.751+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:30:43.429+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"61818f3a-1754-4b78-88ec-12bc78898b8d","timestamp":"2023-03-15T16:30:43.388784Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:30:43.430+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:30:54.498+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fdddaef1-3ad7-4094-bfdd-2c250d462a25","timestamp":"2023-03-15T16:30:54.422298Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:30:54.498+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:31:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c3be5e60-4851-446d-b453-0f024f8abcd0","timestamp":"2023-03-15T16:31:06.991507Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:31:07.055+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c3be5e60-4851-446d-b453-0f024f8abcd0","timestamp":"2023-03-15T16:31:06.991507Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:31:07.056+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:32:21.758+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2655ddc7-cc0e-4f30-bd21-2eb73a7f0b0e","timestamp":"2023-03-15T16:32:21.703369Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:32:21.759+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:32:43.435+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"73e7c154-90bf-4669-ab44-5111fc6da503","timestamp":"2023-03-15T16:32:43.389279Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:32:43.436+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:32:54.490+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"455505b6-a4b1-4b87-9aa3-536952543d11","timestamp":"2023-03-15T16:32:54.418583Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:32:54.490+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:33:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eb3476dc-5ccb-4248-8e8e-c8ebdccf3015","timestamp":"2023-03-15T16:33:06.990902Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:33:07.061+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eb3476dc-5ccb-4248-8e8e-c8ebdccf3015","timestamp":"2023-03-15T16:33:06.990902Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:33:07.061+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:34:07.099+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 1 disconnected.
[2023-03-15T16:34:21.844+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a3798b91-3b47-45d0-9991-1b2e0178fa4f","timestamp":"2023-03-15T16:34:21.703599Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:34:21.845+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:34:43.433+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4d5eaca1-4c0c-4dfe-aa6b-94d6d7306ec7","timestamp":"2023-03-15T16:34:43.388864Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:34:43.433+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:34:54.524+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"79e60ff5-7c82-496f-b04c-5ea80a6d663b","timestamp":"2023-03-15T16:34:54.419345Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:34:54.525+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:35:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b86b93ae-d76d-46e2-83de-7110e2180f20","timestamp":"2023-03-15T16:35:06.990310Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:35:07.073+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b86b93ae-d76d-46e2-83de-7110e2180f20","timestamp":"2023-03-15T16:35:06.990310Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:35:07.073+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:36:21.785+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"91b531e2-4a09-49b8-ba9e-bb9d85b615b9","timestamp":"2023-03-15T16:36:21.706161Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:36:21.787+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:36:43.484+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"12398dba-0cf3-4945-b976-09fdce317886","timestamp":"2023-03-15T16:36:43.388521Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:36:43.485+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:36:54.468+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e4a7a1a5-10c3-4195-9a03-b4171a78f56b","timestamp":"2023-03-15T16:36:54.424831Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:36:54.470+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:37:06.994+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4dfc123d-ee8d-4627-8d13-14f159fc7258","timestamp":"2023-03-15T16:37:06.992068Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:37:07.043+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4dfc123d-ee8d-4627-8d13-14f159fc7258","timestamp":"2023-03-15T16:37:06.992068Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:37:07.047+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:38:21.758+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"483a001a-a0c2-4302-b88a-6d601dcb0d0b","timestamp":"2023-03-15T16:38:21.704621Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:38:21.759+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:38:43.454+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"529ebb7a-c4a0-47ec-a929-dd1d54220642","timestamp":"2023-03-15T16:38:43.389179Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:38:43.459+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:38:54.466+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"376168e9-48c0-4aa2-a10c-a852f84e951b","timestamp":"2023-03-15T16:38:54.418776Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:38:54.467+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:39:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3c4636fc-5d0e-4daf-b51d-091e8bdaef74","timestamp":"2023-03-15T16:39:06.990894Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:39:07.084+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3c4636fc-5d0e-4daf-b51d-091e8bdaef74","timestamp":"2023-03-15T16:39:06.990894Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:39:07.085+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:40:21.828+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"fd7ec2ca-f0d4-4d97-b6ae-c46ca5a9f565","timestamp":"2023-03-15T16:40:21.704984Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:40:21.828+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:40:43.435+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3f9e8825-f6f8-40ad-b2e2-b8ed96086331","timestamp":"2023-03-15T16:40:43.388777Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:40:43.436+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:40:54.552+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8877ec96-d45b-46e7-acaa-952525a1cf72","timestamp":"2023-03-15T16:40:54.419711Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:40:54.553+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:41:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5ac35161-3703-44ee-acd2-e423412867f0","timestamp":"2023-03-15T16:41:06.990399Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:41:07.049+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5ac35161-3703-44ee-acd2-e423412867f0","timestamp":"2023-03-15T16:41:06.990399Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:41:07.049+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:42:21.771+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"55266a72-13b9-442e-8b4c-5e926bb6ffdd","timestamp":"2023-03-15T16:42:21.703434Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:42:21.771+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:42:43.442+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2538046c-cb59-40c7-b3e7-9f8ff207b0e7","timestamp":"2023-03-15T16:42:43.388778Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:42:43.443+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:42:54.462+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fa776fa6-2416-4bcf-988f-10e0c06a9d17","timestamp":"2023-03-15T16:42:54.419016Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:42:54.464+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:43:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5bfbb3ac-09b0-42c3-953f-b68c12f6b58a","timestamp":"2023-03-15T16:43:06.991379Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:43:07.102+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5bfbb3ac-09b0-42c3-953f-b68c12f6b58a","timestamp":"2023-03-15T16:43:06.991379Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:43:07.103+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:44:21.769+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"aac3a8ff-2b21-41b2-860b-bad982658bec","timestamp":"2023-03-15T16:44:21.704368Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:44:21.769+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:44:43.432+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1ce92325-3337-4e4e-a023-313f0f65bd96","timestamp":"2023-03-15T16:44:43.389668Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:44:43.433+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:44:54.473+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9879e78a-b796-4f9c-94a1-d0a4890ff617","timestamp":"2023-03-15T16:44:54.419045Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:44:54.476+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:45:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"de8b9292-a0b7-43a3-acce-50bfb2bb5941","timestamp":"2023-03-15T16:45:06.991131Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:45:07.114+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"de8b9292-a0b7-43a3-acce-50bfb2bb5941","timestamp":"2023-03-15T16:45:06.991131Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:45:07.114+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:46:21.800+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0f804d3f-3dc4-47ed-a03f-42efa5c561ac","timestamp":"2023-03-15T16:46:21.703408Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:46:21.802+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:46:43.438+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f6f6d686-1c8d-4559-81ed-71d81594e506","timestamp":"2023-03-15T16:46:43.388659Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:46:43.439+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:46:54.526+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7e409216-7e04-41fd-a59d-14b516928d6d","timestamp":"2023-03-15T16:46:54.419561Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:46:54.527+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:47:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9d3df768-e05f-4953-afe8-1e53871e7ea3","timestamp":"2023-03-15T16:47:06.991205Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:47:07.068+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9d3df768-e05f-4953-afe8-1e53871e7ea3","timestamp":"2023-03-15T16:47:06.991205Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:47:07.069+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:48:07.075+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 0 disconnected.
[2023-03-15T16:48:21.783+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0352a0ea-7c46-4edd-86a2-8a9811029c88","timestamp":"2023-03-15T16:48:21.706224Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:48:21.784+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:48:43.475+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5d7e8364-fec8-4445-8572-c367b5abd09c","timestamp":"2023-03-15T16:48:43.388856Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:48:43.476+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:48:54.468+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a65f4e5e-c7c1-4889-868c-851460c44a37","timestamp":"2023-03-15T16:48:54.420731Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:48:54.469+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:49:06.994+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8950b400-0053-4ae6-9999-df7224191467","timestamp":"2023-03-15T16:49:06.991160Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:49:07.059+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8950b400-0053-4ae6-9999-df7224191467","timestamp":"2023-03-15T16:49:06.991160Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:49:07.060+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:50:21.754+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"9074a97c-9088-4b79-b5c1-dc506a15217b","timestamp":"2023-03-15T16:50:21.709004Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:50:21.755+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:50:43.433+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c93458cc-efc5-4004-be2c-8ff3197b1cd3","timestamp":"2023-03-15T16:50:43.389263Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:50:43.434+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:50:54.492+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"56818c5f-75e2-4959-a8ff-dadbe8062f95","timestamp":"2023-03-15T16:50:54.424159Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:50:54.496+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:51:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a8284048-6d3b-4ca5-a4d7-80b603a9a385","timestamp":"2023-03-15T16:51:06.990890Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:51:07.178+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a8284048-6d3b-4ca5-a4d7-80b603a9a385","timestamp":"2023-03-15T16:51:06.990890Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:51:07.178+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:52:21.763+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e6002e4-ea2b-4f1d-b73f-3da8321a756c","timestamp":"2023-03-15T16:52:21.703175Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:52:21.764+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:52:43.452+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"470140a9-7ed7-4cad-a232-01e9613c392a","timestamp":"2023-03-15T16:52:43.388518Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:52:43.454+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:52:54.484+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2b7b0d6d-e5a5-4512-879f-dff353a4369a","timestamp":"2023-03-15T16:52:54.418998Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:52:54.487+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:53:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fb5fb3b0-b3ce-488c-bae7-3c2c20890d26","timestamp":"2023-03-15T16:53:06.991450Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:53:07.037+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fb5fb3b0-b3ce-488c-bae7-3c2c20890d26","timestamp":"2023-03-15T16:53:06.991450Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:53:07.038+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:54:21.756+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"cd4c03dd-38cc-4326-a280-ea1b97314c6b","timestamp":"2023-03-15T16:54:21.703549Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:54:21.757+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:54:43.489+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a664095d-a8b5-40a2-9218-abcce34ced4c","timestamp":"2023-03-15T16:54:43.388974Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:54:43.489+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:54:54.476+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b3b2e59e-14bd-4f81-a70f-6fab25ce8b58","timestamp":"2023-03-15T16:54:54.418789Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:54:54.476+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:55:06.994+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9dcba70c-3a2f-4b86-99e5-6fb15ddc60f5","timestamp":"2023-03-15T16:55:06.992225Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:55:07.078+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9dcba70c-3a2f-4b86-99e5-6fb15ddc60f5","timestamp":"2023-03-15T16:55:06.992225Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:55:07.078+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:56:21.785+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"27c443ac-46b9-41ad-948a-1f94a794d7d5","timestamp":"2023-03-15T16:56:21.705975Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:56:21.786+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:56:43.511+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d0fc6105-139a-4e1f-bed5-522a7cf75103","timestamp":"2023-03-15T16:56:43.389596Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:56:43.519+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:56:54.465+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1b5668e7-4f6b-405f-a65e-5087fac0063f","timestamp":"2023-03-15T16:56:54.418955Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:56:54.466+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:57:06.997+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ba21f683-ea8e-453e-9336-1e44c1050f3e","timestamp":"2023-03-15T16:57:06.990920Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:57:07.084+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ba21f683-ea8e-453e-9336-1e44c1050f3e","timestamp":"2023-03-15T16:57:06.990920Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:57:07.085+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:58:21.805+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ce6401fe-0a43-446e-ba64-cc18c3e42033","timestamp":"2023-03-15T16:58:21.703477Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T16:58:21.806+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:58:43.456+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b08afd65-1283-4440-aecc-f2f4c869f467","timestamp":"2023-03-15T16:58:43.388563Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T16:58:43.457+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:58:54.511+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4c71315c-3c91-4694-b320-1932b6e2b888","timestamp":"2023-03-15T16:58:54.420221Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T16:58:54.512+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T16:59:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8bc6b496-f63e-49e4-a726-567a585a9403","timestamp":"2023-03-15T16:59:06.990800Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:59:07.086+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8bc6b496-f63e-49e4-a726-567a585a9403","timestamp":"2023-03-15T16:59:06.990800Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T16:59:07.087+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:00:21.771+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3b3ea2dc-b9aa-4961-a356-6dd437d50a83","timestamp":"2023-03-15T17:00:21.703888Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:00:21.773+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:00:43.602+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ab2eebfe-bda9-4896-b0a5-4ea9b5e5d2fb","timestamp":"2023-03-15T17:00:43.388747Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:00:43.603+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:00:54.491+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ab915ab1-3562-4990-9597-3869e4e2e807","timestamp":"2023-03-15T17:00:54.418758Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:00:54.491+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:01:06.995+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"679ce1e9-d464-4d2a-86a8-4907dd653c24","timestamp":"2023-03-15T17:01:06.991688Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:01:07.078+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"679ce1e9-d464-4d2a-86a8-4907dd653c24","timestamp":"2023-03-15T17:01:06.991688Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:01:07.078+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:02:21.764+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"998392fb-2132-48f3-8dcb-e71896cf5f1a","timestamp":"2023-03-15T17:02:21.703886Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:02:21.765+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:02:43.460+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"49c9a160-4e25-4c59-8285-4908cda86fcb","timestamp":"2023-03-15T17:02:43.390556Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:02:43.461+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:02:54.510+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c33da30f-a542-4a86-9c32-8ef5d65aae39","timestamp":"2023-03-15T17:02:54.422486Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:02:54.510+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:03:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9ca80c60-101e-4b03-8aaf-fceb650aaa25","timestamp":"2023-03-15T17:03:06.990841Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:03:07.060+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9ca80c60-101e-4b03-8aaf-fceb650aaa25","timestamp":"2023-03-15T17:03:06.990841Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:03:07.060+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:04:21.775+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8c7c8eb-5baa-432a-a295-17271bfe9a8d","timestamp":"2023-03-15T17:04:21.703122Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:04:21.777+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:04:43.459+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"56432658-4cf4-4ed6-8350-be04a2a42512","timestamp":"2023-03-15T17:04:43.389639Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:04:43.460+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:04:54.478+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"99af1137-b13a-409c-9289-ff2e0d2cf57e","timestamp":"2023-03-15T17:04:54.420682Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:04:54.479+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:05:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"60bf3323-4af3-4c0f-9c00-530864acff44","timestamp":"2023-03-15T17:05:06.990603Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:05:07.070+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"60bf3323-4af3-4c0f-9c00-530864acff44","timestamp":"2023-03-15T17:05:06.990603Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:05:07.070+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:06:21.780+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f1c93415-b4b5-4f27-b688-10378ec2a5b4","timestamp":"2023-03-15T17:06:21.703721Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:06:21.784+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:06:43.567+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"86952b1e-5655-4ecf-bd76-eb4a9c056308","timestamp":"2023-03-15T17:06:43.389243Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:06:43.568+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:06:54.487+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f04b0068-af3d-451e-95ef-504e4043f0b5","timestamp":"2023-03-15T17:06:54.420780Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:06:54.488+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:07:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"79d8d419-a356-45c0-a845-98dbfbd75e85","timestamp":"2023-03-15T17:07:06.991479Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:07:07.082+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"79d8d419-a356-45c0-a845-98dbfbd75e85","timestamp":"2023-03-15T17:07:06.991479Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:07:07.098+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:08:21.768+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b54d082d-11bb-4b26-bb05-9c1fbcd92398","timestamp":"2023-03-15T17:08:21.704055Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:08:21.769+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:08:43.453+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c9fb38ba-5e97-48e5-8601-557cc8405325","timestamp":"2023-03-15T17:08:43.394261Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:08:43.453+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:08:54.466+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"11fb75c2-a6a4-4de1-9707-7320b33e55fc","timestamp":"2023-03-15T17:08:54.419378Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:08:54.467+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:09:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e9ff4bf7-18b9-4324-aa3b-826d9360902f","timestamp":"2023-03-15T17:09:06.990720Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:09:07.031+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e9ff4bf7-18b9-4324-aa3b-826d9360902f","timestamp":"2023-03-15T17:09:06.990720Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:09:07.031+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:10:07.062+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 1 disconnected.
[2023-03-15T17:10:21.767+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c34031e3-49cb-45a5-a4b9-47b71728098e","timestamp":"2023-03-15T17:10:21.703181Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:10:21.768+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:10:43.429+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"49e3e73b-d1a9-427f-a022-0cece6004fc8","timestamp":"2023-03-15T17:10:43.388616Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:10:43.429+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:10:54.530+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3f204815-0b6a-44e0-acb1-7532ef8b84e0","timestamp":"2023-03-15T17:10:54.418929Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:10:54.530+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:11:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1abe0ad1-f8c6-46fb-b587-0b488014bbcb","timestamp":"2023-03-15T17:11:06.990476Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:11:07.137+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1abe0ad1-f8c6-46fb-b587-0b488014bbcb","timestamp":"2023-03-15T17:11:06.990476Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:11:07.138+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:12:21.847+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a7b41624-0717-476a-bf73-5e846473f1eb","timestamp":"2023-03-15T17:12:21.703341Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:12:21.850+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:12:43.554+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2f8ea316-6282-4d28-a111-e4a4d7d0f9e0","timestamp":"2023-03-15T17:12:43.388849Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:12:43.555+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:12:54.487+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d0561780-0490-402e-992a-81c1a0fc6f69","timestamp":"2023-03-15T17:12:54.418712Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:12:54.488+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:13:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"23840c69-dd78-4c89-a10f-3398057b4ffc","timestamp":"2023-03-15T17:13:06.991207Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:13:07.041+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"23840c69-dd78-4c89-a10f-3398057b4ffc","timestamp":"2023-03-15T17:13:06.991207Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:13:07.041+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:14:21.770+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e6a88dec-c1c9-461f-8ec0-8fd245930191","timestamp":"2023-03-15T17:14:21.703974Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:14:21.771+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:14:43.435+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"56d91923-c9c8-40ba-a62d-a5b3f48d2d62","timestamp":"2023-03-15T17:14:43.390885Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:14:43.436+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:14:54.662+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a50cf7df-2fd1-435e-886f-accb12135cdc","timestamp":"2023-03-15T17:14:54.419784Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:14:54.662+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:15:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7a349baa-e450-4a80-b34b-775afd48d5ec","timestamp":"2023-03-15T17:15:06.991005Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:15:07.039+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7a349baa-e450-4a80-b34b-775afd48d5ec","timestamp":"2023-03-15T17:15:06.991005Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:15:07.039+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:16:07.139+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 0 disconnected.
[2023-03-15T17:16:21.766+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"aea9ae81-47a3-4004-b1ba-4e1fc4dcc968","timestamp":"2023-03-15T17:16:21.709142Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:16:21.766+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:16:43.447+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fd924466-d7ce-4bc6-a56c-75aefbb4c56a","timestamp":"2023-03-15T17:16:43.388761Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:16:43.448+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:16:54.504+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc7e3576-a2dd-4d7b-ac75-18f17f7b8622","timestamp":"2023-03-15T17:16:54.423909Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:16:54.506+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:17:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"03413de6-ff8d-4ef9-9a8b-7e1d756f2d5d","timestamp":"2023-03-15T17:17:06.990628Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:17:07.050+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"03413de6-ff8d-4ef9-9a8b-7e1d756f2d5d","timestamp":"2023-03-15T17:17:06.990628Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:17:07.050+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:18:21.758+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f1b673e0-95c6-4793-b015-5579bb091f4e","timestamp":"2023-03-15T17:18:21.703452Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:18:21.759+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:18:43.470+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9abdb7bc-1606-43aa-8c6e-baf322ac35fe","timestamp":"2023-03-15T17:18:43.388742Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:18:43.470+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:18:54.486+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"037d38bc-b9d3-4a8c-9aba-bd64bfcf4eb4","timestamp":"2023-03-15T17:18:54.422547Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:18:54.487+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:19:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"87290309-110f-4ce5-9c43-0cd5a4c6df5b","timestamp":"2023-03-15T17:19:06.991535Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:19:07.038+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"87290309-110f-4ce5-9c43-0cd5a4c6df5b","timestamp":"2023-03-15T17:19:06.991535Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:19:07.038+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:20:21.794+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"965b492d-f064-4490-94fd-f7e36cd22b03","timestamp":"2023-03-15T17:20:21.704195Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:20:21.795+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:20:43.510+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6e4f3ec8-2868-4b97-8276-a948e8178407","timestamp":"2023-03-15T17:20:43.390023Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:20:43.511+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:20:54.782+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1f382328-caad-4f8e-8531-b8f003479019","timestamp":"2023-03-15T17:20:54.419250Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:20:54.783+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:21:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33b2b325-c950-4a13-a34a-08d2198b1440","timestamp":"2023-03-15T17:21:06.990486Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:21:07.072+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33b2b325-c950-4a13-a34a-08d2198b1440","timestamp":"2023-03-15T17:21:06.990486Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:21:07.072+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:22:21.866+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2ab20adf-2812-4134-8065-60d6ebd71f61","timestamp":"2023-03-15T17:22:21.703027Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:22:21.867+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:22:43.466+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a883a0d9-d4d3-4682-ad3d-55d1bc39d6c5","timestamp":"2023-03-15T17:22:43.389653Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:22:43.466+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:22:54.486+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9a701b89-2192-40fe-8846-e26deb11c7cf","timestamp":"2023-03-15T17:22:54.419137Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:22:54.487+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:23:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b761ff96-28fc-4a5b-8562-c426b7745e80","timestamp":"2023-03-15T17:23:06.990726Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:23:07.030+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b761ff96-28fc-4a5b-8562-c426b7745e80","timestamp":"2023-03-15T17:23:06.990726Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:23:07.031+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:24:21.761+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d2722148-2f56-458b-b94d-6d00dcd32eaa","timestamp":"2023-03-15T17:24:21.703621Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:24:21.762+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:24:43.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4cca4da7-cd64-4696-99eb-30ed575aca80","timestamp":"2023-03-15T17:24:43.390767Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:24:43.440+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:24:54.486+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c84710dc-9e15-4bb5-ae83-31a6cd1c02d4","timestamp":"2023-03-15T17:24:54.420517Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:24:54.486+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:25:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c72a2b97-b109-468f-b6ea-429ac4b78325","timestamp":"2023-03-15T17:25:06.991022Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:25:07.049+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c72a2b97-b109-468f-b6ea-429ac4b78325","timestamp":"2023-03-15T17:25:06.991022Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:25:07.049+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:26:21.873+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e9f4c5e6-9b1d-4f21-9237-847f88274df0","timestamp":"2023-03-15T17:26:21.705013Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:26:21.874+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:26:43.500+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a76979c8-f331-41a8-8eb4-59a9f4676779","timestamp":"2023-03-15T17:26:43.391875Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:26:43.501+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:26:54.494+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1b228f3a-a636-41f2-b381-28ef7d81c90f","timestamp":"2023-03-15T17:26:54.420155Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:26:54.496+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:27:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cf03b169-a053-462e-9399-c055a67a2618","timestamp":"2023-03-15T17:27:06.990629Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:27:07.052+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cf03b169-a053-462e-9399-c055a67a2618","timestamp":"2023-03-15T17:27:06.990629Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:27:07.052+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:28:21.775+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"64af2d0f-4e5d-45b7-ab97-b1e849e067ba","timestamp":"2023-03-15T17:28:21.703349Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:28:21.776+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:28:43.443+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c84c83f0-3573-410a-b4ca-59980986bba1","timestamp":"2023-03-15T17:28:43.388701Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:28:43.443+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:28:54.457+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c32df9fe-98e9-416d-b17a-01840bf02ce5","timestamp":"2023-03-15T17:28:54.418712Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:28:54.457+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:29:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1aae8c0f-fe68-487e-be9d-26102c708ddc","timestamp":"2023-03-15T17:29:06.990493Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:29:07.051+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1aae8c0f-fe68-487e-be9d-26102c708ddc","timestamp":"2023-03-15T17:29:06.990493Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:29:07.052+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:30:21.760+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"55cab0a2-dc8f-4ba8-b317-824d6a03ae83","timestamp":"2023-03-15T17:30:21.705379Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:30:21.760+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:30:43.447+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7f3d35f7-8677-4dec-b0bc-221c1dd3d348","timestamp":"2023-03-15T17:30:43.388531Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:30:43.448+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:30:54.466+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"48d7009e-9847-44c4-91b3-e2617d8cbda5","timestamp":"2023-03-15T17:30:54.418566Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:30:54.467+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:31:06.993+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"169fd098-2118-4ab3-9619-4e9ba9ecf327","timestamp":"2023-03-15T17:31:06.991283Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:31:07.072+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"169fd098-2118-4ab3-9619-4e9ba9ecf327","timestamp":"2023-03-15T17:31:06.991283Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:31:07.073+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:32:21.820+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a39fed83-566f-4b03-a6a3-2ecb422303ff","timestamp":"2023-03-15T17:32:21.706979Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:32:21.821+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:32:43.433+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6bf5478b-6466-472d-aa77-09db1797f069","timestamp":"2023-03-15T17:32:43.389335Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:32:43.433+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:32:54.460+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0e93a94f-f139-4b7d-8fb3-826865d51a4a","timestamp":"2023-03-15T17:32:54.418707Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:32:54.461+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:33:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"69bb9143-39c6-4908-9bdf-16c74fde439b","timestamp":"2023-03-15T17:33:06.991113Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:33:07.053+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"69bb9143-39c6-4908-9bdf-16c74fde439b","timestamp":"2023-03-15T17:33:06.991113Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:33:07.054+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:34:21.743+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"32e1873a-03e7-4dbc-8652-3f7a44995a24","timestamp":"2023-03-15T17:34:21.703294Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:34:21.743+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:34:43.527+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"829b6503-2db6-4476-a212-74e997d3b1f9","timestamp":"2023-03-15T17:34:43.390200Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:34:43.529+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:34:54.473+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b69a01e7-75fc-475c-8fd8-37a9e329ad04","timestamp":"2023-03-15T17:34:54.419022Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:34:54.473+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:35:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"70ce0440-ba27-4b8f-a3e3-cc7d6cf337dc","timestamp":"2023-03-15T17:35:06.990493Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:35:07.146+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"70ce0440-ba27-4b8f-a3e3-cc7d6cf337dc","timestamp":"2023-03-15T17:35:06.990493Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:35:07.146+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:36:21.754+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b72c4bf6-78e2-4135-8d38-587eaf3e6e45","timestamp":"2023-03-15T17:36:21.703479Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:36:21.755+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:36:43.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c1f87bd2-5596-4280-b4e1-7f7036ef610a","timestamp":"2023-03-15T17:36:43.388661Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:36:43.438+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:36:54.491+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7c6fa072-6a4d-4bb2-96b3-6ba7c75e267f","timestamp":"2023-03-15T17:36:54.418874Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:36:54.491+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:37:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0698b36f-ab6d-4ac1-822e-f0e3ce3eb2fd","timestamp":"2023-03-15T17:37:06.990982Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:37:07.059+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0698b36f-ab6d-4ac1-822e-f0e3ce3eb2fd","timestamp":"2023-03-15T17:37:06.990982Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:37:07.059+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:38:21.778+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"86ee7b29-a327-4155-8180-966ec6cd2513","timestamp":"2023-03-15T17:38:21.703866Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:38:21.778+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:38:43.453+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6039f226-8164-4ea0-b320-8d4021f19719","timestamp":"2023-03-15T17:38:43.389441Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:38:43.454+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:38:54.511+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4769ba26-ba1a-4348-9276-00b277cc8333","timestamp":"2023-03-15T17:38:54.419949Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:38:54.512+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:39:06.994+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1355255b-ef87-462a-9019-e151250c1b10","timestamp":"2023-03-15T17:39:06.990925Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:39:07.039+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1355255b-ef87-462a-9019-e151250c1b10","timestamp":"2023-03-15T17:39:06.990925Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:39:07.040+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:40:21.740+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae8d9332-7d5f-4d7f-b38f-813811cdbbf8","timestamp":"2023-03-15T17:40:21.703087Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:40:21.742+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:40:37.115+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 2 disconnected.
[2023-03-15T17:40:43.519+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"617b94b6-61e9-4a63-8d86-bba27c51c724","timestamp":"2023-03-15T17:40:43.388530Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:40:43.520+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:40:54.592+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"802532cf-7355-42cc-922d-d157d2786ed0","timestamp":"2023-03-15T17:40:54.422750Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:40:54.593+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:41:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"164992ae-b26f-44f2-93f5-09ab474dbdf7","timestamp":"2023-03-15T17:41:06.990429Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:41:07.053+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"164992ae-b26f-44f2-93f5-09ab474dbdf7","timestamp":"2023-03-15T17:41:06.990429Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:41:07.053+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:42:21.770+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"19107787-f96f-425d-a597-7640a01b851e","timestamp":"2023-03-15T17:42:21.705562Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:42:21.772+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:42:43.431+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0a37154e-8a58-4ac9-b9d2-620a4d89734b","timestamp":"2023-03-15T17:42:43.388824Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:42:43.431+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:42:54.541+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"54f95a12-726d-49a2-853b-3c6318cf23fb","timestamp":"2023-03-15T17:42:54.418729Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:42:54.542+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:43:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e85d4a93-9b77-4928-93bc-ba33122b50a2","timestamp":"2023-03-15T17:43:06.991045Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:43:07.037+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e85d4a93-9b77-4928-93bc-ba33122b50a2","timestamp":"2023-03-15T17:43:06.991045Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:43:07.037+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:44:21.754+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"4b560ae2-d518-4bb1-9aaa-0d4b602f44f2","timestamp":"2023-03-15T17:44:21.703683Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:44:21.755+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:44:43.456+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7836894d-b0e8-4ae0-8aaa-154d336ea977","timestamp":"2023-03-15T17:44:43.390178Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:44:43.456+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:44:54.493+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0eb8330d-f528-4654-b998-71a15eb63067","timestamp":"2023-03-15T17:44:54.418804Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:44:54.493+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:45:06.992+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6f8cff00-b167-4755-8f89-c9be5e239193","timestamp":"2023-03-15T17:45:06.990584Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:45:07.161+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6f8cff00-b167-4755-8f89-c9be5e239193","timestamp":"2023-03-15T17:45:06.990584Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:45:07.162+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:46:21.763+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b94b3d68-3d7c-408e-931e-b496a1bdd5c1","timestamp":"2023-03-15T17:46:21.703406Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:46:21.764+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:46:43.437+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f817b4c4-76d8-4ca0-9e2c-513487bd2567","timestamp":"2023-03-15T17:46:43.388486Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:46:43.437+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:46:54.496+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"63764fa9-96ab-4854-97a2-4b8c260dc1f4","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9cc4a9bd-d913-4193-b084-0d8d4911f2c4","timestamp":"2023-03-15T17:46:54.419222Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-15T17:46:54.496+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:47:06.991+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"04e7f517-a35e-4f82-b86d-bdce21a34536","timestamp":"2023-03-15T17:47:06.990565Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:47:07.073+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a4adef74-e0d2-49e1-9342-554d9d9cceb5","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"04e7f517-a35e-4f82-b86d-bdce21a34536","timestamp":"2023-03-15T17:47:06.990565Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-15T17:47:07.073+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:48:21.756+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7d7355d0-4658-4eca-9849-b45e0aa5bcb8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3cf72c19-c2a8-4e5c-b89a-9ed6b7494f67","timestamp":"2023-03-15T17:48:21.703439Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-15T17:48:21.757+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-15T17:48:43.438+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"33e08651-5417-4f70-b6ae-aa0286a7387e","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"111f868f-5a6b-4df3-952a-edf258db5795","timestamp":"2023-03-15T17:48:43.389093Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-15T17:48:43.438+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS