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-29T23:03:59.780+00:00|INFO|PolicyParticipantApplication|main] Starting PolicyParticipantApplication using Java 11.0.18 on onap-policy-clamp-ac-pf-ppnt-646db854d8-bn297 with PID 7 (/app/app.jar started by policy in /opt/app/policy/clamp/bin)
[2023-03-29T23:03:59.784+00:00|INFO|PolicyParticipantApplication|main] No active profile set, falling back to 1 default profile: "default"
[2023-03-29T23:04:09.603+00:00|INFO|TomcatWebServer|main] Tomcat initialized with port(s): 8085 (http)
[2023-03-29T23:04:09.659+00:00|INFO|Http11NioProtocol|main] Initializing ProtocolHandler ["http-nio-8085"]
[2023-03-29T23:04:09.659+00:00|INFO|StandardService|main] Starting service [Tomcat]
[2023-03-29T23:04:09.660+00:00|INFO|StandardEngine|main] Starting Servlet engine: [Apache Tomcat/9.0.71]
[2023-03-29T23:04:09.890+00:00|INFO|[/onap/policyparticipant]|main] Initializing Spring embedded WebApplicationContext
[2023-03-29T23:04:09.890+00:00|INFO|ServletWebServerApplicationContext|main] Root WebApplicationContext: initialization completed in 9841 ms
[2023-03-29T23:04:12.872+00:00|INFO|Version|main] HV000001: Hibernate Validator 6.2.5.Final
[2023-03-29T23:04:16.445+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-29T23:04:16.845+00:00|INFO|AbstractLogin|main] Successfully logged in.
[2023-03-29T23:04:17.066+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-03-29T23:04:17.070+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-03-29T23:04:17.070+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1680131057060
[2023-03-29T23:04:17.077+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-29T23:04:18.175+00:00|INFO|DefaultSecurityFilterChain|main] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@36bf84e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1a0b5323, org.springframework.security.web.context.SecurityContextPersistenceFilter@73010765, org.springframework.security.web.header.HeaderWriterFilter@468dda3e, org.springframework.security.web.authentication.logout.LogoutFilter@35eb4a3b, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@3a22bad6, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@52169758, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@459b187a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@25b52284, org.springframework.security.web.session.SessionManagementFilter@1729ec00, org.springframework.security.web.access.ExceptionTranslationFilter@14b0e127, org.springframework.security.web.access.intercept.AuthorizationFilter@71d9cb05]
[2023-03-29T23:04:28.279+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path '/actuator'
[2023-03-29T23:04:28.383+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["http-nio-8085"]
[2023-03-29T23:04:28.475+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 8085 (http) with context path '/onap/policyparticipant'
[2023-03-29T23:04:28.548+00:00|INFO|ServiceManager|main] service manager starting
[2023-03-29T23:04:28.548+00:00|INFO|ServiceManager|main] service manager starting Topic endpoint management
[2023-03-29T23:04:28.559+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=d30aa532-3252-4ce9-beaf-8b0736023e5d, consumerInstance=onap-policy-clamp-ac-pf-ppnt-646db854d8-bn297, 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-29T23:04:28.744+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-29T23:04:28.754+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-03-29T23:04:28.754+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-03-29T23:04:28.755+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1680131068754
[2023-03-29T23:04:28.755+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-29T23:04:28.756+00:00|INFO|InlineBusTopicSink|main] InlineKafkaTopicSink [getTopicCommInfrastructure()=KAFKA, toString()=InlineBusTopicSink [partitionId=1048cdfb-03b1-460b-8f58-37542d3ad4dd, alive=false, publisher=null]]: starting
[2023-03-29T23:04:28.875+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-29T23:04:28.955+00:00|INFO|KafkaProducer|main] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Instantiated an idempotent producer.
[2023-03-29T23:04:29.070+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-03-29T23:04:29.070+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-03-29T23:04:29.070+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1680131069070
[2023-03-29T23:04:29.072+00:00|INFO|InlineKafkaTopicSink|main] InlineKafkaTopicSink [getTopicCommInfrastructure()=KAFKA, toString()=InlineBusTopicSink [partitionId=1048cdfb-03b1-460b-8f58-37542d3ad4dd, alive=false, publisher=KafkaPublisherWrapper []]]: KAFKA SINK created
[2023-03-29T23:04:29.072+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantMessagePublisher$$EnhancerBySpringCGLIB$$11ff449
[2023-03-29T23:04:29.164+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantPrimeListener
[2023-03-29T23:04:29.165+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantRegisterAckListener
[2023-03-29T23:04:29.165+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantStatusReqListener
[2023-03-29T23:04:29.166+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionStateChangeListener
[2023-03-29T23:04:29.166+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionDeployListener
[2023-03-29T23:04:29.166+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantDeregisterAckListener
[2023-03-29T23:04:29.166+00:00|INFO|ServiceManager|main] service manager starting Topic Message Dispatcher
[2023-03-29T23:04:29.166+00:00|INFO|TopicBase|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=d30aa532-3252-4ce9-beaf-8b0736023e5d, consumerInstance=onap-policy-clamp-ac-pf-ppnt-646db854d8-bn297, 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@46dcbeab
[2023-03-29T23:04:29.166+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=d30aa532-3252-4ce9-beaf-8b0736023e5d, consumerInstance=onap-policy-clamp-ac-pf-ppnt-646db854d8-bn297, 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-29T23:04:29.166+00:00|INFO|ServiceManager|main] service manager started
[2023-03-29T23:04:29.275+00:00|INFO|OrderedServiceImpl|main] ***** OrderedServiceImpl implementers:
 []
[2023-03-29T23:04:29.278+00:00|INFO|network|main] [OUT|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"42a62062-3529-42d3-a3aa-b17e15f8b5cd","timestamp":"2023-03-29T23:04:29.175179Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:04:31.050+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 C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:04:31.050+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 C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:04:31.053+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 C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:04:31.053+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 C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:04:31.053+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 C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:04:31.053+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 C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:04:31.053+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 C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:04:31.054+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 C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:04:31.055+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 C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:04:31.056+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 C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:04:31.056+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: wjJI1amQRcCidGW_jtcIMg
[2023-03-29T23:04:31.057+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 C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:04:31.057+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 C5zlyjvUQ0S5G92ZnzTmxg
[2023-03-29T23:04:31.058+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-29T23:04:31.059+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: wjJI1amQRcCidGW_jtcIMg
[2023-03-29T23:04:31.061+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 1001 with epoch 0
[2023-03-29T23:04:31.088+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-29T23:04:31.356+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-5dd81910-91ff-47f9-9105-c86df3149f6d
[2023-03-29T23:04:31.359+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-29T23:04:31.360+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-29T23:04:31.510+00:00|INFO|ParticipantMessagePublisher|main] Sent Participant Register message to CLAMP - ParticipantRegister(super=ParticipantMessage(messageType=PARTICIPANT_REGISTER, messageId=42a62062-3529-42d3-a3aa-b17e15f8b5cd, timestamp=2023-03-29T23:04:29.175179Z, participantId=101c62b3-8918-41b9-a747-d21eb79c6c03, automationCompositionId=null, compositionId=null), participantSupportedElementType=[ParticipantSupportedElementType(id=fd46905c-78d2-4f8b-bbf8-f418dcfc36a4, typeName=org.onap.policy.clamp.acm.PolicyAutomationCompositionElement, typeVersion=1.0.0)])
[2023-03-29T23:04:31.562+00:00|INFO|PolicyParticipantApplication|main] Started PolicyParticipantApplication in 35.279 seconds (JVM running for 37.955)
[2023-03-29T23:04:34.369+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=1, memberId='consumer-policy-clamp-ac-pf-ppnt-2-5dd81910-91ff-47f9-9105-c86df3149f6d', protocol='range'}
[2023-03-29T23:04:34.374+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 1: {consumer-policy-clamp-ac-pf-ppnt-2-5dd81910-91ff-47f9-9105-c86df3149f6d=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-29T23:04:34.417+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=1, memberId='consumer-policy-clamp-ac-pf-ppnt-2-5dd81910-91ff-47f9-9105-c86df3149f6d', protocol='range'}
[2023-03-29T23:04:34.418+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-29T23:04:34.423+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-29T23:04:34.452+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] Found no committed offset for partition policy.clamp-runtime-acm-4
[2023-03-29T23:04:34.452+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] Found no committed offset for partition policy.clamp-runtime-acm-5
[2023-03-29T23:04:34.452+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] Found no committed offset for partition policy.clamp-runtime-acm-2
[2023-03-29T23:04:34.453+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] Found no committed offset for partition policy.clamp-runtime-acm-3
[2023-03-29T23:04:34.453+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] Found no committed offset for partition policy.clamp-runtime-acm-0
[2023-03-29T23:04:34.453+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] Found no committed offset for partition policy.clamp-runtime-acm-1
[2023-03-29T23:04:34.672+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting offset for partition policy.clamp-runtime-acm-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2023-03-29T23:04:34.673+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting offset for partition policy.clamp-runtime-acm-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2023-03-29T23:04:34.682+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting offset for partition policy.clamp-runtime-acm-3 to position FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2023-03-29T23:04:34.683+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting offset for partition policy.clamp-runtime-acm-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2023-03-29T23:04:34.689+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting offset for partition policy.clamp-runtime-acm-4 to position FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2023-03-29T23:04:34.689+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting offset for partition policy.clamp-runtime-acm-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2023-03-29T23:04:44.628+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"02552fe0-6768-4300-8d83-ccc842711ce0","timestamp":"2023-03-29T23:04:42.047804Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:04:44.642+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_REGISTER
[2023-03-29T23:04:49.757+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"84320ee3-b051-4961-a375-31e70642d0ba","timestamp":"2023-03-29T23:04:46.635389Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:04:49.757+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_REGISTER
[2023-03-29T23:04:52.552+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_REGISTER","messageId":"5d2cf0c5-fedb-4665-acc8-81eed2aa2abb","timestamp":"2023-03-29T23:04:50.206599Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:04:52.552+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_REGISTER
[2023-03-29T23:06:16.176+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad293192-f2ac-4ee3-9a0a-9a5dd6d422bf","timestamp":"2023-03-29T23:06:16.151183Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:06:16.273+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad293192-f2ac-4ee3-9a0a-9a5dd6d422bf","timestamp":"2023-03-29T23:06:16.151183Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:06:16.274+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:06:18.093+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1b22ff84-72e2-4ef1-a6cb-90bbfa93ae3d","timestamp":"2023-03-29T23:06:18.208098Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:06:18.094+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:06:27.288+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f4cd7f8a-6848-4797-8dff-536e58ac13e3","timestamp":"2023-03-29T23:06:27.240971Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:06:27.288+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:06:31.807+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"59520e6f-b098-4470-bbc2-89b0681c79e5","timestamp":"2023-03-29T23:06:31.534402Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:06:31.808+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:06:35.918+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"25d0cec6-0d1c-4aba-a402-8141d6eda1b7","timestamp":"2023-03-29T23:06:36.297347Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:06:35.919+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:08:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ed0c8748-8aed-405b-ad57-e26748e31319","timestamp":"2023-03-29T23:08:16.148822Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:08:16.249+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ed0c8748-8aed-405b-ad57-e26748e31319","timestamp":"2023-03-29T23:08:16.148822Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:08:16.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:08:18.049+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"22fc707f-ab9c-4539-987e-f6004f874540","timestamp":"2023-03-29T23:08:18.207222Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:08:18.050+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:08:27.204+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"07630b22-d039-4f82-a9e5-71412eeed0cc","timestamp":"2023-03-29T23:08:27.240698Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:08:27.204+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:08:31.835+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b330fec7-a009-4f65-9d4b-afafb07fb177","timestamp":"2023-03-29T23:08:31.533261Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:08:31.835+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:08:35.874+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"93fae3d8-09d8-48aa-a0d1-d99da0db39b6","timestamp":"2023-03-29T23:08:36.296790Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:08:35.874+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:10:16.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5dbfe860-990a-48ec-9ae0-53901fc7ce1c","timestamp":"2023-03-29T23:10:16.150308Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:10:16.199+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5dbfe860-990a-48ec-9ae0-53901fc7ce1c","timestamp":"2023-03-29T23:10:16.150308Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:10:16.199+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:10:17.987+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cef63a3f-e10a-47d1-87e6-5081e68bf4fe","timestamp":"2023-03-29T23:10:18.207146Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:10:17.988+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:10:27.209+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9c583062-f315-48f2-8afa-6fa794aa3c0d","timestamp":"2023-03-29T23:10:27.240676Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:10:27.209+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:10:31.821+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1bd550ce-d1f7-487d-9520-844a26ed8e70","timestamp":"2023-03-29T23:10:31.533111Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:10:31.822+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:10:35.875+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ac5e21df-f0ce-4d4b-bb3b-900ead037a8b","timestamp":"2023-03-29T23:10:36.296563Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:10:35.875+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:12:16.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"44789e17-49cc-4627-967c-2356f687ddbb","timestamp":"2023-03-29T23:12:16.149693Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:12:16.201+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"44789e17-49cc-4627-967c-2356f687ddbb","timestamp":"2023-03-29T23:12:16.149693Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:12:16.202+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:12:17.973+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7241a388-5694-447a-8b0e-af298860928b","timestamp":"2023-03-29T23:12:18.208329Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:12:17.974+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:12:27.212+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"930d01dc-6383-432b-9f55-69a1f7147f5c","timestamp":"2023-03-29T23:12:27.241391Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:12:27.213+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:12:31.762+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"04c8127e-68de-4738-a768-90669296b72f","timestamp":"2023-03-29T23:12:31.535615Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:12:31.763+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:12:35.937+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"9a4c1e0c-a6bb-485c-9a87-0bd92566a9f1","timestamp":"2023-03-29T23:12:36.296532Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:12:35.938+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:13:31.255+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-29T23:13:46.252+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-29T23:14:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"56c3db61-7e52-4542-a6a9-b9b4997af6c4","timestamp":"2023-03-29T23:14:16.148866Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:14:16.224+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"56c3db61-7e52-4542-a6a9-b9b4997af6c4","timestamp":"2023-03-29T23:14:16.148866Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:14:16.225+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:14:17.979+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8590c11-8304-49df-8ba7-469b1e41b259","timestamp":"2023-03-29T23:14:18.207035Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:14:17.979+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:14:27.266+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4c5714ee-fb82-4b5a-a6fc-137cf209e25c","timestamp":"2023-03-29T23:14:27.240576Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:14:27.266+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:14:31.759+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f14d3bf1-9c35-486d-8ad0-6e48eafbc254","timestamp":"2023-03-29T23:14:31.533063Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:14:31.759+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:14:35.981+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ce37c8bf-caee-4a59-afa2-9ec9c3fb01c5","timestamp":"2023-03-29T23:14:36.296735Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:14:35.981+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:16:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ede222e7-428e-4a10-b73b-56368548db72","timestamp":"2023-03-29T23:16:16.148795Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:16:16.198+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ede222e7-428e-4a10-b73b-56368548db72","timestamp":"2023-03-29T23:16:16.148795Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:16:16.199+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:16:17.976+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c22368e3-6e11-4028-8a89-2c2e0df16876","timestamp":"2023-03-29T23:16:18.206965Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:16:17.977+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:16:27.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9d330d59-d7d6-429f-b043-ae17e095fa95","timestamp":"2023-03-29T23:16:27.240462Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:16:27.203+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:16:31.764+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ac3a6942-862b-415d-8006-d678d09a38c4","timestamp":"2023-03-29T23:16:31.532986Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:16:31.764+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:16:35.884+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3550bda2-64d5-490b-91a0-5be6b7162ed9","timestamp":"2023-03-29T23:16:36.296524Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:16:35.884+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:18:16.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9dbf6d0f-e1af-44c1-8865-fe169f97aeb8","timestamp":"2023-03-29T23:18:16.149456Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:18:16.202+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9dbf6d0f-e1af-44c1-8865-fe169f97aeb8","timestamp":"2023-03-29T23:18:16.149456Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:18:16.202+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:18:17.977+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"954b624a-b172-4e53-92a1-d5ba71785946","timestamp":"2023-03-29T23:18:18.207508Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:18:17.987+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:18:27.195+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0f52cb68-8748-409e-bd96-cdb3f0b2327b","timestamp":"2023-03-29T23:18:27.240589Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:18:27.196+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:18:31.764+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9b2b80b8-4363-40df-94c7-c0378101e83b","timestamp":"2023-03-29T23:18:31.533305Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:18:31.764+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:18:35.869+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c47a2e0f-8893-427f-a27d-a6d1a9e594c6","timestamp":"2023-03-29T23:18:36.296372Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:18:35.870+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:20:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a1cdfbda-1c05-4066-94b3-e7d3a67f3aaa","timestamp":"2023-03-29T23:20:16.148794Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:20:16.197+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a1cdfbda-1c05-4066-94b3-e7d3a67f3aaa","timestamp":"2023-03-29T23:20:16.148794Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:20:16.198+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:20:17.956+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c8c67198-20be-4f09-a12c-20e1ca33b204","timestamp":"2023-03-29T23:20:18.206981Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:20:17.957+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:20:27.197+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2a015b68-5c0f-4f17-a85e-d5571a7010c8","timestamp":"2023-03-29T23:20:27.240679Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:20:27.198+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:20:31.794+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"183d5b16-14e3-4ca7-82f4-dc3a9160d283","timestamp":"2023-03-29T23:20:31.533243Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:20:31.794+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:20:35.881+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ff544b35-6471-477d-8009-627401b57ac0","timestamp":"2023-03-29T23:20:36.296442Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:20:35.881+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:22:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e7f5a211-243e-4b3d-b921-f34c254152c5","timestamp":"2023-03-29T23:22:16.148860Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:22:16.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e7f5a211-243e-4b3d-b921-f34c254152c5","timestamp":"2023-03-29T23:22:16.148860Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:22:16.204+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:22:18.076+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d0fd5ade-df2c-4cf4-a88f-1adb5c8b073d","timestamp":"2023-03-29T23:22:18.207172Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:22:18.076+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:22:27.207+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b88fd4ae-14d2-454d-80b0-f1ad091deda6","timestamp":"2023-03-29T23:22:27.240677Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:22:27.208+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:22:31.756+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6f196038-0665-4e60-ae67-1c5953a80b43","timestamp":"2023-03-29T23:22:31.533192Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:22:31.757+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:22:35.921+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"485d4e3f-64c2-41b9-a6a7-8a10e86cecd9","timestamp":"2023-03-29T23:22:36.296454Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:22:35.922+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:23:16.226+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-29T23:24:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9a34b36a-43ec-40fa-8e81-1e635dfad2a1","timestamp":"2023-03-29T23:24:16.148922Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:24:16.195+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9a34b36a-43ec-40fa-8e81-1e635dfad2a1","timestamp":"2023-03-29T23:24:16.148922Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:24:16.196+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:24:17.971+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e0f4f90c-02a8-45e1-8f5d-df4b85949f81","timestamp":"2023-03-29T23:24:18.207113Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:24:17.972+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:24:27.193+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"462a4e45-42a7-4e46-a0d5-46fa7651faf9","timestamp":"2023-03-29T23:24:27.240762Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:24:27.193+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:24:31.755+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"57bf2fe0-1f3c-471f-be04-859ff0df98f5","timestamp":"2023-03-29T23:24:31.533376Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:24:31.755+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:24:35.891+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"18882e3c-7117-4c94-8719-c37271d0e58a","timestamp":"2023-03-29T23:24:36.296462Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:24:35.892+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:26:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33afba55-6f10-453b-9049-2aab58fe846b","timestamp":"2023-03-29T23:26:16.148982Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:26:16.212+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33afba55-6f10-453b-9049-2aab58fe846b","timestamp":"2023-03-29T23:26:16.148982Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:26:16.212+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:26:17.974+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"12bb4ad4-de02-405a-8225-7f18a3901bdd","timestamp":"2023-03-29T23:26:18.207311Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:26:17.974+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:26:27.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3c87b94d-0c80-4057-ac7d-7601e13174fa","timestamp":"2023-03-29T23:26:27.240524Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:26:27.203+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:26:31.767+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"991ae31f-c655-44d2-8b24-9d621142d138","timestamp":"2023-03-29T23:26:31.533130Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:26:31.768+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:26:35.885+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3b840634-4a5f-4996-a65a-c8fc6434a1ab","timestamp":"2023-03-29T23:26:36.296469Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:26:35.885+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:28:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e5f7ec69-637d-4009-927f-1b4652f819e6","timestamp":"2023-03-29T23:28:16.148930Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:28:16.291+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e5f7ec69-637d-4009-927f-1b4652f819e6","timestamp":"2023-03-29T23:28:16.148930Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:28:16.291+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:28:17.966+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e1c1217e-7580-45b5-b161-ab68bded7df6","timestamp":"2023-03-29T23:28:18.207212Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:28:17.966+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:28:27.213+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0cb771d7-ec20-415d-845a-20f2643b0194","timestamp":"2023-03-29T23:28:27.240716Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:28:27.213+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:28:31.768+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e016375-7430-4791-bb0d-e01080dbf93c","timestamp":"2023-03-29T23:28:31.533394Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:28:31.769+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:28:35.891+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"55e02fe9-59d1-4467-86a9-1a954fbd58bf","timestamp":"2023-03-29T23:28:36.296607Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:28:35.891+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:30:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2a0b43c7-0e55-454c-9662-7f0dfe82385c","timestamp":"2023-03-29T23:30:16.148819Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:30:16.214+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2a0b43c7-0e55-454c-9662-7f0dfe82385c","timestamp":"2023-03-29T23:30:16.148819Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:30:16.214+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:30:17.958+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b3f3c238-7093-4544-8832-c8c19b15a49f","timestamp":"2023-03-29T23:30:18.207073Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:30:17.958+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:30:27.191+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"83bf625a-2364-4f77-bcae-f853a4ff5b0e","timestamp":"2023-03-29T23:30:27.240533Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:30:27.191+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:30:31.754+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9c1acf5a-f24b-4549-8f8b-8c93754b79e5","timestamp":"2023-03-29T23:30:31.533323Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:30:31.754+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:30:35.884+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2153a6cc-b782-44f3-a396-d6939f33ab54","timestamp":"2023-03-29T23:30:36.296608Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:30:35.884+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:32:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"67fec2c9-75a0-4b3e-b770-5cd91ec310ab","timestamp":"2023-03-29T23:32:16.148916Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:32:16.200+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"67fec2c9-75a0-4b3e-b770-5cd91ec310ab","timestamp":"2023-03-29T23:32:16.148916Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:32:16.200+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:32:17.980+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"64e1554a-bb95-4df7-b30d-c91d4843b45b","timestamp":"2023-03-29T23:32:18.207129Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:32:17.980+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:32:27.207+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c5b13b41-f685-46b3-ba61-3133e4146cc1","timestamp":"2023-03-29T23:32:27.240483Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:32:27.207+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:32:31.763+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"098a7313-beaa-4149-adb1-9e1dff0cc2f6","timestamp":"2023-03-29T23:32:31.533008Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:32:31.763+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:32:35.889+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8f7b5962-915d-41fc-992a-c451da9ae790","timestamp":"2023-03-29T23:32:36.296565Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:32:35.889+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:34:16.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"644b8bfb-a517-49ad-bdc7-f2f31504d32e","timestamp":"2023-03-29T23:34:16.148757Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:34:16.201+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"644b8bfb-a517-49ad-bdc7-f2f31504d32e","timestamp":"2023-03-29T23:34:16.148757Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:34:16.201+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:34:18.016+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6279f495-7c5f-4e1b-8e2b-dc74b24457e9","timestamp":"2023-03-29T23:34:18.207176Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:34:18.016+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:34:27.256+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8840abc2-a913-46bb-9b73-cbcae7c95b17","timestamp":"2023-03-29T23:34:27.240572Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:34:27.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:34:31.772+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1f5ac69c-a6af-47b7-a713-827cdd13c574","timestamp":"2023-03-29T23:34:31.533456Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:34:31.773+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:34:35.888+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d62edf86-cbd4-41fc-90ef-2646deacc1cb","timestamp":"2023-03-29T23:34:36.296496Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:34:35.888+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:36:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"04c31982-4091-4d99-9a85-06d3ff81bc50","timestamp":"2023-03-29T23:36:16.148798Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:36:16.205+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"04c31982-4091-4d99-9a85-06d3ff81bc50","timestamp":"2023-03-29T23:36:16.148798Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:36:16.206+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:36:17.981+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7a9d4fd6-6985-4acc-9e36-15500dbf7fbe","timestamp":"2023-03-29T23:36:18.207736Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:36:17.981+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:36:27.216+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e3682898-7fed-4cf2-bd15-a4f212290028","timestamp":"2023-03-29T23:36:27.240549Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:36:27.216+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:36:31.760+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee22c629-f8b8-49b0-a502-b19fe6555812","timestamp":"2023-03-29T23:36:31.533013Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:36:31.761+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:36:35.890+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"23087447-fe51-41e8-a256-604156137f3d","timestamp":"2023-03-29T23:36:36.296373Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:36:35.891+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:37:46.254+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-29T23:38:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"58404a02-416d-42b5-8ad5-91e14f664091","timestamp":"2023-03-29T23:38:16.148989Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:38:16.275+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"58404a02-416d-42b5-8ad5-91e14f664091","timestamp":"2023-03-29T23:38:16.148989Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:38:16.276+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:38:17.962+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c10e61d0-79a4-4447-8df5-a6eac0b64a17","timestamp":"2023-03-29T23:38:18.207128Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:38:17.962+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:38:27.204+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b4be5ed2-425d-4de4-9407-12ecc4d6de1a","timestamp":"2023-03-29T23:38:27.240558Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:38:27.204+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:38:31.785+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"03a551cb-c724-4222-9135-f93fe78636d0","timestamp":"2023-03-29T23:38:31.533323Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:38:31.786+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:38:35.885+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0cc7feaa-df74-4e3d-8508-4efc54bc6161","timestamp":"2023-03-29T23:38:36.296436Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:38:35.885+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:40:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7d61f82a-ef24-407a-8bf0-37380b995fd7","timestamp":"2023-03-29T23:40:16.148792Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:40:16.207+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7d61f82a-ef24-407a-8bf0-37380b995fd7","timestamp":"2023-03-29T23:40:16.148792Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:40:16.207+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:40:17.972+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"95b00ac1-edd7-4741-be0f-b88acf7bbae3","timestamp":"2023-03-29T23:40:18.207090Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:40:17.972+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:40:27.213+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5f3eb4c3-7d8c-44a8-875c-15dd914b548c","timestamp":"2023-03-29T23:40:27.240711Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:40:27.214+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:40:31.826+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4587f04b-141e-48e8-9047-f0570de101de","timestamp":"2023-03-29T23:40:31.533426Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:40:31.826+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:40:35.886+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"984919c1-0eae-4177-879b-adbd47814af3","timestamp":"2023-03-29T23:40:36.296610Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:40:35.887+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:42:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3c1c19ca-44ca-48eb-928b-3ade794a1400","timestamp":"2023-03-29T23:42:16.148895Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:42:16.196+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3c1c19ca-44ca-48eb-928b-3ade794a1400","timestamp":"2023-03-29T23:42:16.148895Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:42:16.196+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:42:17.972+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"549b9583-803b-4a44-a99e-77a3c25f4f67","timestamp":"2023-03-29T23:42:18.207140Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:42:17.972+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:42:27.212+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c20c39df-4a9e-45c4-a61d-2a124f0e5807","timestamp":"2023-03-29T23:42:27.240729Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:42:27.212+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:42:31.769+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0f920a69-4667-44bd-8a04-47996da8d054","timestamp":"2023-03-29T23:42:31.533229Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:42:31.770+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:42:35.886+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5ac9763a-24ef-4d28-8595-4080d5de7cc2","timestamp":"2023-03-29T23:42:36.296516Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:42:35.886+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:44:16.148+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8c1c931a-036a-48db-b522-d658af6a399a","timestamp":"2023-03-29T23:44:16.148601Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:44:16.199+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8c1c931a-036a-48db-b522-d658af6a399a","timestamp":"2023-03-29T23:44:16.148601Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:44:16.199+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:44:17.989+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f725939a-2952-453b-8389-c56676dfe1cb","timestamp":"2023-03-29T23:44:18.207027Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:44:17.989+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:44:27.271+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"67e7c0cb-3ae0-4fd5-8087-cbd27447a426","timestamp":"2023-03-29T23:44:27.240624Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:44:27.271+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:44:31.776+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a259e34d-f682-4a0a-bcab-adf6509864b2","timestamp":"2023-03-29T23:44:31.533307Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:44:31.778+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:44:35.888+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"aeb090d4-15e4-4681-a522-c2fae09e0639","timestamp":"2023-03-29T23:44:36.296571Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:44:35.890+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:46:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"de3345b9-7598-4eba-9aa0-f3122ea4a5b4","timestamp":"2023-03-29T23:46:16.148947Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:46:16.190+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"de3345b9-7598-4eba-9aa0-f3122ea4a5b4","timestamp":"2023-03-29T23:46:16.148947Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:46:16.190+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:46:17.986+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b8bc9788-7abd-4878-9760-2506334ef9e8","timestamp":"2023-03-29T23:46:18.207249Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:46:17.986+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:46:27.223+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a9c108cb-c893-433e-8f37-a6413cd14a80","timestamp":"2023-03-29T23:46:27.240636Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:46:27.225+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:46:31.770+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b13517cc-8990-4888-bf63-3b31dd4d2b30","timestamp":"2023-03-29T23:46:31.533309Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:46:31.771+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:46:35.974+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"bedf6a35-6ec1-4e80-96ef-d4d4a2b812d1","timestamp":"2023-03-29T23:46:36.296461Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:46:35.974+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:48:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2c5fe942-1310-4951-a871-32ae0592ea8b","timestamp":"2023-03-29T23:48:16.148844Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:48:16.184+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2c5fe942-1310-4951-a871-32ae0592ea8b","timestamp":"2023-03-29T23:48:16.148844Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:48:16.185+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:48:18.030+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5bfb61b5-3ced-4461-bff0-39ded6174fc4","timestamp":"2023-03-29T23:48:18.207224Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:48:18.030+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:48:27.206+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"96a520a3-621d-46e9-8b42-4d404459d807","timestamp":"2023-03-29T23:48:27.240672Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:48:27.207+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:48:31.775+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fe40b4cf-2346-45e2-8c5b-f3a1f24c54c5","timestamp":"2023-03-29T23:48:31.533264Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:48:31.776+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:48:35.874+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"df59a463-6099-4929-b359-ccbcdfeaedff","timestamp":"2023-03-29T23:48:36.296528Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:48:35.875+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:50:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5b614dd5-62f6-4ad7-9840-ccdc3aef560e","timestamp":"2023-03-29T23:50:16.148881Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:50:16.187+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5b614dd5-62f6-4ad7-9840-ccdc3aef560e","timestamp":"2023-03-29T23:50:16.148881Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:50:16.187+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:50:18.034+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f479f4a8-65bb-41a7-9f85-8c6488afc1ca","timestamp":"2023-03-29T23:50:18.207459Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:50:18.035+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:50:27.271+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"70ee7551-faf9-4ab8-aab9-6519336bf614","timestamp":"2023-03-29T23:50:27.240633Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:50:27.271+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:50:31.836+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7f3572fb-cddf-4503-8f4d-7b94d7bf61c5","timestamp":"2023-03-29T23:50:31.532993Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:50:31.837+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:50:35.885+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"fcfca40e-3392-49bd-83b9-c1d8ceadeb4f","timestamp":"2023-03-29T23:50:36.296475Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:50:35.885+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:52:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33b2a293-4e53-4204-b0dc-f5812ee64681","timestamp":"2023-03-29T23:52:16.148848Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:52:16.205+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33b2a293-4e53-4204-b0dc-f5812ee64681","timestamp":"2023-03-29T23:52:16.148848Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:52:16.206+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:52:17.975+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7cc7a148-8e2e-4349-aace-2a1166141f89","timestamp":"2023-03-29T23:52:18.207134Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:52:17.975+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:52:27.211+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6330de0e-66c9-4a5a-86ea-0f71db24f4b7","timestamp":"2023-03-29T23:52:27.240746Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:52:27.212+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:52:31.779+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bdada0d6-ffe2-4c52-bb42-af701a0e48d6","timestamp":"2023-03-29T23:52:31.533367Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:52:31.780+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:52:35.878+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6e38f27e-30e5-4e00-8cef-76af957ddf16","timestamp":"2023-03-29T23:52:36.296545Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:52:35.879+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:54:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8f624917-e249-43f5-a792-15a8f1095af9","timestamp":"2023-03-29T23:54:16.148645Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:54:16.189+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8f624917-e249-43f5-a792-15a8f1095af9","timestamp":"2023-03-29T23:54:16.148645Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:54:16.190+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:54:17.964+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"18ebb063-e32e-4e40-aee2-13389c0f8aca","timestamp":"2023-03-29T23:54:18.207276Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:54:17.965+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:54:27.213+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"98850a26-65b5-42d9-b2b9-df3635f57d7a","timestamp":"2023-03-29T23:54:27.240634Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:54:27.213+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:54:31.791+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"886f2fed-fb32-429a-bba0-b44cc5a0a5dc","timestamp":"2023-03-29T23:54:31.533234Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:54:31.792+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:54:35.883+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5725855d-ca66-4ef4-8e3f-c82e0f748064","timestamp":"2023-03-29T23:54:36.296591Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:54:35.883+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:56:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"95b299b5-2450-4fcc-a673-990e12f14824","timestamp":"2023-03-29T23:56:16.148906Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:56:16.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"95b299b5-2450-4fcc-a673-990e12f14824","timestamp":"2023-03-29T23:56:16.148906Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:56:16.204+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:56:17.980+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"63b86f7f-f063-42f5-a3c7-95739ff85393","timestamp":"2023-03-29T23:56:18.207028Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:56:17.981+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:56:27.204+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c4a7218-013e-479d-a596-6cfcd03bb257","timestamp":"2023-03-29T23:56:27.240601Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:56:27.204+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:56:31.762+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"37bd51c6-5cfb-4566-bbfe-8f13af9b4db7","timestamp":"2023-03-29T23:56:31.533138Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:56:31.763+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:56:35.890+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"da5bb318-6ba8-49f5-8c81-ba7aa2a3989e","timestamp":"2023-03-29T23:56:36.296371Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:56:35.890+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:58:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4262167d-f92c-4ca2-bd39-030f03ddd3f8","timestamp":"2023-03-29T23:58:16.148790Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:58:16.198+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4262167d-f92c-4ca2-bd39-030f03ddd3f8","timestamp":"2023-03-29T23:58:16.148790Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T23:58:16.198+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:58:17.988+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1eb2ae5b-34e7-4c7d-9dd7-01818d881420","timestamp":"2023-03-29T23:58:18.207220Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T23:58:17.988+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:58:27.208+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae1da742-5559-4e1b-8b0a-c200387a6e3d","timestamp":"2023-03-29T23:58:27.240559Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T23:58:27.209+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:58:31.775+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c1bf9295-4e1f-497f-b24b-bbdc9b7389f9","timestamp":"2023-03-29T23:58:31.533358Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T23:58:31.776+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:58:35.882+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a5c4710d-8e6a-4b3d-be1d-976bad969505","timestamp":"2023-03-29T23:58:36.296662Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T23:58:35.883+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T23:59:16.226+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-30T00:00:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f8bf3f1c-8309-4bad-a888-1ef6650926dd","timestamp":"2023-03-30T00:00:16.148907Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:00:16.209+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f8bf3f1c-8309-4bad-a888-1ef6650926dd","timestamp":"2023-03-30T00:00:16.148907Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:00:16.210+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:00:17.974+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"111eea05-220c-4a7e-b207-a71bb59a959c","timestamp":"2023-03-30T00:00:18.207183Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:00:17.975+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:00:27.214+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"72961dad-7ff3-4c77-9f87-3a3cfaacce58","timestamp":"2023-03-30T00:00:27.240657Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:00:27.215+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:00:31.819+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bb292b36-9b5b-4761-8013-f40368058049","timestamp":"2023-03-30T00:00:31.533258Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:00:31.819+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:00:35.892+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6b9a1d29-13f7-4bb3-baa7-3c5b62704e59","timestamp":"2023-03-30T00:00:36.296637Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:00:35.893+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:02:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33abb5a7-14ec-4695-9377-f0309933856e","timestamp":"2023-03-30T00:02:16.148943Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:02:16.244+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33abb5a7-14ec-4695-9377-f0309933856e","timestamp":"2023-03-30T00:02:16.148943Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:02:16.244+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:02:18.031+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"88967457-45a5-4b70-b0ca-90af938dcff8","timestamp":"2023-03-30T00:02:18.207092Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:02:18.032+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:02:27.271+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b1d5e647-50c8-4dc6-8932-3ecaefc82b44","timestamp":"2023-03-30T00:02:27.240572Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:02:27.271+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:02:31.760+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0b4da123-565b-4b66-a89e-a4d316dd8eeb","timestamp":"2023-03-30T00:02:31.533182Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:02:31.760+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:02:35.951+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"bc4ba453-e389-49f4-991f-469dbd87cfd2","timestamp":"2023-03-30T00:02:36.296544Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:02:35.952+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:04:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"544541af-ce83-488f-a4d7-a3ad6aa8164d","timestamp":"2023-03-30T00:04:16.148629Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:04:16.183+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"544541af-ce83-488f-a4d7-a3ad6aa8164d","timestamp":"2023-03-30T00:04:16.148629Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:04:16.183+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:04:17.961+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c533447d-431e-476b-93a5-368c0aa12c91","timestamp":"2023-03-30T00:04:18.207136Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:04:17.961+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:04:27.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d0674677-b703-4d9c-8cb4-7e8a1cf68fe0","timestamp":"2023-03-30T00:04:27.240512Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:04:27.204+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:04:31.761+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"388f28f3-bddc-4ca0-bbbb-7870fa18aa57","timestamp":"2023-03-30T00:04:31.533027Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:04:31.761+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:04:35.873+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee17e2dc-2ce2-4861-b5b4-ab458060bc19","timestamp":"2023-03-30T00:04:36.296576Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:04:35.873+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:06:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6c403f9c-781c-4d77-87e4-d674acff8154","timestamp":"2023-03-30T00:06:16.148887Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:06:16.201+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6c403f9c-781c-4d77-87e4-d674acff8154","timestamp":"2023-03-30T00:06:16.148887Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:06:16.202+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:06:17.975+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1ad62bc9-6ae7-45e8-b07b-3188060713f3","timestamp":"2023-03-30T00:06:18.207168Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:06:17.975+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:06:27.223+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dcbbbc72-e5be-4b86-9960-c146e5d2241a","timestamp":"2023-03-30T00:06:27.240602Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:06:27.223+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:06:31.836+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9ffa3e2e-16b6-4dac-8f21-04633121f44b","timestamp":"2023-03-30T00:06:31.533091Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:06:31.837+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:06:35.882+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a5ba5db7-1187-4cf6-a995-2e474e690cfe","timestamp":"2023-03-30T00:06:36.296687Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:06:35.883+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:08:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f07fd42f-d38c-4859-bbc0-37e1e5fe6c71","timestamp":"2023-03-30T00:08:16.148731Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:08:16.206+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f07fd42f-d38c-4859-bbc0-37e1e5fe6c71","timestamp":"2023-03-30T00:08:16.148731Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:08:16.206+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:08:17.979+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae2c8116-d549-488f-9cb1-7590b11074f6","timestamp":"2023-03-30T00:08:18.207249Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:08:17.980+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:08:27.206+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6ec84937-ba4c-4f1f-9702-78cac856d948","timestamp":"2023-03-30T00:08:27.240648Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:08:27.206+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:08:31.800+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b7cf0573-1909-4ff8-9360-9bce83db6b87","timestamp":"2023-03-30T00:08:31.533031Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:08:31.801+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:08:35.884+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0dd7332d-5951-4acf-8cca-c5099de50c2f","timestamp":"2023-03-30T00:08:36.296526Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:08:35.885+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:10:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cd41c879-77d3-4795-8346-288cb0ce73e1","timestamp":"2023-03-30T00:10:16.148850Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:10:16.205+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cd41c879-77d3-4795-8346-288cb0ce73e1","timestamp":"2023-03-30T00:10:16.148850Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:10:16.206+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:10:17.980+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1a30347e-48aa-4d01-aa98-04ea97029cb1","timestamp":"2023-03-30T00:10:18.207152Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:10:17.981+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:10:27.219+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e3edf03-a634-4ea9-9e7a-2631897a1f46","timestamp":"2023-03-30T00:10:27.240686Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:10:27.219+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:10:31.787+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad1b421e-5410-4b61-bbf6-0069ebd8b29e","timestamp":"2023-03-30T00:10:31.533294Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:10:31.787+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:10:35.882+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b6e126df-2e4b-42d9-bf0c-f1ba6e007522","timestamp":"2023-03-30T00:10:36.296685Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:10:35.882+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:12:16.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0bce3014-52ff-43df-8b89-dd3563e8e0e2","timestamp":"2023-03-30T00:12:16.149506Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:12:16.191+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0bce3014-52ff-43df-8b89-dd3563e8e0e2","timestamp":"2023-03-30T00:12:16.149506Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:12:16.191+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:12:17.969+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"315f98f1-c5d8-4ebd-ae95-1030acd17d8b","timestamp":"2023-03-30T00:12:18.207967Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:12:17.970+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:12:27.282+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"204efb77-642f-4c60-a743-cfb8427ba9f9","timestamp":"2023-03-30T00:12:27.240528Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:12:27.282+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:12:31.801+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c5ad4c97-accf-4d92-b8ee-82ed052ae67d","timestamp":"2023-03-30T00:12:31.533080Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:12:31.802+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:12:35.883+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f5275db7-770a-4b0f-b204-83c8608726bd","timestamp":"2023-03-30T00:12:36.296526Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:12:35.883+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:13:46.262+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-30T00:14:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"97244a66-4a2d-4583-85e8-13d6fbb111a1","timestamp":"2023-03-30T00:14:16.149077Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:14:16.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"97244a66-4a2d-4583-85e8-13d6fbb111a1","timestamp":"2023-03-30T00:14:16.149077Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:14:16.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:14:17.964+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"921f3ad3-c441-40f0-abea-5a39d7d20377","timestamp":"2023-03-30T00:14:18.207121Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:14:17.965+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:14:27.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"470584f7-4f94-41ce-9e85-dda104baa4bb","timestamp":"2023-03-30T00:14:27.240684Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:14:27.203+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:14:31.785+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8427520b-915a-47b5-be92-d7261a817ddf","timestamp":"2023-03-30T00:14:31.533443Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:14:31.786+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:14:35.887+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7ab68880-a6cc-4d54-b082-ad03563ecdde","timestamp":"2023-03-30T00:14:36.296564Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:14:35.887+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:16:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"de56bee5-8dbe-4e5a-ba28-be37089d8d4a","timestamp":"2023-03-30T00:16:16.148748Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:16:16.196+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"de56bee5-8dbe-4e5a-ba28-be37089d8d4a","timestamp":"2023-03-30T00:16:16.148748Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:16:16.197+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:16:17.971+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eab38b1e-de5d-411d-8631-518b0146da11","timestamp":"2023-03-30T00:16:18.207198Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:16:17.972+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:16:27.228+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7340182d-5001-4249-a47a-b7eb614b1bb6","timestamp":"2023-03-30T00:16:27.240447Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:16:27.228+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:16:31.843+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a94f88c7-359d-4274-a148-06c74012b08b","timestamp":"2023-03-30T00:16:31.533175Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:16:31.843+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:16:35.895+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f02cbdea-214e-4564-84d8-71cff406b7ad","timestamp":"2023-03-30T00:16:36.296542Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:16:35.896+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:18:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"863c53eb-5450-40c4-93ad-f71203999cff","timestamp":"2023-03-30T00:18:16.148864Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:18:16.210+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"863c53eb-5450-40c4-93ad-f71203999cff","timestamp":"2023-03-30T00:18:16.148864Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:18:16.211+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:18:17.978+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2851f27b-a548-49ca-8af2-5f1beadbf106","timestamp":"2023-03-30T00:18:18.207201Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:18:17.979+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:18:27.207+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b6ac7e89-49f0-4009-83f1-b5b7de8a5482","timestamp":"2023-03-30T00:18:27.240585Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:18:27.207+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:18:31.779+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"939d94c8-0671-4451-982a-bb4cca4663ba","timestamp":"2023-03-30T00:18:31.533059Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:18:31.780+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:18:35.939+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b9f8b77f-b9b9-4072-b0af-4cf0b0eb200f","timestamp":"2023-03-30T00:18:36.296577Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:18:35.940+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:20:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0187d707-ec0e-4695-8182-7b580a387465","timestamp":"2023-03-30T00:20:16.148819Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:20:16.193+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0187d707-ec0e-4695-8182-7b580a387465","timestamp":"2023-03-30T00:20:16.148819Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:20:16.194+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:20:17.979+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"abc14e4e-462f-43aa-aedc-e8c874c0d7c7","timestamp":"2023-03-30T00:20:18.207051Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:20:17.979+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:20:27.278+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ceaad51b-0cd2-43cd-8a63-2f3dc2365253","timestamp":"2023-03-30T00:20:27.240512Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:20:27.279+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:20:31.805+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b3a800e7-d882-4780-b161-257b914c28ab","timestamp":"2023-03-30T00:20:31.533142Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:20:31.806+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:20:35.890+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c295e12-d9d2-425d-9eb7-368bca1760de","timestamp":"2023-03-30T00:20:36.296585Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:20:35.891+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:21:16.224+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-30T00:22:16.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8fdd2445-8081-445a-bc65-aa6fd3c2780b","timestamp":"2023-03-30T00:22:16.149695Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:22:16.181+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8fdd2445-8081-445a-bc65-aa6fd3c2780b","timestamp":"2023-03-30T00:22:16.149695Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:22:16.181+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:22:18.026+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"61434b9a-f3c6-47dd-9e40-b8c085d4bc27","timestamp":"2023-03-30T00:22:18.207082Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:22:18.027+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:22:27.217+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"985bc9ef-b46c-43b0-b559-0b91a9d3ecdf","timestamp":"2023-03-30T00:22:27.240653Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:22:27.217+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:22:31.788+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"678c0061-9b72-4e89-ae57-2e50a75604c5","timestamp":"2023-03-30T00:22:31.533135Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:22:31.788+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:22:35.946+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e53c24a-4ab7-455f-9aad-e1ac69979372","timestamp":"2023-03-30T00:22:36.296540Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:22:35.947+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:24:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8d345ebe-9994-4f08-bead-f9352b960816","timestamp":"2023-03-30T00:24:16.148723Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:24:16.200+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8d345ebe-9994-4f08-bead-f9352b960816","timestamp":"2023-03-30T00:24:16.148723Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:24:16.201+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:24:17.972+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7570ecc4-3225-4f11-8984-c0cd326db3db","timestamp":"2023-03-30T00:24:18.207062Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:24:17.973+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:24:27.224+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"123fdc47-86c9-4d12-b48b-89274711c98e","timestamp":"2023-03-30T00:24:27.240666Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:24:27.224+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:24:31.773+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"066ae702-0aca-4cb7-9030-70f5c10b1d07","timestamp":"2023-03-30T00:24:31.533160Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:24:31.773+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:24:35.888+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d3bfbc98-f8f2-4d5e-9041-242dfeaab0de","timestamp":"2023-03-30T00:24:36.296683Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:24:35.888+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:26:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e4843f3-368f-4611-9be6-7efbc8cc54c5","timestamp":"2023-03-30T00:26:16.148770Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:26:16.197+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e4843f3-368f-4611-9be6-7efbc8cc54c5","timestamp":"2023-03-30T00:26:16.148770Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:26:16.197+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:26:17.966+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"57c3de9e-063d-44ee-bfb4-29355b43c40e","timestamp":"2023-03-30T00:26:18.206919Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:26:17.966+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:26:27.302+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"05ca4292-ee61-439c-a94f-487005c51607","timestamp":"2023-03-30T00:26:27.240682Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:26:27.302+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:26:31.787+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"86c3ff21-4e0d-408b-974d-c792b4a7843c","timestamp":"2023-03-30T00:26:31.533254Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:26:31.787+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:26:35.872+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5cd94e3a-66a9-4ac4-aab3-5323e5ca16d7","timestamp":"2023-03-30T00:26:36.296602Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:26:35.873+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:28:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c2607c7f-9f54-41cb-b8f7-c8429aada35e","timestamp":"2023-03-30T00:28:16.148734Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:28:16.205+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c2607c7f-9f54-41cb-b8f7-c8429aada35e","timestamp":"2023-03-30T00:28:16.148734Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:28:16.205+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:28:17.963+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e16ece6-01f3-4603-87a0-42a7f16d5375","timestamp":"2023-03-30T00:28:18.207161Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:28:17.963+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:28:27.223+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3df4c62c-f00a-4f5c-bc97-c587b4275f26","timestamp":"2023-03-30T00:28:27.240538Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:28:27.224+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:28:31.787+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc93d451-7984-4446-b7b2-eee0b7be1a42","timestamp":"2023-03-30T00:28:31.533142Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:28:31.788+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:28:35.870+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"13a027cb-35f5-4b15-9d9e-8be7bf5bddf0","timestamp":"2023-03-30T00:28:36.296480Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:28:35.871+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:30:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"65c5bedc-5f96-4585-a1dd-f5e0e563f43b","timestamp":"2023-03-30T00:30:16.148715Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:30:16.256+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"65c5bedc-5f96-4585-a1dd-f5e0e563f43b","timestamp":"2023-03-30T00:30:16.148715Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:30:16.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:30:17.969+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3f8224f9-1d08-45fe-b834-ea3a1a632902","timestamp":"2023-03-30T00:30:18.207013Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:30:17.970+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:30:27.221+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"697971b8-beb6-4acc-997c-bf5958265fc4","timestamp":"2023-03-30T00:30:27.240625Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:30:27.221+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:30:31.791+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"be3556a9-b71a-422c-a30d-4668ed6cf704","timestamp":"2023-03-30T00:30:31.533315Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:30:31.792+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:30:35.897+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f57b6ef4-5563-44be-96fb-23a498150229","timestamp":"2023-03-30T00:30:36.296491Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:30:35.898+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:30:46.254+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-30T00:32:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e3f768a0-8f6f-4d80-9d9e-5860f595d7ac","timestamp":"2023-03-30T00:32:16.148674Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:32:16.200+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e3f768a0-8f6f-4d80-9d9e-5860f595d7ac","timestamp":"2023-03-30T00:32:16.148674Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:32:16.200+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:32:18.036+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"53bb2352-bd92-4750-9ac1-bf86496df3d0","timestamp":"2023-03-30T00:32:18.207104Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:32:18.036+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:32:27.224+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5a6e2b7c-f6c9-4fc0-b409-ff2bc655591a","timestamp":"2023-03-30T00:32:27.240602Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:32:27.225+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:32:31.779+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0c6cb0ea-add5-4f5e-87de-2947517e0256","timestamp":"2023-03-30T00:32:31.532975Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:32:31.779+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:32:35.937+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"864ab56b-eed4-4cf4-a7bc-5d77adbd05cf","timestamp":"2023-03-30T00:32:36.296518Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:32:35.937+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:34:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f9fac3e9-5221-43bc-b7a5-2b8abe767575","timestamp":"2023-03-30T00:34:16.148782Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:34:16.265+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f9fac3e9-5221-43bc-b7a5-2b8abe767575","timestamp":"2023-03-30T00:34:16.148782Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:34:16.265+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:34:17.960+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5be77abc-28fa-4ee5-89d0-cac123310243","timestamp":"2023-03-30T00:34:18.207092Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:34:17.961+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:34:27.224+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9cf7044b-f24d-433e-82e3-b387b7432c6a","timestamp":"2023-03-30T00:34:27.240561Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:34:27.224+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:34:31.848+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ff6d9e0c-fdad-4793-ab80-1617c272de24","timestamp":"2023-03-30T00:34:31.533035Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:34:31.849+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:34:35.882+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b8dbb9ce-7389-4d85-a3b9-f6699eaa7a9e","timestamp":"2023-03-30T00:34:36.296440Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:34:35.882+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:36:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3a71ef00-338c-4aa8-8081-a871cfa0632c","timestamp":"2023-03-30T00:36:16.148823Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:36:16.208+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3a71ef00-338c-4aa8-8081-a871cfa0632c","timestamp":"2023-03-30T00:36:16.148823Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:36:16.208+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:36:17.965+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a52e0165-666e-44ed-b3f2-46fdae277594","timestamp":"2023-03-30T00:36:18.207065Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:36:17.965+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:36:27.230+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3964c6d3-5ce1-4e7f-8366-855ea66cd85b","timestamp":"2023-03-30T00:36:27.240453Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:36:27.231+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:36:31.774+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"abd1b631-0128-43cd-b4f3-fb8c4742fd52","timestamp":"2023-03-30T00:36:31.533452Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:36:31.774+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:36:35.888+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2c13c1cb-d9e3-4cb5-b0ea-1c0961332397","timestamp":"2023-03-30T00:36:36.296624Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:36:35.888+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:38:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc40616f-e075-4485-91f2-a305e7bd2cee","timestamp":"2023-03-30T00:38:16.148764Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:38:16.196+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc40616f-e075-4485-91f2-a305e7bd2cee","timestamp":"2023-03-30T00:38:16.148764Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:38:16.196+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:38:17.979+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7f4be3a0-be94-49ce-b84d-f48c345d0c33","timestamp":"2023-03-30T00:38:18.207214Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:38:17.980+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:38:27.210+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7be60f65-b580-4469-8708-01fa892c9e17","timestamp":"2023-03-30T00:38:27.240562Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:38:27.211+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:38:31.792+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cafc5aae-0b09-4ba5-81d3-d222a5c705a3","timestamp":"2023-03-30T00:38:31.533173Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:38:31.793+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:38:35.877+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e38d88f4-0f6b-4068-be69-3eb7efb40480","timestamp":"2023-03-30T00:38:36.296472Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:38:35.877+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:40:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b6603200-fd2d-4748-bbe2-11596ee82762","timestamp":"2023-03-30T00:40:16.148856Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:40:16.183+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b6603200-fd2d-4748-bbe2-11596ee82762","timestamp":"2023-03-30T00:40:16.148856Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:40:16.183+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:40:17.981+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ffa4bb64-773b-45df-b458-53539481245f","timestamp":"2023-03-30T00:40:18.207014Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:40:17.981+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:40:27.291+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"57bf4e90-20bf-4d5f-bae7-c50cc756bb6b","timestamp":"2023-03-30T00:40:27.240901Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:40:27.291+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:40:31.793+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"45372b4b-2b68-4a2f-8c07-97b8216a79a0","timestamp":"2023-03-30T00:40:31.533487Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:40:31.793+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:40:35.887+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"fca2a09e-0024-4fc1-9a00-1ea5dd3c505c","timestamp":"2023-03-30T00:40:36.296659Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:40:35.887+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:42:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"93fc017b-6d66-4c82-b9b9-ee959d96cba1","timestamp":"2023-03-30T00:42:16.149013Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:42:16.183+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"93fc017b-6d66-4c82-b9b9-ee959d96cba1","timestamp":"2023-03-30T00:42:16.149013Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:42:16.183+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:42:17.972+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c47beb8a-0a56-4a84-89c3-72fd4c318902","timestamp":"2023-03-30T00:42:18.207289Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:42:17.972+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:42:27.217+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5a3ea16e-e4d0-4abb-986b-4e41e8073e84","timestamp":"2023-03-30T00:42:27.240711Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:42:27.218+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:42:31.801+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c6dac54b-fc54-4e9b-bad0-566b171f1f63","timestamp":"2023-03-30T00:42:31.533212Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:42:31.801+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:42:35.879+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3c2d80be-a8da-4ee0-a1e7-db128f129f17","timestamp":"2023-03-30T00:42:36.296355Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:42:35.879+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:44:16.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c2fa07b-76a4-47ba-a664-5c68002977f4","timestamp":"2023-03-30T00:44:16.149514Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:44:16.184+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c2fa07b-76a4-47ba-a664-5c68002977f4","timestamp":"2023-03-30T00:44:16.149514Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:44:16.185+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:44:17.970+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8858b775-d87d-45fc-9687-131f13f8f307","timestamp":"2023-03-30T00:44:18.207209Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:44:17.970+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:44:27.220+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b1a18b10-88d8-4645-89f1-f7ee207372c9","timestamp":"2023-03-30T00:44:27.240535Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:44:27.220+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:44:31.785+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"94d8f402-d59b-42ba-ab32-2e634b59b88f","timestamp":"2023-03-30T00:44:31.533310Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:44:31.785+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:44:35.888+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"77163020-0ec2-4f4e-9005-a306387dc90b","timestamp":"2023-03-30T00:44:36.296858Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:44:35.889+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:46:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c2084ecd-7427-4044-a8d1-4cb63c602a9b","timestamp":"2023-03-30T00:46:16.148883Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:46:16.184+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c2084ecd-7427-4044-a8d1-4cb63c602a9b","timestamp":"2023-03-30T00:46:16.148883Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:46:16.184+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:46:17.973+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"06208179-99ec-494b-8231-1371cb74a5e3","timestamp":"2023-03-30T00:46:18.207151Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:46:17.973+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:46:27.224+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7d933fce-af20-4da6-abf9-8737aff59b6a","timestamp":"2023-03-30T00:46:27.240691Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:46:27.225+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:46:31.797+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"01eb286c-2a3a-4c8b-a3ce-207c0725189d","timestamp":"2023-03-30T00:46:31.533245Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:46:31.797+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:46:35.957+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5883f00f-6b34-452f-abe4-f2d4ffe8b0e7","timestamp":"2023-03-30T00:46:36.296765Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:46:35.957+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:48:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5a50e721-53ec-4435-aeeb-95e718e29681","timestamp":"2023-03-30T00:48:16.148757Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:48:16.202+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5a50e721-53ec-4435-aeeb-95e718e29681","timestamp":"2023-03-30T00:48:16.148757Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:48:16.203+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:48:17.969+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aa669b42-6b67-4a8d-b973-4940e978c909","timestamp":"2023-03-30T00:48:18.207106Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:48:17.969+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:48:27.215+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4aae2dc5-6626-4f20-a16c-ac58ae761d9e","timestamp":"2023-03-30T00:48:27.240507Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:48:27.215+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:48:31.856+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7d8c6bd7-b716-4f89-b137-eba0d37c0806","timestamp":"2023-03-30T00:48:31.533293Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:48:31.856+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:48:35.878+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"920bade9-3324-4bfe-9bc1-8327897fcf45","timestamp":"2023-03-30T00:48:36.296510Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:48:35.878+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:50:16.148+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4f66bd7c-306e-4e20-9504-c828aee044e6","timestamp":"2023-03-30T00:50:16.148668Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:50:16.195+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4f66bd7c-306e-4e20-9504-c828aee044e6","timestamp":"2023-03-30T00:50:16.148668Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:50:16.195+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:50:17.959+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0abb74dc-b58a-4635-b106-16336723118c","timestamp":"2023-03-30T00:50:18.206972Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:50:17.959+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:50:27.229+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b7e5ae3b-8e12-4c0c-96b3-890745bdd5cc","timestamp":"2023-03-30T00:50:27.240512Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:50:27.229+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:50:31.797+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"28add523-4821-44e7-94a5-69ecf98d7d78","timestamp":"2023-03-30T00:50:31.533019Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:50:31.797+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:50:35.921+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"61ad67cd-96e0-4fdd-a844-b3a13afffca9","timestamp":"2023-03-30T00:50:36.296378Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:50:35.921+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:52:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3669a686-a5ac-454b-8701-8f6420e50e14","timestamp":"2023-03-30T00:52:16.148741Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:52:16.196+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3669a686-a5ac-454b-8701-8f6420e50e14","timestamp":"2023-03-30T00:52:16.148741Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:52:16.197+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:52:17.962+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b74d51b9-a5c9-4f4c-89dc-fb06010c6099","timestamp":"2023-03-30T00:52:18.207053Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:52:17.962+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:52:27.295+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1d114ae0-423f-4561-b5ca-95d43a23db5b","timestamp":"2023-03-30T00:52:27.240530Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:52:27.296+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:52:31.797+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fa3c7a87-3dba-4e6e-970a-b28c6bb131aa","timestamp":"2023-03-30T00:52:31.533308Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:52:31.798+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:52:35.878+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"fa6c0a3d-cc0c-4c96-b591-cc88fb3ff514","timestamp":"2023-03-30T00:52:36.296621Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:52:35.879+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:54:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c73cd420-b0b5-4acb-a1d2-92fad33810de","timestamp":"2023-03-30T00:54:16.148935Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:54:16.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c73cd420-b0b5-4acb-a1d2-92fad33810de","timestamp":"2023-03-30T00:54:16.148935Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:54:16.203+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:54:17.968+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1f73c735-d1da-4ede-80f5-8363fd261a91","timestamp":"2023-03-30T00:54:18.207103Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:54:17.968+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:54:27.227+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eb1bcc7a-2dd8-4b15-bf44-bccc3d59b600","timestamp":"2023-03-30T00:54:27.240663Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:54:27.227+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:54:31.789+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b651e99-97a1-42c9-95aa-dc6c0a34ab4f","timestamp":"2023-03-30T00:54:31.533181Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:54:31.790+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:54:35.892+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"69ead129-86e1-42c4-b24d-d26dfd591356","timestamp":"2023-03-30T00:54:36.296559Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:54:35.892+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:56:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b3ac62a-f4dd-45b4-99df-2b6975cd3027","timestamp":"2023-03-30T00:56:16.148757Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:56:16.195+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b3ac62a-f4dd-45b4-99df-2b6975cd3027","timestamp":"2023-03-30T00:56:16.148757Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:56:16.195+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:56:17.967+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0015ab5c-2a56-4f31-bb4d-923f2e81ad51","timestamp":"2023-03-30T00:56:18.207080Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:56:17.967+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:56:27.237+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4fa69e3f-30ae-40e5-86ca-ce542760efa2","timestamp":"2023-03-30T00:56:27.240602Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:56:27.237+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:56:31.791+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"67430f17-aca1-45f4-be24-ed6675844e40","timestamp":"2023-03-30T00:56:31.533102Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:56:31.791+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:56:35.875+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"24e74c73-3bd7-47a7-8a98-45a254b6d641","timestamp":"2023-03-30T00:56:36.296558Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:56:35.876+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:57:16.227+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-30T00:58:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9875d949-0e35-4868-a620-5a16b5a0efc2","timestamp":"2023-03-30T00:58:16.148780Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:58:16.182+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9875d949-0e35-4868-a620-5a16b5a0efc2","timestamp":"2023-03-30T00:58:16.148780Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T00:58:16.182+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:58:17.971+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dd6e82a8-2e41-4e69-816d-503420ecc115","timestamp":"2023-03-30T00:58:18.207234Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T00:58:17.971+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:58:27.224+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae3816ce-a20e-4192-992d-ea2589d1b839","timestamp":"2023-03-30T00:58:27.240593Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T00:58:27.225+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:58:31.786+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"14a86b10-9b41-4453-a8fb-a5138fa9f68e","timestamp":"2023-03-30T00:58:31.533151Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T00:58:31.786+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T00:58:35.880+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"121c727e-dbf5-40e8-8506-e176e217eaec","timestamp":"2023-03-30T00:58:36.296432Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T00:58:35.880+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:00:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0fda21a6-1647-4e49-b61b-7afb95d33f64","timestamp":"2023-03-30T01:00:16.148715Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:00:16.212+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0fda21a6-1647-4e49-b61b-7afb95d33f64","timestamp":"2023-03-30T01:00:16.148715Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:00:16.212+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:00:17.981+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e2deaf39-31f8-4c65-8260-d57558d1f87d","timestamp":"2023-03-30T01:00:18.207047Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:00:17.981+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:00:27.217+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a5025607-1075-4683-8074-3c7a4b066a89","timestamp":"2023-03-30T01:00:27.240570Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:00:27.218+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:00:31.797+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fa4faa09-694f-45cc-84fb-0e42cb868af4","timestamp":"2023-03-30T01:00:31.533127Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:00:31.798+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:00:35.880+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"86b6b127-8262-4b7b-ab8e-522cc754a8bc","timestamp":"2023-03-30T01:00:36.296453Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:00:35.881+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:02:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"10974b0b-5c3a-4eff-96b7-f1f745996e46","timestamp":"2023-03-30T01:02:16.148817Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:02:16.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"10974b0b-5c3a-4eff-96b7-f1f745996e46","timestamp":"2023-03-30T01:02:16.148817Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:02:16.203+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:02:17.969+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c7502e7-5f3a-40cb-a033-a7b59c92cbf4","timestamp":"2023-03-30T01:02:18.206976Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:02:17.969+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:02:27.283+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"82b1467c-a252-4a7b-8182-0b8dfec75f5e","timestamp":"2023-03-30T01:02:27.240569Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:02:27.284+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:02:31.804+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"79921090-fd32-4eeb-a734-598d796960df","timestamp":"2023-03-30T01:02:31.533149Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:02:31.804+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:02:35.886+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f86593b8-eaf0-4089-ab60-1dcdb1d6bf7f","timestamp":"2023-03-30T01:02:36.296627Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:02:35.886+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:04:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1ca04543-cd51-4bcb-91df-16e5b14450f5","timestamp":"2023-03-30T01:04:16.148794Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:04:16.207+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1ca04543-cd51-4bcb-91df-16e5b14450f5","timestamp":"2023-03-30T01:04:16.148794Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:04:16.207+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:04:18.031+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3cf6d648-c0f5-4bcf-ac52-53c500db6c3f","timestamp":"2023-03-30T01:04:18.207152Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:04:18.032+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:04:27.231+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"74791832-5db4-441b-ab99-40cf27a5ff83","timestamp":"2023-03-30T01:04:27.240627Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:04:27.232+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:04:31.790+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"312e1992-9607-4b34-8f9c-e0e0d22a0c9e","timestamp":"2023-03-30T01:04:31.533024Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:04:31.790+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:04:35.884+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1729f305-c247-43b2-93d1-1154b58a7c59","timestamp":"2023-03-30T01:04:36.296532Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:04:35.884+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:06:16.151+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aee061ed-30bf-4cf9-994f-98cd1f5bfd94","timestamp":"2023-03-30T01:06:16.148608Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:06:16.185+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aee061ed-30bf-4cf9-994f-98cd1f5bfd94","timestamp":"2023-03-30T01:06:16.148608Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:06:16.185+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:06:17.982+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"560bf928-bf46-42f5-972a-eeb688c57092","timestamp":"2023-03-30T01:06:18.206986Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:06:17.983+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:06:27.236+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f51195ff-cebf-463a-a3a1-d11ff274372e","timestamp":"2023-03-30T01:06:27.240479Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:06:27.236+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:06:31.793+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"29807d31-ee52-41ac-915f-c0718e6fb3f8","timestamp":"2023-03-30T01:06:31.533727Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:06:31.793+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:06:35.898+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1ff04d40-e17d-466c-9a25-36e93896409d","timestamp":"2023-03-30T01:06:36.296433Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:06:35.898+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:08:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4344d7b7-a100-4a20-884e-3db68b768812","timestamp":"2023-03-30T01:08:16.148914Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:08:16.197+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4344d7b7-a100-4a20-884e-3db68b768812","timestamp":"2023-03-30T01:08:16.148914Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:08:16.198+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:08:17.971+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d3a617c4-43ae-40b6-be2a-ffaf31c5ad29","timestamp":"2023-03-30T01:08:18.207053Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:08:17.971+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:08:27.234+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1db96f18-4f92-46bc-a2af-960a3c5cbfc8","timestamp":"2023-03-30T01:08:27.240611Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:08:27.235+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:08:31.803+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4bc08dd0-61c5-4b6d-aa02-1ae42e0dce63","timestamp":"2023-03-30T01:08:31.533121Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:08:31.803+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:08:35.959+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b96200cf-d27c-4e7b-a4fa-dbf08fd6360a","timestamp":"2023-03-30T01:08:36.297044Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:08:35.959+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:10:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0dc7a610-b10e-4bf3-af00-7ef4d8bf4eae","timestamp":"2023-03-30T01:10:16.148921Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:10:16.192+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0dc7a610-b10e-4bf3-af00-7ef4d8bf4eae","timestamp":"2023-03-30T01:10:16.148921Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:10:16.192+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:10:17.976+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5fc12f3d-e96d-4c07-a31d-468c4f7868e8","timestamp":"2023-03-30T01:10:18.207148Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:10:17.976+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:10:27.236+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"677c575c-b70f-43bb-860c-c1ef4a460b52","timestamp":"2023-03-30T01:10:27.240455Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:10:27.236+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:10:31.805+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cb9d1333-ce04-4e87-ba65-48d5fd3adc5e","timestamp":"2023-03-30T01:10:31.533052Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:10:31.805+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:10:35.889+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"66e2c498-80a1-40dd-aad5-24707593caa0","timestamp":"2023-03-30T01:10:36.296456Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:10:35.889+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:12:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f937d620-05fa-45ef-a530-774f855bdf67","timestamp":"2023-03-30T01:12:16.148918Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:12:16.259+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f937d620-05fa-45ef-a530-774f855bdf67","timestamp":"2023-03-30T01:12:16.148918Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:12:16.259+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:12:17.982+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b8d0d08-ab42-4eae-899d-4673049e3ca5","timestamp":"2023-03-30T01:12:18.207066Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:12:17.982+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:12:27.233+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"94bdc9f2-7a19-4d28-91ec-b55c389a4c71","timestamp":"2023-03-30T01:12:27.240656Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:12:27.234+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:12:31.788+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c27f673b-c545-4189-91f0-a082d652418b","timestamp":"2023-03-30T01:12:31.533171Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:12:31.788+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:12:35.879+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e56d81a8-f37e-46d1-9962-7b74ac793085","timestamp":"2023-03-30T01:12:36.296605Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:12:35.879+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:14:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e33fbf6-8359-4deb-b115-86928b4c0737","timestamp":"2023-03-30T01:14:16.148828Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:14:16.205+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e33fbf6-8359-4deb-b115-86928b4c0737","timestamp":"2023-03-30T01:14:16.148828Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:14:16.205+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:14:17.976+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9339c1d3-ad23-4901-848a-eb340880c59f","timestamp":"2023-03-30T01:14:18.207072Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:14:17.977+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:14:27.278+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"767aa026-2ffb-474b-acf0-a14115e0c55f","timestamp":"2023-03-30T01:14:27.240600Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:14:27.279+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:14:31.842+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7123c47e-b8fc-41b8-9bd6-487795e6851a","timestamp":"2023-03-30T01:14:31.533240Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:14:31.843+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:14:35.890+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"65a293ba-e5b1-42a0-a597-fe7776c935b3","timestamp":"2023-03-30T01:14:36.296710Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:14:35.890+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:16:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aaf670a8-7fcc-422d-b5fb-646f7a419a68","timestamp":"2023-03-30T01:16:16.148739Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:16:16.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aaf670a8-7fcc-422d-b5fb-646f7a419a68","timestamp":"2023-03-30T01:16:16.148739Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:16:16.203+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:16:17.978+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad19ed61-8993-4ff9-a382-c07ae2f6c382","timestamp":"2023-03-30T01:16:18.207088Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:16:17.978+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:16:27.220+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"79d83b02-2526-4333-a5c1-9472a667d06a","timestamp":"2023-03-30T01:16:27.241081Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:16:27.220+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:16:31.798+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"45c550a2-f1cd-4630-85d8-b5b559b0679f","timestamp":"2023-03-30T01:16:31.533224Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:16:31.799+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:16:35.892+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"77ead7c1-a685-4a69-a3e7-c9a923f3a323","timestamp":"2023-03-30T01:16:36.296478Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:16:35.892+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:18:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"68b9110c-95ef-4b52-bcfa-f0bd8f66dcd4","timestamp":"2023-03-30T01:18:16.148738Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:18:16.179+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"68b9110c-95ef-4b52-bcfa-f0bd8f66dcd4","timestamp":"2023-03-30T01:18:16.148738Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:18:16.179+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:18:17.975+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"caed069f-e2d0-4ef7-a679-d9b96e942c53","timestamp":"2023-03-30T01:18:18.207148Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:18:17.975+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:18:27.286+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5d006a44-f86c-4277-92e3-b957d7d43587","timestamp":"2023-03-30T01:18:27.240542Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:18:27.286+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:18:31.795+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"34bc1177-370d-44b9-bc15-e1e27c187191","timestamp":"2023-03-30T01:18:31.533151Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:18:31.795+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:18:35.884+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"390e5cf9-8590-438f-9771-f2668dc78f62","timestamp":"2023-03-30T01:18:36.296541Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:18:35.884+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:20:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3aa94a82-afce-408c-b56c-64273e1c9286","timestamp":"2023-03-30T01:20:16.148756Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:20:16.194+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3aa94a82-afce-408c-b56c-64273e1c9286","timestamp":"2023-03-30T01:20:16.148756Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:20:16.194+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:20:17.974+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"19fd9214-ed46-463e-8d03-2bf53a469fc5","timestamp":"2023-03-30T01:20:18.207018Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:20:17.974+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:20:27.229+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5ab583e6-4e69-4081-9a8a-3c352d9687cc","timestamp":"2023-03-30T01:20:27.240577Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:20:27.229+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:20:31.799+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"59135f45-c9a7-4b63-b754-b9be023a948a","timestamp":"2023-03-30T01:20:31.533216Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:20:31.799+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:20:35.938+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a4e16924-aa8a-4730-8951-a18fcaf50cca","timestamp":"2023-03-30T01:20:36.298100Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:20:35.938+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:22:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4a402dee-efb7-4990-ba7b-a183830cd79e","timestamp":"2023-03-30T01:22:16.148838Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:22:16.200+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4a402dee-efb7-4990-ba7b-a183830cd79e","timestamp":"2023-03-30T01:22:16.148838Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:22:16.200+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:22:17.962+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"979ce081-ba7d-46fa-b4e2-65215c40a9bd","timestamp":"2023-03-30T01:22:18.206995Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:22:17.963+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:22:27.241+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a57f799b-fa16-49ed-8d05-6280404a06d0","timestamp":"2023-03-30T01:22:27.240573Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:22:27.241+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:22:31.871+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0166c000-774c-41b6-8d77-b63c179e40c4","timestamp":"2023-03-30T01:22:31.533198Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:22:31.872+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:22:35.892+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae1050b5-3a2c-4afb-a2f4-bb76307b13a2","timestamp":"2023-03-30T01:22:36.296520Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:22:35.892+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:23:16.314+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-30T01:24:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"194c2cea-d5cd-4af6-98a3-2a2533fa9f04","timestamp":"2023-03-30T01:24:16.148753Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:24:16.238+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"194c2cea-d5cd-4af6-98a3-2a2533fa9f04","timestamp":"2023-03-30T01:24:16.148753Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:24:16.238+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:24:17.967+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"47fb0893-6c72-4f30-9aed-db4b81879ad9","timestamp":"2023-03-30T01:24:18.207173Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:24:17.967+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:24:27.222+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"53ba85b0-6162-4994-8924-ee5a1c426b92","timestamp":"2023-03-30T01:24:27.240680Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:24:27.222+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:24:31.798+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"642044bf-0f9f-4ef1-ad63-aac666ca73fb","timestamp":"2023-03-30T01:24:31.533138Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:24:31.798+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:24:35.881+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a2d95d4d-c136-421e-860f-9464d829bb6b","timestamp":"2023-03-30T01:24:36.296504Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:24:35.882+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:26:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"49f6b1cc-b985-492e-914c-88d5b2dc8ebe","timestamp":"2023-03-30T01:26:16.148790Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:26:16.202+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"49f6b1cc-b985-492e-914c-88d5b2dc8ebe","timestamp":"2023-03-30T01:26:16.148790Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:26:16.203+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:26:17.974+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d70b8999-a293-414e-82aa-f0c7782f8234","timestamp":"2023-03-30T01:26:18.207087Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:26:17.974+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:26:27.298+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"523e5a61-1112-4408-a2ae-747e29415d99","timestamp":"2023-03-30T01:26:27.240647Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:26:27.298+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:26:31.799+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"64cfdc12-86e2-498a-a393-b059389dcbca","timestamp":"2023-03-30T01:26:31.533343Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:26:31.800+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:26:35.927+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"9b258d1e-237e-46ea-a269-ee9c7aee6f71","timestamp":"2023-03-30T01:26:36.296539Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:26:35.928+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:28:16.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bf266b8c-1cc3-4adb-bc6c-a05a43a004fe","timestamp":"2023-03-30T01:28:16.150363Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:28:16.198+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bf266b8c-1cc3-4adb-bc6c-a05a43a004fe","timestamp":"2023-03-30T01:28:16.150363Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:28:16.198+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:28:17.973+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f69dabeb-ee15-45f8-a46c-ffe4b9ae40a8","timestamp":"2023-03-30T01:28:18.207141Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:28:17.973+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:28:27.238+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d703080e-40ce-4e2d-b3e3-10fdd7ad1a82","timestamp":"2023-03-30T01:28:27.240605Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:28:27.238+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:28:31.800+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"108e264b-36e5-4907-85f2-89502b670b7e","timestamp":"2023-03-30T01:28:31.533148Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:28:31.800+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:28:35.884+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"cd73b59a-2c34-43ce-a5ab-78cef0d1aa31","timestamp":"2023-03-30T01:28:36.296586Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:28:35.884+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:30:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b78ce2b7-ce70-43a0-be6a-61ad73c37b58","timestamp":"2023-03-30T01:30:16.148695Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:30:16.205+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b78ce2b7-ce70-43a0-be6a-61ad73c37b58","timestamp":"2023-03-30T01:30:16.148695Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:30:16.205+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:30:17.969+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fd00fb95-ae76-4015-b0a1-5fb18d240f86","timestamp":"2023-03-30T01:30:18.207027Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:30:17.969+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:30:27.244+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"58b8ce6b-5206-4c0c-9ffd-e074b1c79aaf","timestamp":"2023-03-30T01:30:27.240493Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:30:27.244+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:30:31.802+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a89db340-dd00-42da-bfd2-3af9e89a00a0","timestamp":"2023-03-30T01:30:31.533105Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:30:31.802+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:30:35.891+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e0be5c96-e3d7-4b2c-9c94-cf8c781109ca","timestamp":"2023-03-30T01:30:36.296520Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:30:35.891+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:32:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c5650f05-3870-4caf-8085-258a76dfa598","timestamp":"2023-03-30T01:32:16.148807Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:32:16.192+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c5650f05-3870-4caf-8085-258a76dfa598","timestamp":"2023-03-30T01:32:16.148807Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:32:16.192+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:32:18.019+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e277094-2d49-4030-a3da-e5ac3d64689e","timestamp":"2023-03-30T01:32:18.207055Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:32:18.019+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:32:27.234+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"98a90b3a-5942-4c15-a25b-f64911be8618","timestamp":"2023-03-30T01:32:27.240525Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:32:27.234+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:32:31.805+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"62967e47-3df8-4eff-b29f-8b72144aa2f7","timestamp":"2023-03-30T01:32:31.533064Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:32:31.806+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:32:35.882+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"437f0b45-1c96-4da9-a170-04ebca35a2b7","timestamp":"2023-03-30T01:32:36.296587Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:32:35.882+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:34:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"55d2c3f3-0903-42fb-b553-e88de6e2dda7","timestamp":"2023-03-30T01:34:16.148980Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:34:16.189+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"55d2c3f3-0903-42fb-b553-e88de6e2dda7","timestamp":"2023-03-30T01:34:16.148980Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:34:16.189+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:34:17.992+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0d2814d4-e36d-4a53-9847-82752d83427b","timestamp":"2023-03-30T01:34:18.206969Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:34:17.992+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:34:27.229+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0dec1b38-692a-4079-a70d-aa432da7d831","timestamp":"2023-03-30T01:34:27.240532Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:34:27.229+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:34:31.808+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0da1be4a-46e7-4073-a54d-8feb578aa979","timestamp":"2023-03-30T01:34:31.533185Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:34:31.808+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:34:35.898+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"efa19726-e4a5-471a-9e27-c3af147b40db","timestamp":"2023-03-30T01:34:36.296532Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:34:35.899+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:36:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c88bb13c-16f5-4863-8acc-8a1c25778300","timestamp":"2023-03-30T01:36:16.148931Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:36:16.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c88bb13c-16f5-4863-8acc-8a1c25778300","timestamp":"2023-03-30T01:36:16.148931Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:36:16.204+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:36:17.978+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b237b75a-75e8-4a0e-b0c4-fd25a0d8edf5","timestamp":"2023-03-30T01:36:18.209183Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:36:17.978+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:36:27.231+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9e391a4e-e1c3-4f89-9122-0e107a680466","timestamp":"2023-03-30T01:36:27.240591Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:36:27.232+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:36:31.800+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c7b275fa-3b1f-4866-b11f-ee816f524712","timestamp":"2023-03-30T01:36:31.533117Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:36:31.801+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:36:35.884+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0e23815-5fee-48a3-bd8a-df0463489839","timestamp":"2023-03-30T01:36:36.296565Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:36:35.885+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:38:16.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"81b0a877-3b55-446b-bc9a-6175b34f1be2","timestamp":"2023-03-30T01:38:16.150443Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:38:16.196+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"81b0a877-3b55-446b-bc9a-6175b34f1be2","timestamp":"2023-03-30T01:38:16.150443Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:38:16.197+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:38:17.976+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d888213c-6230-4090-8f4c-d801e09d4166","timestamp":"2023-03-30T01:38:18.207138Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:38:17.976+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:38:27.310+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"372af8e4-5ebe-41df-b1c8-1bf1bebda554","timestamp":"2023-03-30T01:38:27.240698Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:38:27.311+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:38:31.870+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"04e8d112-fa89-4d7f-97bb-3dfe9396718f","timestamp":"2023-03-30T01:38:31.533390Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:38:31.870+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:38:35.888+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5b2c925d-15bf-4de8-841f-3ef23a0e1d02","timestamp":"2023-03-30T01:38:36.296383Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:38:35.888+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:39:16.402+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-30T01:40:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a975aa7b-42da-46e0-a35f-15d2f9e94fb0","timestamp":"2023-03-30T01:40:16.148980Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:40:16.191+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a975aa7b-42da-46e0-a35f-15d2f9e94fb0","timestamp":"2023-03-30T01:40:16.148980Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:40:16.191+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:40:17.965+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"897c2fe9-b7dc-4bc7-ab42-41338a6b307c","timestamp":"2023-03-30T01:40:18.207057Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:40:17.966+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:40:27.227+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6c094bd5-1766-4c2d-be7c-1621c4f0fdcf","timestamp":"2023-03-30T01:40:27.240585Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:40:27.227+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:40:31.809+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9ebe4995-785f-462d-8882-2c7e2b653f1c","timestamp":"2023-03-30T01:40:31.533152Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:40:31.809+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:40:35.887+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2f7e4a10-9c7e-4432-a2de-a2ef3bf8c215","timestamp":"2023-03-30T01:40:36.296412Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:40:35.888+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:42:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5cc08472-fa55-47c6-874a-a7530e9fa9f1","timestamp":"2023-03-30T01:42:16.148953Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:42:16.197+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5cc08472-fa55-47c6-874a-a7530e9fa9f1","timestamp":"2023-03-30T01:42:16.148953Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:42:16.197+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:42:17.967+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"24c6eaf0-1dc7-416c-a567-fe483d68fac8","timestamp":"2023-03-30T01:42:18.206925Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:42:17.968+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:42:27.240+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1c7646c1-ed97-4866-ac48-fafa14d474a8","timestamp":"2023-03-30T01:42:27.241039Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:42:27.240+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:42:31.806+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"16bca0fd-c74c-4d9f-bf04-6eb53f5c280e","timestamp":"2023-03-30T01:42:31.533204Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:42:31.806+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:42:35.870+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae5818a1-5cfc-47fe-bd7a-a6514ebbc75a","timestamp":"2023-03-30T01:42:36.296545Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:42:35.870+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:44:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cc34f24c-8c57-44f9-9ffd-6a3ed81da4c1","timestamp":"2023-03-30T01:44:16.148855Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:44:16.198+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cc34f24c-8c57-44f9-9ffd-6a3ed81da4c1","timestamp":"2023-03-30T01:44:16.148855Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:44:16.199+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:44:17.969+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"110ae949-48c4-4b64-9bcd-43a1d0d8af02","timestamp":"2023-03-30T01:44:18.207282Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:44:17.969+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:44:27.238+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"508d1577-3965-4220-ad2a-17c024bb82fa","timestamp":"2023-03-30T01:44:27.240567Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:44:27.238+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:44:31.811+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2d665401-b5f1-4cce-8414-cde4de0ed8ae","timestamp":"2023-03-30T01:44:31.533234Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:44:31.811+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:44:35.874+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e13dfa5-bbab-4987-8468-e9e043497259","timestamp":"2023-03-30T01:44:36.296373Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:44:35.874+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:46:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5d9e63ca-51a6-457a-86e9-89ecae1d137c","timestamp":"2023-03-30T01:46:16.148850Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:46:16.264+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5d9e63ca-51a6-457a-86e9-89ecae1d137c","timestamp":"2023-03-30T01:46:16.148850Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:46:16.264+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:46:17.980+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fe246c1e-5da3-4313-a061-104a0c82dbe0","timestamp":"2023-03-30T01:46:18.207376Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:46:17.981+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:46:27.239+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"640ff38b-eced-4f00-9492-cc1f4ccb8162","timestamp":"2023-03-30T01:46:27.240658Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:46:27.239+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:46:31.806+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9a5c719c-ada2-4372-9681-a61cb777deaf","timestamp":"2023-03-30T01:46:31.534689Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:46:31.806+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:46:35.947+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"73da4754-5157-465e-85e7-2321e8c350df","timestamp":"2023-03-30T01:46:36.296409Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:46:35.947+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:48:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6a39d897-a070-4ebc-ab02-f9732b4a5141","timestamp":"2023-03-30T01:48:16.148874Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:48:16.201+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6a39d897-a070-4ebc-ab02-f9732b4a5141","timestamp":"2023-03-30T01:48:16.148874Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:48:16.201+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:48:18.015+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8a3cf070-f693-4229-9534-6d527105814a","timestamp":"2023-03-30T01:48:18.207072Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:48:18.015+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:48:27.237+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc46ce31-3b7e-4b5c-b645-cc73c887d094","timestamp":"2023-03-30T01:48:27.240455Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:48:27.238+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:48:31.813+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0a9ff463-f704-4860-a427-b9cdbabdcd59","timestamp":"2023-03-30T01:48:31.533016Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:48:31.813+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:48:35.881+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3c2c82ce-db75-4946-8e79-7c8dfc00a0ca","timestamp":"2023-03-30T01:48:36.296611Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:48:35.882+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:49:16.226+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-30T01:50:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"606923d9-6e7a-4310-b87a-492ca0040182","timestamp":"2023-03-30T01:50:16.149189Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:50:16.241+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"606923d9-6e7a-4310-b87a-492ca0040182","timestamp":"2023-03-30T01:50:16.149189Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:50:16.241+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:50:17.972+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4979cf62-0718-491b-b6fb-565c652112e0","timestamp":"2023-03-30T01:50:18.207091Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:50:17.972+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:50:27.231+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"235b4306-ce0c-4119-9683-02877ac7219f","timestamp":"2023-03-30T01:50:27.240545Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:50:27.232+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:50:31.814+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7aa61414-0e4a-483c-8f20-6785bda1f09d","timestamp":"2023-03-30T01:50:31.533275Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:50:31.815+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:50:35.892+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a62aee93-59e5-43fa-9092-ff99a562f183","timestamp":"2023-03-30T01:50:36.296519Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:50:35.893+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:52:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"40dab668-abac-4bda-a1c9-28f2b53a1856","timestamp":"2023-03-30T01:52:16.148749Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:52:16.205+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"40dab668-abac-4bda-a1c9-28f2b53a1856","timestamp":"2023-03-30T01:52:16.148749Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:52:16.206+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:52:18.045+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8f34c1a0-7335-4718-8fae-24d37da6de7c","timestamp":"2023-03-30T01:52:18.207099Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:52:18.046+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:52:27.305+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae0bc7a5-083c-4237-8742-3ee990d8c1ba","timestamp":"2023-03-30T01:52:27.240624Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:52:27.306+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:52:31.816+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"69ceeebe-51a9-4c43-ab7e-1f536feb15ad","timestamp":"2023-03-30T01:52:31.533197Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:52:31.817+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:52:35.886+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1d550087-f31a-4e94-9a11-262dbfeab111","timestamp":"2023-03-30T01:52:36.296517Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:52:35.886+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:53:46.250+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-30T01:54:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"253fe5c4-0cb8-4d60-a97a-abd8c471d545","timestamp":"2023-03-30T01:54:16.149015Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:54:16.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"253fe5c4-0cb8-4d60-a97a-abd8c471d545","timestamp":"2023-03-30T01:54:16.149015Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:54:16.203+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:54:17.971+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5f3d0093-3469-4b0b-a6b3-6e6880bc31a5","timestamp":"2023-03-30T01:54:18.207101Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:54:17.971+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:54:27.239+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"236160bf-6e0f-453a-9fef-9127108fc6f7","timestamp":"2023-03-30T01:54:27.240508Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:54:27.239+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:54:31.815+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6ceb9d85-3f75-43f0-a158-c873a8a1b97a","timestamp":"2023-03-30T01:54:31.533260Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:54:31.816+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:54:35.896+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e5d9a71-0c22-43a5-bc3f-f828de80f5a7","timestamp":"2023-03-30T01:54:36.296425Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:54:35.897+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:56:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f7cb7161-a8b5-4c82-9ee8-8e671e0e719c","timestamp":"2023-03-30T01:56:16.149109Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:56:16.194+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f7cb7161-a8b5-4c82-9ee8-8e671e0e719c","timestamp":"2023-03-30T01:56:16.149109Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:56:16.194+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:56:17.977+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1f675806-5e28-41f0-8c54-7ea8764a700d","timestamp":"2023-03-30T01:56:18.207104Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:56:17.978+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:56:27.247+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9412c2c2-865c-43d6-bded-95e4fd5070c6","timestamp":"2023-03-30T01:56:27.240737Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:56:27.247+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:56:31.827+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a8075cb6-5034-4b71-9e73-051fd6962f25","timestamp":"2023-03-30T01:56:31.533073Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:56:31.827+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:56:35.888+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f5f4cc70-f6f0-4c8a-b254-dbab139c3c7d","timestamp":"2023-03-30T01:56:36.296412Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:56:35.889+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:58:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"03b6783c-2d7d-4814-b0ca-039bccbe6c82","timestamp":"2023-03-30T01:58:16.148697Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:58:16.247+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"03b6783c-2d7d-4814-b0ca-039bccbe6c82","timestamp":"2023-03-30T01:58:16.148697Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T01:58:16.247+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:58:17.973+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"27869171-45d0-438f-a9a0-b7de5b52c04c","timestamp":"2023-03-30T01:58:18.207040Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T01:58:17.973+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:58:27.236+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d197ef37-8e9f-4b67-b624-ec5158b565d6","timestamp":"2023-03-30T01:58:27.240501Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T01:58:27.237+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:58:31.821+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"548a59e5-7d5f-4a15-b714-796963371749","timestamp":"2023-03-30T01:58:31.533135Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T01:58:31.821+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T01:58:35.882+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5df982f2-f6eb-4f8f-a1d9-ac591d14f9f3","timestamp":"2023-03-30T01:58:36.296450Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T01:58:35.882+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:00:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dcf8f951-8def-4c85-b322-2322db66b5eb","timestamp":"2023-03-30T02:00:16.148739Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:00:16.194+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dcf8f951-8def-4c85-b322-2322db66b5eb","timestamp":"2023-03-30T02:00:16.148739Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:00:16.194+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:00:17.966+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b5980843-ddf1-4786-bee2-af5820cfded2","timestamp":"2023-03-30T02:00:18.207130Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:00:17.966+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:00:27.232+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c34967aa-fc38-4ece-87cf-96cf52567126","timestamp":"2023-03-30T02:00:27.240502Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:00:27.232+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:00:31.821+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"de415d02-6108-4284-b8e2-25bd82017bae","timestamp":"2023-03-30T02:00:31.533101Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:00:31.821+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:00:35.876+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0cca4f0-4b3a-4989-9d5a-45b131e92841","timestamp":"2023-03-30T02:00:36.296515Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:00:35.877+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:02:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b104cd33-6ef1-485b-97d1-60a4c4bfec54","timestamp":"2023-03-30T02:02:16.148718Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:02:16.200+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b104cd33-6ef1-485b-97d1-60a4c4bfec54","timestamp":"2023-03-30T02:02:16.148718Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:02:16.200+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:02:17.974+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f894027d-1c4e-4fc9-ad9c-e87c788392f5","timestamp":"2023-03-30T02:02:18.207141Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:02:17.974+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:02:27.309+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8670e66c-ccb9-43c0-b42b-4596f4f282d5","timestamp":"2023-03-30T02:02:27.240619Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:02:27.309+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:02:31.816+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"815bccc6-5e4d-4d8e-8bb6-20aa09832085","timestamp":"2023-03-30T02:02:31.533046Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:02:31.817+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:02:35.925+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"375cce01-5a3b-4ac8-a63c-904ecdd6a203","timestamp":"2023-03-30T02:02:36.296649Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:02:35.926+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:03:16.228+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-30T02:04:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1f5bd913-dc1b-4320-a9df-94a444315f88","timestamp":"2023-03-30T02:04:16.148838Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:04:16.251+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1f5bd913-dc1b-4320-a9df-94a444315f88","timestamp":"2023-03-30T02:04:16.148838Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:04:16.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:04:18.037+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4e96964c-b11e-4028-a348-d75a77e925e6","timestamp":"2023-03-30T02:04:18.207165Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:04:18.037+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:04:27.243+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c6d41bde-2cf9-441a-a441-f4e709a755cb","timestamp":"2023-03-30T02:04:27.240652Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:04:27.243+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:04:31.823+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5eac1b32-01f8-4f6d-a8d8-dcee22daf4f7","timestamp":"2023-03-30T02:04:31.533208Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:04:31.823+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:04:35.888+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"bd454ca4-19a1-41ac-ad29-0347ec0d501e","timestamp":"2023-03-30T02:04:36.296407Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:04:35.888+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:06:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3bffbcec-195d-466e-a4cb-6c3a5d76688d","timestamp":"2023-03-30T02:06:16.148800Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:06:16.200+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3bffbcec-195d-466e-a4cb-6c3a5d76688d","timestamp":"2023-03-30T02:06:16.148800Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:06:16.200+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:06:17.974+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"50e2e152-31f6-438e-9979-810aae03527a","timestamp":"2023-03-30T02:06:18.207038Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:06:17.974+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:06:27.244+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"950807de-7b65-46e7-9f31-2ad753f2484a","timestamp":"2023-03-30T02:06:27.240574Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:06:27.244+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:06:31.820+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee90473a-baf4-4a20-a66e-da298b0f23de","timestamp":"2023-03-30T02:06:31.533096Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:06:31.820+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:06:35.879+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8afd9b0a-80a5-4379-87c6-526a9f800e66","timestamp":"2023-03-30T02:06:36.296493Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:06:35.879+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:08:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f3347f32-e0ac-4dff-a60e-3b7d35841edb","timestamp":"2023-03-30T02:08:16.148809Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:08:16.216+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f3347f32-e0ac-4dff-a60e-3b7d35841edb","timestamp":"2023-03-30T02:08:16.148809Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:08:16.216+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:08:17.974+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b5e25325-6591-4c0f-9a29-f6ddaa051e16","timestamp":"2023-03-30T02:08:18.207100Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:08:17.974+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:08:27.251+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e0bded56-6b67-4cb7-bb70-cc52201e63a6","timestamp":"2023-03-30T02:08:27.240547Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:08:27.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:08:31.799+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0f128278-fc0c-4f82-b860-eb4e127dcc04","timestamp":"2023-03-30T02:08:31.532988Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:08:31.799+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:08:35.868+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"321c57e8-eccc-4453-9b32-8fea39bec235","timestamp":"2023-03-30T02:08:36.296493Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:08:35.869+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:10:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"00fdc0d5-542f-452b-b762-98a7daf2a686","timestamp":"2023-03-30T02:10:16.148943Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:10:16.198+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"00fdc0d5-542f-452b-b762-98a7daf2a686","timestamp":"2023-03-30T02:10:16.148943Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:10:16.198+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:10:17.971+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1c69c279-ddc0-4330-945d-e591cedcec3a","timestamp":"2023-03-30T02:10:18.208902Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:10:17.986+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:10:27.308+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b8cab8f9-719e-4e04-8a55-8af85d6b516f","timestamp":"2023-03-30T02:10:27.240547Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:10:27.308+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:10:31.822+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"219ebb95-fa12-4198-9eb2-e0e4d625be34","timestamp":"2023-03-30T02:10:31.533487Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:10:31.822+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:10:35.876+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"9c886349-6f3e-41bd-b283-16cb7626a554","timestamp":"2023-03-30T02:10:36.296598Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:10:35.876+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:12:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b28d0be4-0a69-47dd-9c9a-7b9ad9575184","timestamp":"2023-03-30T02:12:16.148751Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:12:16.201+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b28d0be4-0a69-47dd-9c9a-7b9ad9575184","timestamp":"2023-03-30T02:12:16.148751Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:12:16.201+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:12:17.964+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"724ad41e-1f39-48d8-947a-5f22cd9de9cf","timestamp":"2023-03-30T02:12:18.206926Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:12:17.965+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:12:27.240+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"67464620-a422-4df7-876e-70b66c9735fc","timestamp":"2023-03-30T02:12:27.240569Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:12:27.240+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:12:31.812+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8dd52c40-4e88-4379-b902-34c20c21e383","timestamp":"2023-03-30T02:12:31.533071Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:12:31.813+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:12:35.881+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"60d88df0-1abd-414b-8a4d-21d4ba25f0e3","timestamp":"2023-03-30T02:12:36.296599Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:12:35.881+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:14:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f7da87ac-e054-444f-a8bf-aea913627780","timestamp":"2023-03-30T02:14:16.148889Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:14:16.199+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f7da87ac-e054-444f-a8bf-aea913627780","timestamp":"2023-03-30T02:14:16.148889Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:14:16.200+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:14:17.970+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f482c6e2-e90e-4a59-816c-2ae035b25061","timestamp":"2023-03-30T02:14:18.206962Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:14:17.970+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:14:27.238+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ed308b81-f4b0-4ff0-a84c-3f38991b2429","timestamp":"2023-03-30T02:14:27.240510Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:14:27.238+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:14:31.809+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eec61c1c-51a0-4b6f-8b7a-e2c9e97fb774","timestamp":"2023-03-30T02:14:31.533191Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:14:31.810+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:14:35.874+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ea482063-4435-426c-b8e7-5a80cb424d7c","timestamp":"2023-03-30T02:14:36.296660Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:14:35.874+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:16:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7fe59810-e0f0-4caf-b062-7adfe13ad12c","timestamp":"2023-03-30T02:16:16.148749Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:16:16.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7fe59810-e0f0-4caf-b062-7adfe13ad12c","timestamp":"2023-03-30T02:16:16.148749Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:16:16.203+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:16:17.974+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"97a445e7-f6f7-4959-a558-62d93912a7fe","timestamp":"2023-03-30T02:16:18.206952Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:16:17.974+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:16:27.254+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5941663f-085f-44d3-9a47-1e207a26c6f7","timestamp":"2023-03-30T02:16:27.240580Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:16:27.254+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:16:31.821+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"15edcb9e-7ffd-418d-a3b0-ba1843a92267","timestamp":"2023-03-30T02:16:31.533187Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:16:31.821+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:16:35.882+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"495b0469-0b0d-4d6e-aebe-72f2659ddc56","timestamp":"2023-03-30T02:16:36.296520Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:16:35.882+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:17:16.226+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-30T02:17:46.258+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-30T02:18:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0dbd55fb-4c38-47bc-af6a-822e38c813fa","timestamp":"2023-03-30T02:18:16.148816Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:18:16.239+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0dbd55fb-4c38-47bc-af6a-822e38c813fa","timestamp":"2023-03-30T02:18:16.148816Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:18:16.240+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:18:17.977+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c55057fe-8520-43cf-835b-f4a3a5f05844","timestamp":"2023-03-30T02:18:18.207111Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:18:17.977+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:18:27.301+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fb13e246-c5ac-42f2-989a-e5486405d949","timestamp":"2023-03-30T02:18:27.240632Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:18:27.301+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:18:31.818+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"865e0a57-e733-4c43-beb5-921e82c718ab","timestamp":"2023-03-30T02:18:31.533106Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:18:31.819+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:18:35.943+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0865a8cd-7b33-49df-b2f1-f00bdc7a07ea","timestamp":"2023-03-30T02:18:36.296449Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:18:35.943+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:20:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fe6e9186-392a-4893-a935-f9210a7f8c14","timestamp":"2023-03-30T02:20:16.148830Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:20:16.191+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fe6e9186-392a-4893-a935-f9210a7f8c14","timestamp":"2023-03-30T02:20:16.148830Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:20:16.192+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:20:17.964+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"02b97c26-064e-4c9f-95a2-bbc9ffc014c6","timestamp":"2023-03-30T02:20:18.207628Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:20:17.965+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:20:27.237+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"86d8a36d-1713-4570-be79-44f142b2e2ff","timestamp":"2023-03-30T02:20:27.240566Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:20:27.237+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:20:31.812+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"08bee666-263d-4ab0-811a-08e456b2e04c","timestamp":"2023-03-30T02:20:31.533636Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:20:31.812+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:20:35.873+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"70996341-3637-4986-b7c4-4b01f43a3750","timestamp":"2023-03-30T02:20:36.296573Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:20:35.873+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:22:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"63cf33af-7f15-4e9f-8cb7-ebe52b2a85b9","timestamp":"2023-03-30T02:22:16.148787Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:22:16.236+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"63cf33af-7f15-4e9f-8cb7-ebe52b2a85b9","timestamp":"2023-03-30T02:22:16.148787Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:22:16.237+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:22:17.969+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e9bac7b-071f-4cf2-97ac-b40c1e09c30c","timestamp":"2023-03-30T02:22:18.207160Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:22:17.970+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:22:27.236+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6eaa0105-b0fe-4004-b007-abcaef84f95a","timestamp":"2023-03-30T02:22:27.240664Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:22:27.236+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:22:31.822+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"73c6e2d6-25b3-4b4d-9942-44e68a533f18","timestamp":"2023-03-30T02:22:31.533167Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:22:31.823+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:22:35.893+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c4d2eb02-5ea9-4ab8-b4be-a935196802ee","timestamp":"2023-03-30T02:22:36.296613Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:22:35.893+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:24:16.148+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c6ebdfb9-e1a5-416d-8592-547d56ca1655","timestamp":"2023-03-30T02:24:16.148631Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:24:16.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c6ebdfb9-e1a5-416d-8592-547d56ca1655","timestamp":"2023-03-30T02:24:16.148631Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:24:16.203+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:24:17.963+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"26cd3448-a8d6-49e4-aa09-b448c05f56f0","timestamp":"2023-03-30T02:24:18.207069Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:24:17.964+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:24:27.235+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"34518c84-08a4-44dc-905e-80c4452e9837","timestamp":"2023-03-30T02:24:27.240609Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:24:27.235+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:24:31.822+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1190c797-36a6-40ea-8deb-92c5d83f0fb5","timestamp":"2023-03-30T02:24:31.533009Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:24:31.822+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:24:35.884+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"686143ee-0bb9-41e5-bf07-f4fbca526449","timestamp":"2023-03-30T02:24:36.296661Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:24:35.884+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:26:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e9615e8d-60f8-4007-890e-93b561695d1c","timestamp":"2023-03-30T02:26:16.148774Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:26:16.193+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e9615e8d-60f8-4007-890e-93b561695d1c","timestamp":"2023-03-30T02:26:16.148774Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:26:16.193+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:26:17.973+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b44c9d20-3107-444a-a368-d0cafc56653d","timestamp":"2023-03-30T02:26:18.206969Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:26:17.973+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:26:27.246+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d13a5d0d-c17c-4195-b781-2a6bb23a8f80","timestamp":"2023-03-30T02:26:27.240635Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:26:27.246+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:26:31.825+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3a3648e6-f9f4-497c-899e-3b6954744e9c","timestamp":"2023-03-30T02:26:31.533169Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:26:31.825+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:26:35.892+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"cbfc97ee-a964-43f4-8ddd-ae2a4faaf082","timestamp":"2023-03-30T02:26:36.296330Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:26:35.893+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:27:16.229+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-30T02:28:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a53c577c-3100-418d-b21d-d37f172dedb4","timestamp":"2023-03-30T02:28:16.148844Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:28:16.262+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a53c577c-3100-418d-b21d-d37f172dedb4","timestamp":"2023-03-30T02:28:16.148844Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:28:16.262+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:28:17.974+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"91426404-45a2-4ffb-a3c2-e510cd35fb37","timestamp":"2023-03-30T02:28:18.207125Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:28:17.975+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:28:27.267+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5b0fbd51-1b5d-4a99-8f65-d3fd851c9f92","timestamp":"2023-03-30T02:28:27.240585Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:28:27.268+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:28:31.890+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b85eaca5-0728-4298-9291-e4e665c92f22","timestamp":"2023-03-30T02:28:31.533128Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:28:31.892+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:28:35.885+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"23a162e3-fcfc-4c83-b3f6-08eb705ba3c2","timestamp":"2023-03-30T02:28:36.296489Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:28:35.885+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:30:16.148+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2af4286f-7685-4561-868a-411c9bc6776f","timestamp":"2023-03-30T02:30:16.148695Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:30:16.184+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2af4286f-7685-4561-868a-411c9bc6776f","timestamp":"2023-03-30T02:30:16.148695Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:30:16.184+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:30:17.981+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8e78a1c6-c76a-4c5b-8446-caf5985ea0c1","timestamp":"2023-03-30T02:30:18.208603Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:30:17.982+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:30:27.237+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7d46b486-cdf8-4cc4-a3d3-b9a71cadde30","timestamp":"2023-03-30T02:30:27.240645Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:30:27.237+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:30:31.894+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c1e9b181-2d4c-4269-b4ab-ddc67a7bd1d9","timestamp":"2023-03-30T02:30:31.533054Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:30:31.894+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:30:35.892+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2fee701c-93ea-4df1-87a7-e1ce4733cfa9","timestamp":"2023-03-30T02:30:36.296491Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:30:35.892+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:32:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bbf77ae2-e28d-4e16-a75e-107729e66ae4","timestamp":"2023-03-30T02:32:16.148755Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:32:16.185+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bbf77ae2-e28d-4e16-a75e-107729e66ae4","timestamp":"2023-03-30T02:32:16.148755Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:32:16.185+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:32:18.042+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"72a976d0-9f37-40fb-9fd7-cb96fa42fb83","timestamp":"2023-03-30T02:32:18.206864Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:32:18.042+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:32:27.245+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8ccb0231-e15e-4822-9797-680311b6df6a","timestamp":"2023-03-30T02:32:27.240701Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:32:27.245+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:32:31.832+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d88ee8ea-6e69-495f-9f58-74b9fd131476","timestamp":"2023-03-30T02:32:31.533217Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:32:31.832+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:32:35.880+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d46721b1-4933-43ec-9a07-85b6cafeca16","timestamp":"2023-03-30T02:32:36.296331Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:32:35.880+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:33:16.287+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-30T02:34:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"800b1fc9-1414-4ecc-b2c2-499301820b09","timestamp":"2023-03-30T02:34:16.148733Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:34:16.262+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"800b1fc9-1414-4ecc-b2c2-499301820b09","timestamp":"2023-03-30T02:34:16.148733Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:34:16.262+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:34:17.981+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"20aff18b-afc2-457f-b21f-3e29468be3c8","timestamp":"2023-03-30T02:34:18.207268Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:34:17.981+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:34:27.238+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1ca39e2a-4932-456d-9311-1f7191b660b6","timestamp":"2023-03-30T02:34:27.240497Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:34:27.238+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:34:31.821+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"78a77f73-9436-4ae6-936e-ad4675ddaecf","timestamp":"2023-03-30T02:34:31.532979Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:34:31.821+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:34:35.882+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b873f14d-0109-43fe-8848-feda354ca933","timestamp":"2023-03-30T02:34:36.296424Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:34:35.882+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:36:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3b907a63-685d-4524-b9bb-8da8218ac7e5","timestamp":"2023-03-30T02:36:16.148699Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:36:16.197+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3b907a63-685d-4524-b9bb-8da8218ac7e5","timestamp":"2023-03-30T02:36:16.148699Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:36:16.197+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:36:17.981+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"50a72824-7db1-4eac-afee-2708b91a3a42","timestamp":"2023-03-30T02:36:18.207642Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:36:17.981+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:36:27.328+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc84c5be-93f2-4a59-9d72-478357c9c147","timestamp":"2023-03-30T02:36:27.240575Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:36:27.328+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:36:31.826+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e670c077-4af0-4937-83a3-e6fc1e126988","timestamp":"2023-03-30T02:36:31.533028Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:36:31.826+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:36:35.887+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ea936e83-f45a-4fa7-bd3d-eaa3da047690","timestamp":"2023-03-30T02:36:36.296551Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:36:35.887+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:38:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3a721557-5adb-4888-8729-353840274843","timestamp":"2023-03-30T02:38:16.148892Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:38:16.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3a721557-5adb-4888-8729-353840274843","timestamp":"2023-03-30T02:38:16.148892Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:38:16.204+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:38:17.975+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"10ce0951-f35c-49c2-9f8d-74d3e9249ddf","timestamp":"2023-03-30T02:38:18.207188Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:38:17.976+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:38:27.248+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"605bce73-4ed3-44a3-8500-797c5b387ec8","timestamp":"2023-03-30T02:38:27.240748Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:38:27.248+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:38:31.849+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"87b54d64-a4aa-458f-b4c3-d737929903f1","timestamp":"2023-03-30T02:38:31.533187Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:38:31.850+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:38:35.876+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f2cef086-1c4d-4b3b-9893-86cf0327f67c","timestamp":"2023-03-30T02:38:36.296585Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:38:35.877+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:40:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8031263e-0c22-4485-b41e-f775cb847ca0","timestamp":"2023-03-30T02:40:16.148692Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:40:16.199+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8031263e-0c22-4485-b41e-f775cb847ca0","timestamp":"2023-03-30T02:40:16.148692Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:40:16.200+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:40:17.977+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e4f13ae-aa26-4206-aba8-55018b00bb17","timestamp":"2023-03-30T02:40:18.207031Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:40:17.977+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:40:27.260+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"16f75286-6b10-49d5-a7d3-ea6f3064e132","timestamp":"2023-03-30T02:40:27.240544Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:40:27.260+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:40:31.812+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"13627c44-cad9-4d4f-aea2-d5f564b0b69e","timestamp":"2023-03-30T02:40:31.533106Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:40:31.812+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:40:35.879+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"31d9334b-d03e-42b5-bb88-2cbd0b0a4bbf","timestamp":"2023-03-30T02:40:36.296561Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:40:35.880+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:42:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae6fa321-dca1-43b0-97cd-c036ef23991d","timestamp":"2023-03-30T02:42:16.148797Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:42:16.184+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae6fa321-dca1-43b0-97cd-c036ef23991d","timestamp":"2023-03-30T02:42:16.148797Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:42:16.185+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:42:17.976+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"df5ae627-afa9-4e83-9986-43cf028643ca","timestamp":"2023-03-30T02:42:18.207045Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:42:17.977+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:42:27.257+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1cb05c5b-7a1a-4e1d-985e-e56e22550154","timestamp":"2023-03-30T02:42:27.240596Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:42:27.257+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:42:31.830+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"12ba76c9-2e51-461a-aa43-5cd183787e82","timestamp":"2023-03-30T02:42:31.533057Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:42:31.830+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:42:35.886+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b9f8c4ef-9ef8-446c-a4b7-cacaeea03a20","timestamp":"2023-03-30T02:42:36.296402Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:42:35.887+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:44:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cb76477b-9432-4b44-870e-b98de26a6699","timestamp":"2023-03-30T02:44:16.149005Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:44:16.204+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cb76477b-9432-4b44-870e-b98de26a6699","timestamp":"2023-03-30T02:44:16.149005Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:44:16.204+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:44:17.970+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"10d6bd60-5c6b-4d5e-9122-144bb8406114","timestamp":"2023-03-30T02:44:18.207282Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:44:17.970+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:44:27.244+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2cd0d9fa-da17-4c74-a604-4e7e3a644c21","timestamp":"2023-03-30T02:44:27.240539Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:44:27.244+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:44:31.818+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f9cb92a8-1441-46be-9db0-8e200f8b368b","timestamp":"2023-03-30T02:44:31.533245Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:44:31.818+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:44:35.882+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c1a47125-06b5-405a-872b-557b47188c11","timestamp":"2023-03-30T02:44:36.296474Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:44:35.882+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:46:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d82bf44b-1907-40cb-8d5a-df2b6cc76315","timestamp":"2023-03-30T02:46:16.148856Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:46:16.196+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d82bf44b-1907-40cb-8d5a-df2b6cc76315","timestamp":"2023-03-30T02:46:16.148856Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:46:16.196+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:46:17.958+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"444b260b-ae3c-4630-a6e8-4b943441e8bf","timestamp":"2023-03-30T02:46:18.206858Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:46:17.958+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:46:27.246+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"27dc234e-29f2-4d55-99cc-c6e16bdc7bb0","timestamp":"2023-03-30T02:46:27.240607Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:46:27.246+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:46:31.823+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a6a12451-11fd-4990-b449-eda2121146a5","timestamp":"2023-03-30T02:46:31.533075Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:46:31.823+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:46:35.956+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"d9620d6a-40ba-4f54-9608-10223aaa150a","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"992ed12d-c52f-494e-9136-e4680fd2f220","timestamp":"2023-03-30T02:46:36.296529Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-30T02:46:35.956+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:48:16.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e73d5252-a185-4a65-ade8-1c922ee8daaf","timestamp":"2023-03-30T02:48:16.148759Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:48:16.194+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"fd46905c-78d2-4f8b-bbf8-f418dcfc36a4","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e73d5252-a185-4a65-ade8-1c922ee8daaf","timestamp":"2023-03-30T02:48:16.148759Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-30T02:48:16.194+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:48:17.971+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"57c4a84e-42cc-4e6e-bed1-23dcf23a43fb","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"70b66879-d5ee-41e8-bdaf-8894550da879","timestamp":"2023-03-30T02:48:18.207084Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-30T02:48:17.971+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:48:27.246+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"86f8bfbc-7fdf-4fb3-840c-662872bfe911","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"f08fff6d-8810-4dd6-87e7-c144e85a2e16","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0fded32-2347-417f-8937-26d3d8ba55ba","timestamp":"2023-03-30T02:48:27.240455Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-30T02:48:27.246+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:48:31.827+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a69a4051-2372-489f-8583-c5ba5a075322","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fca994b9-30ee-4f90-8306-89d6c7fb1eab","timestamp":"2023-03-30T02:48:31.533137Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-30T02:48:31.827+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-30T02:48:35.888+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"i