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-04-02T23:03:28.227+00:00|INFO|PolicyParticipantApplication|main] Starting PolicyParticipantApplication using Java 11.0.18 on onap-policy-clamp-ac-pf-ppnt-646db854d8-zrfsf with PID 7 (/app/app.jar started by policy in /opt/app/policy/clamp/bin)
[2023-04-02T23:03:28.234+00:00|INFO|PolicyParticipantApplication|main] No active profile set, falling back to 1 default profile: "default"
[2023-04-02T23:03:40.912+00:00|INFO|TomcatWebServer|main] Tomcat initialized with port(s): 8085 (http)
[2023-04-02T23:03:41.000+00:00|INFO|Http11NioProtocol|main] Initializing ProtocolHandler ["http-nio-8085"]
[2023-04-02T23:03:41.001+00:00|INFO|StandardService|main] Starting service [Tomcat]
[2023-04-02T23:03:41.002+00:00|INFO|StandardEngine|main] Starting Servlet engine: [Apache Tomcat/9.0.71]
[2023-04-02T23:03:41.396+00:00|INFO|[/onap/policyparticipant]|main] Initializing Spring embedded WebApplicationContext
[2023-04-02T23:03:41.396+00:00|INFO|ServletWebServerApplicationContext|main] Root WebApplicationContext: initialization completed in 12790 ms
[2023-04-02T23:03:44.619+00:00|INFO|Version|main] HV000001: Hibernate Validator 6.2.5.Final
[2023-04-02T23:03:48.196+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-04-02T23:03:48.595+00:00|INFO|AbstractLogin|main] Successfully logged in.
[2023-04-02T23:03:48.902+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-04-02T23:03:48.904+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-04-02T23:03:48.904+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1680476628899
[2023-04-02T23:03:48.909+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-04-02T23:03:50.103+00:00|INFO|DefaultSecurityFilterChain|main] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@17c2d509, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@36bf84e, org.springframework.security.web.context.SecurityContextPersistenceFilter@1c9e07c6, org.springframework.security.web.header.HeaderWriterFilter@7cea0110, org.springframework.security.web.authentication.logout.LogoutFilter@69391e08, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@103082dd, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2b10ace9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3eda0aeb, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1a0b5323, org.springframework.security.web.session.SessionManagementFilter@38aafb53, org.springframework.security.web.access.ExceptionTranslationFilter@1894593a, org.springframework.security.web.access.intercept.AuthorizationFilter@67efd2c2]
[2023-04-02T23:04:01.333+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path '/actuator'
[2023-04-02T23:04:01.499+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["http-nio-8085"]
[2023-04-02T23:04:01.630+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 8085 (http) with context path '/onap/policyparticipant'
[2023-04-02T23:04:01.709+00:00|INFO|ServiceManager|main] service manager starting
[2023-04-02T23:04:01.709+00:00|INFO|ServiceManager|main] service manager starting Topic endpoint management
[2023-04-02T23:04:01.726+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=258886d2-d646-464a-866c-755f5b03d1f5, consumerInstance=onap-policy-clamp-ac-pf-ppnt-646db854d8-zrfsf, 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-04-02T23:04:01.919+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-04-02T23:04:01.992+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-04-02T23:04:01.992+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-04-02T23:04:01.992+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1680476641992
[2023-04-02T23:04:01.993+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-04-02T23:04:01.998+00:00|INFO|InlineBusTopicSink|main] InlineKafkaTopicSink [getTopicCommInfrastructure()=KAFKA, toString()=InlineBusTopicSink [partitionId=d017371f-87da-4b2c-abac-f4f90c9a9d19, alive=false, publisher=null]]: starting
[2023-04-02T23:04:02.112+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-04-02T23:04:02.294+00:00|INFO|KafkaProducer|main] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Instantiated an idempotent producer.
[2023-04-02T23:04:02.426+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-04-02T23:04:02.431+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-04-02T23:04:02.431+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1680476642426
[2023-04-02T23:04:02.490+00:00|INFO|InlineKafkaTopicSink|main] InlineKafkaTopicSink [getTopicCommInfrastructure()=KAFKA, toString()=InlineBusTopicSink [partitionId=d017371f-87da-4b2c-abac-f4f90c9a9d19, alive=false, publisher=KafkaPublisherWrapper []]]: KAFKA SINK created
[2023-04-02T23:04:02.490+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantMessagePublisher$$EnhancerBySpringCGLIB$$b4ace82a
[2023-04-02T23:04:02.604+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantPrimeListener
[2023-04-02T23:04:02.608+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantRegisterAckListener
[2023-04-02T23:04:02.609+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantStatusReqListener
[2023-04-02T23:04:02.609+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionStateChangeListener
[2023-04-02T23:04:02.609+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionDeployListener
[2023-04-02T23:04:02.609+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantDeregisterAckListener
[2023-04-02T23:04:02.610+00:00|INFO|ServiceManager|main] service manager starting Topic Message Dispatcher
[2023-04-02T23:04:02.610+00:00|INFO|TopicBase|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=258886d2-d646-464a-866c-755f5b03d1f5, consumerInstance=onap-policy-clamp-ac-pf-ppnt-646db854d8-zrfsf, 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@6215366a
[2023-04-02T23:04:02.611+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=258886d2-d646-464a-866c-755f5b03d1f5, consumerInstance=onap-policy-clamp-ac-pf-ppnt-646db854d8-zrfsf, 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-04-02T23:04:02.611+00:00|INFO|ServiceManager|main] service manager started
[2023-04-02T23:04:02.800+00:00|INFO|OrderedServiceImpl|main] ***** OrderedServiceImpl implementers:
 []
[2023-04-02T23:04:02.802+00:00|INFO|network|main] [OUT|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"eaabc142-c1c0-4a62-baae-2b9dcec73382","timestamp":"2023-04-02T23:04:02.698116Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:04:04.520+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 WEv24rGJQ46ZRN7-C79HFw
[2023-04-02T23:04:04.520+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 WEv24rGJQ46ZRN7-C79HFw
[2023-04-02T23:04:04.521+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 WEv24rGJQ46ZRN7-C79HFw
[2023-04-02T23:04:04.521+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 WEv24rGJQ46ZRN7-C79HFw
[2023-04-02T23:04:04.521+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 WEv24rGJQ46ZRN7-C79HFw
[2023-04-02T23:04:04.521+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 WEv24rGJQ46ZRN7-C79HFw
[2023-04-02T23:04:04.521+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 WEv24rGJQ46ZRN7-C79HFw
[2023-04-02T23:04:04.521+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 WEv24rGJQ46ZRN7-C79HFw
[2023-04-02T23:04:04.521+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 WEv24rGJQ46ZRN7-C79HFw
[2023-04-02T23:04:04.522+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 WEv24rGJQ46ZRN7-C79HFw
[2023-04-02T23:04:04.522+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 WEv24rGJQ46ZRN7-C79HFw
[2023-04-02T23:04:04.522+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 WEv24rGJQ46ZRN7-C79HFw
[2023-04-02T23:04:04.527+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: M_jDh-SlSt27lHw3k4UhYg
[2023-04-02T23:04:04.589+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: M_jDh-SlSt27lHw3k4UhYg
[2023-04-02T23:04:04.590+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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
[2023-04-02T23:04:04.591+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 1003 with epoch 0
[2023-04-02T23:04:04.615+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-04-02T23:04:04.838+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-49dd287c-08d5-4a4e-b9e5-6137bdb309a3
[2023-04-02T23:04:04.838+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-04-02T23:04:04.839+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-04-02T23:04:04.996+00:00|INFO|ParticipantMessagePublisher|main] Sent Participant Register message to CLAMP - ParticipantRegister(super=ParticipantMessage(messageType=PARTICIPANT_REGISTER, messageId=eaabc142-c1c0-4a62-baae-2b9dcec73382, timestamp=2023-04-02T23:04:02.698116Z, participantId=101c62b3-8918-41b9-a747-d21eb79c6c03, automationCompositionId=null, compositionId=null), participantSupportedElementType=[ParticipantSupportedElementType(id=91f5bff5-0faa-4569-904e-c89c0df37d2b, typeName=org.onap.policy.clamp.acm.PolicyAutomationCompositionElement, typeVersion=1.0.0)])
[2023-04-02T23:04:05.022+00:00|INFO|PolicyParticipantApplication|main] Started PolicyParticipantApplication in 41.117 seconds (JVM running for 44.243)
[2023-04-02T23:04:07.855+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-49dd287c-08d5-4a4e-b9e5-6137bdb309a3', protocol='range'}
[2023-04-02T23:04:07.865+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-49dd287c-08d5-4a4e-b9e5-6137bdb309a3=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-04-02T23:04:07.925+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-49dd287c-08d5-4a4e-b9e5-6137bdb309a3', protocol='range'}
[2023-04-02T23:04:07.926+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-04-02T23:04:07.934+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-04-02T23:04:07.961+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Found no committed offset for partition policy.clamp-runtime-acm-4
[2023-04-02T23:04:07.961+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Found no committed offset for partition policy.clamp-runtime-acm-5
[2023-04-02T23:04:07.961+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Found no committed offset for partition policy.clamp-runtime-acm-2
[2023-04-02T23:04:07.962+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-04-02T23:04:07.962+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-04-02T23:04:07.962+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-04-02T23:04:08.208+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=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-04-02T23:04:08.210+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=2, 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-04-02T23:04:08.221+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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2023-04-02T23:04:08.222+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=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-04-02T23:04:08.222+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=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-04-02T23:04:08.222+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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2023-04-02T23:05:31.524+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1e7aa990-e0bb-4e5b-bec7-8e9bbe74d39b","timestamp":"2023-04-02T23:05:30.556011Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:05:31.538+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:05:33.383+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"077c2989-446c-4ca0-89cc-299935ddd249","timestamp":"2023-04-02T23:05:32.981010Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:05:33.383+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:05:42.739+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"498bd9d7-687c-4100-b300-c7b6a863929c","timestamp":"2023-04-02T23:05:42.732943Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:05:42.739+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:05:47.944+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"730c1bc2-1d2f-4112-a072-71cae9cbb403","timestamp":"2023-04-02T23:05:47.913265Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:05:48.108+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"730c1bc2-1d2f-4112-a072-71cae9cbb403","timestamp":"2023-04-02T23:05:47.913265Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:05:48.109+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:05:49.451+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9f3c4a3f-0711-4814-b607-a0ec88ab2bb7","timestamp":"2023-04-02T23:05:49.385566Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:05:49.452+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:07:31.485+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2e0a6d0d-e7bb-4d0a-a112-589f7fb186e5","timestamp":"2023-04-02T23:07:30.557903Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:07:31.485+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:07:33.386+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e8c6f34c-f0b3-4210-b594-beab0c8f7017","timestamp":"2023-04-02T23:07:32.980365Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:07:33.386+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:07:42.659+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f7854544-776b-403f-8c74-89d9d70a0d33","timestamp":"2023-04-02T23:07:42.731980Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:07:42.660+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:07:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"82e12098-ca3c-441f-82d5-693dcfd4e9ac","timestamp":"2023-04-02T23:07:47.912196Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:07:47.975+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"82e12098-ca3c-441f-82d5-693dcfd4e9ac","timestamp":"2023-04-02T23:07:47.912196Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:07:47.976+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:07:49.248+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2741846f-1d4c-452a-be2e-3ee0a6af35b1","timestamp":"2023-04-02T23:07:49.358820Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:07:49.248+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:09:31.419+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"709000f0-6ad7-45b0-ae33-160f872a0c53","timestamp":"2023-04-02T23:09:30.555706Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:09:31.419+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:09:33.367+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"241083a3-3a1c-48ff-abab-db594ae6f1ce","timestamp":"2023-04-02T23:09:32.980633Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:09:33.367+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:09:42.623+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d29a9ba5-d21c-42a1-baf3-4e800eef6861","timestamp":"2023-04-02T23:09:42.736098Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:09:42.624+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:09:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5b1016d0-295b-4db0-ad35-85f354966d7a","timestamp":"2023-04-02T23:09:47.912187Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:09:47.962+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5b1016d0-295b-4db0-ad35-85f354966d7a","timestamp":"2023-04-02T23:09:47.912187Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:09:47.963+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:09:49.244+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"17564f75-bbc4-48d8-8dd4-0b9edd27101f","timestamp":"2023-04-02T23:09:49.358752Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:09:49.244+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:11:31.408+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f90f3b0f-0f21-4b35-a26f-a74a95232223","timestamp":"2023-04-02T23:11:30.555660Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:11:31.409+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:11:33.405+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6b2cd957-0674-4955-8a64-fb40d170b408","timestamp":"2023-04-02T23:11:32.980472Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:11:33.405+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:11:42.621+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"17e33d50-8a42-488a-bd65-62dbdfa07ff8","timestamp":"2023-04-02T23:11:42.730849Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:11:42.623+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:11:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2fd6943e-30da-4888-ad41-0abb1685b785","timestamp":"2023-04-02T23:11:47.912808Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:11:48.056+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2fd6943e-30da-4888-ad41-0abb1685b785","timestamp":"2023-04-02T23:11:47.912808Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:11:48.060+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:11:49.282+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"53add207-b7dd-4500-a2fa-d4623af0ae54","timestamp":"2023-04-02T23:11:49.358802Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:11:49.283+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:13:04.623+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-04-02T23:13:18.104+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node -1 disconnected.
[2023-04-02T23:13:31.394+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"97878c85-0e3e-4734-a4b6-065579d6f3d9","timestamp":"2023-04-02T23:13:30.556076Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:13:31.394+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:13:33.363+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5a1c62e2-ab11-4e35-a695-e89e889dfb2a","timestamp":"2023-04-02T23:13:32.980578Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:13:33.363+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:13:42.633+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e3461169-1aac-4fd7-a5e4-9099c4e54436","timestamp":"2023-04-02T23:13:42.730757Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:13:42.634+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:13:47.914+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1894fce6-acea-4a47-aba6-8eb72efb5f87","timestamp":"2023-04-02T23:13:47.913792Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:13:47.967+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1894fce6-acea-4a47-aba6-8eb72efb5f87","timestamp":"2023-04-02T23:13:47.913792Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:13:47.967+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:13:49.240+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2763dad9-4d77-4e7b-b031-41788cd54325","timestamp":"2023-04-02T23:13:49.358923Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:13:49.241+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:15:31.406+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c628ebaf-8f68-4612-b850-d4e858e408b2","timestamp":"2023-04-02T23:15:30.555554Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:15:31.406+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:15:33.419+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"070c0541-f60d-484d-95de-87c4d0c685b7","timestamp":"2023-04-02T23:15:32.980472Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:15:33.419+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:15:42.611+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"44a50a67-bd27-4339-a33e-18cebbfceddd","timestamp":"2023-04-02T23:15:42.730798Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:15:42.612+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:15:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33703476-1c59-4efc-a14e-3594e1feaa9a","timestamp":"2023-04-02T23:15:47.912382Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:15:47.975+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33703476-1c59-4efc-a14e-3594e1feaa9a","timestamp":"2023-04-02T23:15:47.912382Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:15:47.975+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:15:49.244+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eb1b3327-601c-47fa-a029-bbbd2cd5aa03","timestamp":"2023-04-02T23:15:49.359304Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:15:49.244+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:17:31.401+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3a86baf4-174c-41d6-a121-f4d0f2ad2920","timestamp":"2023-04-02T23:17:30.555749Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:17:31.401+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:17:33.353+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"85958248-adfb-493b-8347-9f95888f9e58","timestamp":"2023-04-02T23:17:32.980608Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:17:33.354+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:17:42.619+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7a4fc580-21b0-4fe8-9be2-b996b55ca869","timestamp":"2023-04-02T23:17:42.730576Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:17:42.619+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:17:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"94e36979-540f-4d53-917c-932eef6b3c5c","timestamp":"2023-04-02T23:17:47.912298Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:17:47.951+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"94e36979-540f-4d53-917c-932eef6b3c5c","timestamp":"2023-04-02T23:17:47.912298Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:17:47.952+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:17:49.245+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"caad33f5-b147-430a-ba9a-dd71f62e6647","timestamp":"2023-04-02T23:17:49.358921Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:17:49.246+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:19:31.423+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"dad51ac8-c921-4796-a7cc-e53a813fd1d7","timestamp":"2023-04-02T23:19:30.555988Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:19:31.424+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:19:33.368+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ba432c84-cac1-43d8-8637-39453efa40fd","timestamp":"2023-04-02T23:19:32.980641Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:19:33.368+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:19:42.683+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0bab602b-31f4-49ec-9f50-cdb1b3d451c9","timestamp":"2023-04-02T23:19:42.730689Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:19:42.683+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:19:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"155d6841-3da2-4017-b6cb-e5927a9c48f7","timestamp":"2023-04-02T23:19:47.912228Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:19:47.968+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"155d6841-3da2-4017-b6cb-e5927a9c48f7","timestamp":"2023-04-02T23:19:47.912228Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:19:47.968+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:19:49.261+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"88c58259-0b85-4273-9f11-db92a032f29f","timestamp":"2023-04-02T23:19:49.360096Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:19:49.262+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:21:31.421+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"48889944-0c82-4f41-be34-f7cd633fe930","timestamp":"2023-04-02T23:21:30.555726Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:21:31.422+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:21:33.363+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d6f00c94-1bfa-4b7d-9b54-fc830043560c","timestamp":"2023-04-02T23:21:32.980595Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:21:33.363+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:21:42.620+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"58ce2d96-88ce-49f8-95c0-49c0a3563cc5","timestamp":"2023-04-02T23:21:42.730918Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:21:42.620+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:21:47.914+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0309b11b-f79d-4796-98d4-bb835497be8b","timestamp":"2023-04-02T23:21:47.912557Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:21:47.959+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0309b11b-f79d-4796-98d4-bb835497be8b","timestamp":"2023-04-02T23:21:47.912557Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:21:47.960+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:21:49.249+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a70668ab-6aad-41be-83e0-2fa3b5a6461b","timestamp":"2023-04-02T23:21:49.358833Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:21:49.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:23:31.405+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"4756cc7e-799d-45fe-9c3e-ddbe0036e722","timestamp":"2023-04-02T23:23:30.555652Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:23:31.406+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:23:33.360+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae3338a7-991e-40e5-94c1-0be51468986f","timestamp":"2023-04-02T23:23:32.980501Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:23:33.361+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:23:42.620+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f12b7851-2934-4a63-9be1-20dcd1785ae6","timestamp":"2023-04-02T23:23:42.730689Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:23:42.620+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:23:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9d819e0b-fe81-44e8-b547-df92a469b269","timestamp":"2023-04-02T23:23:47.912187Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:23:47.946+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9d819e0b-fe81-44e8-b547-df92a469b269","timestamp":"2023-04-02T23:23:47.912187Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:23:47.946+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:23:49.270+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"285e8ab4-9543-4996-89aa-fb32ca8118d1","timestamp":"2023-04-02T23:23:49.359057Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:23:49.270+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:25:31.386+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"401183e9-f708-4ddf-9cb1-0d6478d0ac07","timestamp":"2023-04-02T23:25:30.555780Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:25:31.386+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:25:33.439+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7e8eb33c-474d-43e3-ba0c-5b613c456c64","timestamp":"2023-04-02T23:25:32.980461Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:25:33.439+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:25:42.606+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c8d3b2d0-2873-4eeb-a270-dae0644b9401","timestamp":"2023-04-02T23:25:42.730750Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:25:42.610+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:25:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"acbe1487-3dcf-4727-9063-41ef9cb15b7f","timestamp":"2023-04-02T23:25:47.912284Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:25:47.965+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"acbe1487-3dcf-4727-9063-41ef9cb15b7f","timestamp":"2023-04-02T23:25:47.912284Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:25:47.965+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:25:49.244+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"82195153-317a-499d-a6a3-ea3c40de73b1","timestamp":"2023-04-02T23:25:49.358775Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:25:49.244+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:26:47.995+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-04-02T23:27:31.491+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a75626d9-f990-4efe-942b-da25c9d44986","timestamp":"2023-04-02T23:27:30.555621Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:27:31.492+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:27:33.383+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e4e8a1b4-4f6b-43b6-9a54-1e1262f9ec79","timestamp":"2023-04-02T23:27:32.980543Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:27:33.384+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:27:42.618+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9c8830b6-2de6-46d1-be4c-4e9599b4c1d5","timestamp":"2023-04-02T23:27:42.730834Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:27:42.619+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:27:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"869edfbc-d70f-4101-89fe-9663f6a4cdc3","timestamp":"2023-04-02T23:27:47.912379Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:27:47.970+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"869edfbc-d70f-4101-89fe-9663f6a4cdc3","timestamp":"2023-04-02T23:27:47.912379Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:27:47.971+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:27:49.244+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1d6af722-4152-471b-99a8-34a8222c68dc","timestamp":"2023-04-02T23:27:49.358894Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:27:49.244+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:29:31.403+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a402ae38-625f-452f-8b8e-6796f7c2b466","timestamp":"2023-04-02T23:29:30.555643Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:29:31.403+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:29:33.366+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"59cfb2ea-71a5-4c05-8a29-0c44b310e1d3","timestamp":"2023-04-02T23:29:32.980547Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:29:33.366+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:29:42.616+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2f774f45-113f-4717-be4f-41be05cc6791","timestamp":"2023-04-02T23:29:42.730611Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:29:42.616+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:29:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad5d4932-7462-4b99-b3e2-03e84f98ab64","timestamp":"2023-04-02T23:29:47.912387Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:29:47.963+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad5d4932-7462-4b99-b3e2-03e84f98ab64","timestamp":"2023-04-02T23:29:47.912387Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:29:47.963+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:29:49.240+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"41ef468d-3432-4927-a472-2b23c889d4c0","timestamp":"2023-04-02T23:29:49.358976Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:29:49.240+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:31:31.389+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"56534345-319d-4a28-a1b2-c0dd3a23b2ad","timestamp":"2023-04-02T23:31:30.555735Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:31:31.389+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:31:33.365+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8042fc9e-2735-41ef-8014-6c5cdb76697f","timestamp":"2023-04-02T23:31:32.980565Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:31:33.365+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:31:42.622+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0d932467-ce19-46b5-bd8b-6e9120498e62","timestamp":"2023-04-02T23:31:42.731330Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:31:42.623+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:31:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7efca0c7-389b-418d-826f-bf6634fec32a","timestamp":"2023-04-02T23:31:47.912576Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:31:47.971+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7efca0c7-389b-418d-826f-bf6634fec32a","timestamp":"2023-04-02T23:31:47.912576Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:31:47.971+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:31:49.240+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"53e4936d-009c-4e98-9e17-6785abc8cb24","timestamp":"2023-04-02T23:31:49.358933Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:31:49.240+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:33:31.396+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"41ea2ac2-6992-48de-b874-d25d5c1bdca1","timestamp":"2023-04-02T23:33:30.555825Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:33:31.396+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:33:33.374+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f45c0e04-a9b7-470b-98d8-fd6ac41258f5","timestamp":"2023-04-02T23:33:32.980630Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:33:33.375+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:33:42.644+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b482f62f-d554-420d-99a3-96a5f8eda757","timestamp":"2023-04-02T23:33:42.730729Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:33:42.645+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:33:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b8b2cebe-ab4c-430a-b97c-9f1d0f203a01","timestamp":"2023-04-02T23:33:47.912439Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:33:47.965+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b8b2cebe-ab4c-430a-b97c-9f1d0f203a01","timestamp":"2023-04-02T23:33:47.912439Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:33:47.966+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:33:49.238+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"46f653df-bf38-47d6-b63a-3c698860a987","timestamp":"2023-04-02T23:33:49.358871Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:33:49.238+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:35:31.393+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"eb855737-dfa9-4347-aa17-401b71ea7eb7","timestamp":"2023-04-02T23:35:30.555760Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:35:31.394+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:35:33.368+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"403b5475-65a7-4b32-a197-871a1ee9033b","timestamp":"2023-04-02T23:35:32.980511Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:35:33.368+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:35:42.620+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ce6cb843-40a2-4f32-a2b7-a7414b0cad77","timestamp":"2023-04-02T23:35:42.732088Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:35:42.620+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:35:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"76b6c36a-5539-4a30-87f3-1cbec15ebc3d","timestamp":"2023-04-02T23:35:47.912282Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:35:48.030+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"76b6c36a-5539-4a30-87f3-1cbec15ebc3d","timestamp":"2023-04-02T23:35:47.912282Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:35:48.030+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:35:49.233+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cc468aa1-bc0e-46fc-91d7-d2e4c29505d6","timestamp":"2023-04-02T23:35:49.358906Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:35:49.234+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:37:31.393+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6104b98d-dd64-4338-9798-739b228a925b","timestamp":"2023-04-02T23:37:30.555963Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:37:31.393+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:37:33.367+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"958e6e51-cd2d-4cc4-a477-0a3dfc95fdc9","timestamp":"2023-04-02T23:37:32.980560Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:37:33.367+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:37:42.606+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b0f16add-0b30-421a-9ef5-9c854dcb24b0","timestamp":"2023-04-02T23:37:42.730791Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:37:42.607+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:37:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7c8edd99-454e-4c5e-a49b-c659d795d6ac","timestamp":"2023-04-02T23:37:47.912540Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:37:47.964+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7c8edd99-454e-4c5e-a49b-c659d795d6ac","timestamp":"2023-04-02T23:37:47.912540Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:37:47.965+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:37:49.238+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"98dc1673-0239-459f-bbc4-242cfb08ac2d","timestamp":"2023-04-02T23:37:49.358859Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:37:49.239+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:39:31.388+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"05f79e9f-ca6b-4e06-aabc-83da1707cedc","timestamp":"2023-04-02T23:39:30.555518Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:39:31.389+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:39:33.366+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ea08481c-17d9-4a01-a2d5-af43cd320daa","timestamp":"2023-04-02T23:39:32.980450Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:39:33.366+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:39:42.617+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"26f32650-8730-4707-b397-b61b0c07901d","timestamp":"2023-04-02T23:39:42.730935Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:39:42.618+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:39:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"21cfb2a7-5efa-471a-9b86-56e4680c469f","timestamp":"2023-04-02T23:39:47.912258Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:39:47.960+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"21cfb2a7-5efa-471a-9b86-56e4680c469f","timestamp":"2023-04-02T23:39:47.912258Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:39:47.960+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:39:49.242+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c9f702a3-c95c-43b8-a229-5f98a0a75125","timestamp":"2023-04-02T23:39:49.358793Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:39:49.243+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:41:31.396+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"43535be6-7102-4402-af1f-818df63e68c8","timestamp":"2023-04-02T23:41:30.555641Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:41:31.396+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:41:33.361+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ec636dea-5e73-46a6-a27e-c3fa25872d51","timestamp":"2023-04-02T23:41:32.980626Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:41:33.361+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:41:42.618+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e5c62d77-e9d2-460a-b4af-15478c4fb9f6","timestamp":"2023-04-02T23:41:42.730836Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:41:42.619+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:41:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc40a69f-3e1c-43e2-8b85-4bb9c533e4f9","timestamp":"2023-04-02T23:41:47.912476Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:41:47.961+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc40a69f-3e1c-43e2-8b85-4bb9c533e4f9","timestamp":"2023-04-02T23:41:47.912476Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:41:47.962+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:41:49.323+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cb596a38-bb50-4ffc-bb06-ad026841b79d","timestamp":"2023-04-02T23:41:49.358868Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:41:49.324+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:43:31.394+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6cbef7b7-a074-4467-b8ad-98956588c383","timestamp":"2023-04-02T23:43:30.555708Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:43:31.394+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:43:33.360+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fa1074cf-e23e-4549-814f-ebbe6ab1d8e7","timestamp":"2023-04-02T23:43:32.980587Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:43:33.360+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:43:42.619+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"62c74bb0-57d7-4247-a4d0-73f1807e5c33","timestamp":"2023-04-02T23:43:42.730874Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:43:42.620+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:43:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0b9f1434-9841-4a95-adf9-7c9c8dd6e8a1","timestamp":"2023-04-02T23:43:47.912587Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:43:47.962+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0b9f1434-9841-4a95-adf9-7c9c8dd6e8a1","timestamp":"2023-04-02T23:43:47.912587Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:43:47.963+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:43:49.245+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4cdac3d8-b05b-40e5-852d-d50d856891bd","timestamp":"2023-04-02T23:43:49.358948Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:43:49.245+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:45:18.016+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-04-02T23:45:31.375+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"9c2f188e-779e-45dc-a09d-56c44c651ab3","timestamp":"2023-04-02T23:45:30.555667Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:45:31.377+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:45:33.347+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"131c5dba-3fc5-49c1-9180-046f4760cf8f","timestamp":"2023-04-02T23:45:32.980511Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:45:33.348+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:45:42.677+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dc37c5b6-ed24-41ea-94c8-7ffaee138440","timestamp":"2023-04-02T23:45:42.730599Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:45:42.678+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:45:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d546981f-90df-4190-9c9e-bd87b194494a","timestamp":"2023-04-02T23:45:47.912218Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:45:48.007+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d546981f-90df-4190-9c9e-bd87b194494a","timestamp":"2023-04-02T23:45:47.912218Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:45:48.008+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:45:49.243+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3144b9ad-18c6-4038-ab21-c81bbf9a5147","timestamp":"2023-04-02T23:45:49.358905Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:45:49.243+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:47:31.388+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d888fac6-5a1c-4e59-a0b2-8e73e48f8b57","timestamp":"2023-04-02T23:47:30.555716Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:47:31.389+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:47:33.438+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc6105b7-bad2-4bb9-b47b-46f366a4ed22","timestamp":"2023-04-02T23:47:32.980488Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:47:33.438+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:47:42.613+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b22f2a7d-fb1e-464c-b81c-36500660d55f","timestamp":"2023-04-02T23:47:42.732188Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:47:42.614+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:47:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ea0a8f5a-41bd-4e40-a933-468e2dc302be","timestamp":"2023-04-02T23:47:47.912582Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:47:47.969+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ea0a8f5a-41bd-4e40-a933-468e2dc302be","timestamp":"2023-04-02T23:47:47.912582Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:47:47.970+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:47:49.238+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"24639cb8-7bdc-4c43-a738-8491022081f6","timestamp":"2023-04-02T23:47:49.358931Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:47:49.239+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:49:31.393+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae3c3cb3-c0c1-4f4b-9b19-ad1f6cafd865","timestamp":"2023-04-02T23:49:30.555639Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:49:31.394+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:49:33.359+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5b7deed2-9512-40b1-a0c4-2d1e04bf0c66","timestamp":"2023-04-02T23:49:32.980654Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:49:33.360+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:49:42.616+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2a636924-6910-48ef-aeda-6871f18b16b0","timestamp":"2023-04-02T23:49:42.731113Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:49:42.616+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:49:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4b2a6fe5-91e1-4d78-9457-ffa3de2f08cd","timestamp":"2023-04-02T23:49:47.912459Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:49:47.967+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4b2a6fe5-91e1-4d78-9457-ffa3de2f08cd","timestamp":"2023-04-02T23:49:47.912459Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:49:47.968+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:49:49.228+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"176c67cf-01a7-4c3e-a53b-a8b4be94cbb2","timestamp":"2023-04-02T23:49:49.358835Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:49:49.228+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:51:31.402+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"cb1dd650-0c70-4b98-a7e0-f759bd09606b","timestamp":"2023-04-02T23:51:30.555820Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:51:31.403+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:51:33.352+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"136606ba-f9a5-40cc-b681-8ae15d2092c2","timestamp":"2023-04-02T23:51:32.980616Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:51:33.353+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:51:42.600+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5b6d955a-3870-4ddb-8743-19290deb4f9b","timestamp":"2023-04-02T23:51:42.731318Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:51:42.600+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:51:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0452cfae-c73b-45ef-b064-b72fc01a2b78","timestamp":"2023-04-02T23:51:47.912391Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:51:47.968+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0452cfae-c73b-45ef-b064-b72fc01a2b78","timestamp":"2023-04-02T23:51:47.912391Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:51:47.969+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:51:49.240+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"140399cd-06a3-4d68-b5a3-dad6a7d3b88b","timestamp":"2023-04-02T23:51:49.358859Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:51:49.240+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:53:31.384+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"762bfbd5-85da-4d73-b2b5-21f3ee629b40","timestamp":"2023-04-02T23:53:30.555683Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:53:31.384+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:53:33.423+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8c61f332-9191-403c-b392-501de3d64736","timestamp":"2023-04-02T23:53:32.980536Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:53:33.423+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:53:42.600+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d7ca8f29-143d-4d91-bc69-0981c386d6d4","timestamp":"2023-04-02T23:53:42.730728Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:53:42.600+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:53:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2b28ccb2-f305-4276-b90a-a6f32986f16a","timestamp":"2023-04-02T23:53:47.912410Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:53:47.966+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2b28ccb2-f305-4276-b90a-a6f32986f16a","timestamp":"2023-04-02T23:53:47.912410Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:53:47.967+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:53:49.236+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b522aada-6a21-43b7-a887-ca42af9e6b20","timestamp":"2023-04-02T23:53:49.359096Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:53:49.236+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:55:31.391+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"66cb5e09-fca5-4d1c-a7e1-0b30db268d66","timestamp":"2023-04-02T23:55:30.555762Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:55:31.391+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:55:33.355+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7617892f-eec6-4720-8dc7-d825300fe40e","timestamp":"2023-04-02T23:55:32.980521Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:55:33.355+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:55:42.613+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e0990555-74f4-4ee2-a051-80cb1871b6af","timestamp":"2023-04-02T23:55:42.730810Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:55:42.614+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:55:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2fe8a581-5027-4ae4-9898-5a7e569ac688","timestamp":"2023-04-02T23:55:47.912404Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:55:47.972+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2fe8a581-5027-4ae4-9898-5a7e569ac688","timestamp":"2023-04-02T23:55:47.912404Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:55:47.973+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:55:49.248+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"faff7b2b-ddc9-4030-968d-d4877f344109","timestamp":"2023-04-02T23:55:49.359049Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:55:49.249+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:57:31.377+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0bd35279-07de-45e0-ba72-c55517170987","timestamp":"2023-04-02T23:57:30.556113Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:57:31.378+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:57:33.445+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a7984d8e-d038-4f97-9015-518531cd2556","timestamp":"2023-04-02T23:57:32.980673Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:57:33.446+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:57:42.609+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a2e77c35-b7eb-4f72-851c-9bccbe1daea5","timestamp":"2023-04-02T23:57:42.730820Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:57:42.610+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:57:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c623c48a-b331-4fd1-ac03-1891516ea0e9","timestamp":"2023-04-02T23:57:47.912415Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:57:47.964+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c623c48a-b331-4fd1-ac03-1891516ea0e9","timestamp":"2023-04-02T23:57:47.912415Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:57:47.965+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:57:49.231+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9d84f5c0-1ff6-4297-b400-8addbfe471d6","timestamp":"2023-04-02T23:57:49.359008Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:57:49.231+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:59:31.374+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"76a5a5cc-b3aa-4bab-9cf6-dc1f1ecc837c","timestamp":"2023-04-02T23:59:30.555428Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-02T23:59:31.375+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:59:33.355+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6675c951-5b7c-44cd-8495-0c73a26dd6be","timestamp":"2023-04-02T23:59:32.980523Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-02T23:59:33.355+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:59:42.629+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2019d1bd-3c60-4144-a789-f7cc7a112f04","timestamp":"2023-04-02T23:59:42.730802Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-02T23:59:42.629+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:59:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"84e621f8-528e-4037-8dcc-b4708656fe17","timestamp":"2023-04-02T23:59:47.912361Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:59:47.960+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"84e621f8-528e-4037-8dcc-b4708656fe17","timestamp":"2023-04-02T23:59:47.912361Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-02T23:59:47.960+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-02T23:59:49.245+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f4056ce1-2a6e-4180-b038-9cf555d621f4","timestamp":"2023-04-02T23:59:49.358933Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-02T23:59:49.245+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:01:31.393+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"01c27c63-31bd-41dc-a25e-0ae92e76adc1","timestamp":"2023-04-03T00:01:30.555681Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:01:31.393+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:01:33.346+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4627381e-a892-4aeb-87b4-f66669b98536","timestamp":"2023-04-03T00:01:32.980778Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:01:33.346+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:01:42.660+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a51dca09-cb14-44ef-bf70-1b0c35f3696a","timestamp":"2023-04-03T00:01:42.730558Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:01:42.660+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:01:47.917+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a0deaa4c-470f-41ab-b6a5-b1fbd6e3b453","timestamp":"2023-04-03T00:01:47.916888Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:01:47.970+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a0deaa4c-470f-41ab-b6a5-b1fbd6e3b453","timestamp":"2023-04-03T00:01:47.916888Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:01:47.970+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:01:49.239+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3512d8a6-da60-4e69-a260-a04ba49a7837","timestamp":"2023-04-03T00:01:49.358913Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:01:49.239+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:03:31.372+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"9839b994-6a13-4329-a30c-fb96d0c1a6a9","timestamp":"2023-04-03T00:03:30.555863Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:03:31.372+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:03:33.357+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fe25be7b-754a-4f9a-b34a-661ae99fbdff","timestamp":"2023-04-03T00:03:32.980528Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:03:33.357+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:03:42.611+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b5293da5-c644-46a7-bb82-2bed3a1b8475","timestamp":"2023-04-03T00:03:42.730669Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:03:42.611+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:03:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8eee0948-0e83-43db-8d79-9e95f7db5412","timestamp":"2023-04-03T00:03:47.912309Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:03:47.965+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8eee0948-0e83-43db-8d79-9e95f7db5412","timestamp":"2023-04-03T00:03:47.912309Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:03:47.966+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:03:49.220+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"56fb40ed-0042-4388-adec-42befd0a93a6","timestamp":"2023-04-03T00:03:49.359097Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:03:49.220+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:04:47.989+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-04-03T00:05:31.385+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"58450b62-0996-48ba-bc10-2aa220a19f9a","timestamp":"2023-04-03T00:05:30.555718Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:05:31.386+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:05:33.355+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7a33d6c1-bb85-4807-81a6-830015000331","timestamp":"2023-04-03T00:05:32.980403Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:05:33.355+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:05:42.615+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"25e67b66-9f6f-4ef3-891b-5d6abef51249","timestamp":"2023-04-03T00:05:42.730861Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:05:42.615+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:05:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0a2eae12-adba-4793-a495-c3625d5588e7","timestamp":"2023-04-03T00:05:47.912412Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:05:47.968+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0a2eae12-adba-4793-a495-c3625d5588e7","timestamp":"2023-04-03T00:05:47.912412Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:05:47.968+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:05:49.248+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"071e3b8b-0fee-45c0-855d-5f518efb8a0f","timestamp":"2023-04-03T00:05:49.358860Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:05:49.249+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:07:31.370+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"24ff3e7d-704f-4550-b255-5d32ecdef3e7","timestamp":"2023-04-03T00:07:30.555633Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:07:31.370+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:07:33.357+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a7d68aad-e7cf-4368-b5bd-991ecd8cdd13","timestamp":"2023-04-03T00:07:32.980532Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:07:33.358+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:07:42.620+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2b90c048-a6e5-4fcd-8e79-02080c9040a0","timestamp":"2023-04-03T00:07:42.730981Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:07:42.620+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:07:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b0565c52-479b-440c-a3f3-980878f4f09b","timestamp":"2023-04-03T00:07:47.912444Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:07:47.964+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b0565c52-479b-440c-a3f3-980878f4f09b","timestamp":"2023-04-03T00:07:47.912444Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:07:47.965+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:07:49.290+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"158ce3ee-9277-48ad-b22e-95305142cf55","timestamp":"2023-04-03T00:07:49.358846Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:07:49.291+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:09:31.371+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b21e30fc-b6ca-4d78-8918-007c70718b7c","timestamp":"2023-04-03T00:09:30.555502Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:09:31.371+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:09:33.409+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2414027b-fd6e-417c-99ba-a8b39cdf4558","timestamp":"2023-04-03T00:09:32.980567Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:09:33.409+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:09:42.668+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"039c8189-3da4-4b6b-bac7-198834efaa2c","timestamp":"2023-04-03T00:09:42.730736Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:09:42.669+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:09:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d41453d9-f031-48c4-8d3b-9b0574914964","timestamp":"2023-04-03T00:09:47.912550Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:09:47.964+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d41453d9-f031-48c4-8d3b-9b0574914964","timestamp":"2023-04-03T00:09:47.912550Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:09:47.965+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:09:49.244+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4d06edf8-a826-40b2-80b4-bf65467ced62","timestamp":"2023-04-03T00:09:49.358795Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:09:49.245+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:11:31.374+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"fadaa7fd-d888-47ef-94b9-e6e36be7f27f","timestamp":"2023-04-03T00:11:30.555623Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:11:31.375+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:11:33.350+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"311ea866-fd99-4dc2-83ec-c51ddaedb999","timestamp":"2023-04-03T00:11:32.980467Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:11:33.351+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:11:42.608+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ff1549bb-9493-4a95-96ed-bca171489446","timestamp":"2023-04-03T00:11:42.730794Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:11:42.609+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:11:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0176881-5273-40d1-abff-07440011a939","timestamp":"2023-04-03T00:11:47.912474Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:11:48.020+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0176881-5273-40d1-abff-07440011a939","timestamp":"2023-04-03T00:11:47.912474Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:11:48.020+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:11:49.300+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"159d458a-4ff4-4361-a28e-d191e1a0eea4","timestamp":"2023-04-03T00:11:49.359600Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:11:49.301+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:13:31.441+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"dda3b068-cd6e-4d7e-b4b9-2812e26ec945","timestamp":"2023-04-03T00:13:30.555765Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:13:31.442+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:13:33.358+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f203b0c2-32ee-46f9-8f4a-d7e6f3327aaa","timestamp":"2023-04-03T00:13:32.980430Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:13:33.358+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:13:42.603+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c51a0af5-9eab-4f6e-8d8a-070d70f997bc","timestamp":"2023-04-03T00:13:42.730855Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:13:42.603+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:13:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f63646d2-bc9c-4330-83ab-e90e29ad2c5c","timestamp":"2023-04-03T00:13:47.912368Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:13:47.968+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f63646d2-bc9c-4330-83ab-e90e29ad2c5c","timestamp":"2023-04-03T00:13:47.912368Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:13:47.968+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:13:49.219+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"920d8801-0db5-4256-9299-c0af40850d1e","timestamp":"2023-04-03T00:13:49.358981Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:13:49.221+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:15:31.363+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"122d01c1-da16-4435-addb-133bd4957e38","timestamp":"2023-04-03T00:15:30.555718Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:15:31.363+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:15:33.346+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"511d07ee-a25a-4f01-a27a-5f2b62cae425","timestamp":"2023-04-03T00:15:32.980549Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:15:33.346+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:15:42.615+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a0e34071-b061-44ac-9ab0-61d88f71e37b","timestamp":"2023-04-03T00:15:42.730740Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:15:42.616+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:15:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1873264e-3787-406c-bbd3-ab65e26f54d8","timestamp":"2023-04-03T00:15:47.912563Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:15:47.962+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1873264e-3787-406c-bbd3-ab65e26f54d8","timestamp":"2023-04-03T00:15:47.912563Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:15:47.962+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:15:49.236+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e3f2386a-8cab-4c9b-8d32-5888fde2a2ee","timestamp":"2023-04-03T00:15:49.358824Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:15:49.237+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:16:47.991+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-04-03T00:17:31.371+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2178d369-7387-419f-a9fb-08eb775fda07","timestamp":"2023-04-03T00:17:30.555592Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:17:31.371+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:17:33.359+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ff6fe258-79a7-4fea-a2fd-09991adb0ffb","timestamp":"2023-04-03T00:17:32.980565Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:17:33.360+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:17:42.615+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"998dec3d-7751-49fa-a7fc-a9e6c0b6cb0f","timestamp":"2023-04-03T00:17:42.730817Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:17:42.615+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:17:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5680e3de-3f6c-49e8-8079-091300afd629","timestamp":"2023-04-03T00:17:47.912290Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:17:47.957+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5680e3de-3f6c-49e8-8079-091300afd629","timestamp":"2023-04-03T00:17:47.912290Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:17:47.957+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:17:49.241+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"385ca237-1a48-495f-bb26-0bafb100480f","timestamp":"2023-04-03T00:17:49.358826Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:17:49.242+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:19:31.384+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"22d8d563-32f2-4145-9339-1637ec14f73c","timestamp":"2023-04-03T00:19:30.555740Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:19:31.385+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:19:33.365+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bc9c99c7-4ad8-4f14-96f0-511f9ae666da","timestamp":"2023-04-03T00:19:32.980667Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:19:33.365+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:19:42.608+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"13d5ff3c-2ec5-4fd0-b7a6-ae9e718b3fa2","timestamp":"2023-04-03T00:19:42.730832Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:19:42.609+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:19:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c44c0474-fcf7-4af2-9020-5f86cfbd8644","timestamp":"2023-04-03T00:19:47.912208Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:19:48.019+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c44c0474-fcf7-4af2-9020-5f86cfbd8644","timestamp":"2023-04-03T00:19:47.912208Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:19:48.019+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:19:49.231+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0728ff63-f4b1-40cd-ac7d-70cfdaf08d56","timestamp":"2023-04-03T00:19:49.358887Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:19:49.232+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:21:31.431+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"022429a1-1242-43e5-852e-1383ed532b07","timestamp":"2023-04-03T00:21:30.555547Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:21:31.431+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:21:33.361+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae3cf253-0ee7-43d2-b7d6-d5ce607c62cf","timestamp":"2023-04-03T00:21:32.980500Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:21:33.362+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:21:42.606+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"72b3c39d-36b6-483c-afe0-05346a6e9de0","timestamp":"2023-04-03T00:21:42.730777Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:21:42.607+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:21:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"92cd8c0a-1766-4b44-83e2-b2caea02086f","timestamp":"2023-04-03T00:21:47.912403Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:21:47.964+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"92cd8c0a-1766-4b44-83e2-b2caea02086f","timestamp":"2023-04-03T00:21:47.912403Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:21:47.964+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:21:49.235+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e9732281-e652-41a2-99b3-e6b13d991fb4","timestamp":"2023-04-03T00:21:49.358708Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:21:49.236+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:23:31.378+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c76446a1-20c3-4ad1-86d0-7e3b66db67b1","timestamp":"2023-04-03T00:23:30.555698Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:23:31.378+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:23:33.347+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dab63f05-644f-4099-8a26-7f0b56f52147","timestamp":"2023-04-03T00:23:32.980582Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:23:33.347+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:23:42.593+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cb3b986b-75fb-44eb-9577-93856968c0a2","timestamp":"2023-04-03T00:23:42.730770Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:23:42.593+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:23:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"25f70fee-7f86-4653-a7bc-b45ed86f33d3","timestamp":"2023-04-03T00:23:47.912465Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:23:47.968+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"25f70fee-7f86-4653-a7bc-b45ed86f33d3","timestamp":"2023-04-03T00:23:47.912465Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:23:47.968+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:23:49.232+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a7319bf1-6f72-4db0-a335-9d9712a34bbc","timestamp":"2023-04-03T00:23:49.358884Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:23:49.232+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:25:31.371+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0945609f-5361-473d-b0cb-83bc35109e0d","timestamp":"2023-04-03T00:25:30.555695Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:25:31.372+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:25:33.417+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b2d8c625-64fc-48cc-b9b0-2049f4933abe","timestamp":"2023-04-03T00:25:32.980464Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:25:33.417+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:25:42.607+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9fff512e-ae42-4d1f-b775-3b9958b6d878","timestamp":"2023-04-03T00:25:42.730635Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:25:42.607+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:25:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c5782b82-2c7d-4562-82a9-ea24efec21bc","timestamp":"2023-04-03T00:25:47.912464Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:25:47.963+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c5782b82-2c7d-4562-82a9-ea24efec21bc","timestamp":"2023-04-03T00:25:47.912464Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:25:47.964+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:25:49.241+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"483dbcb1-083c-45e7-bd7c-d7da89f3309d","timestamp":"2023-04-03T00:25:49.358864Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:25:49.242+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:27:31.373+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"54ace6d2-72f3-4fe0-95ec-a6664bfc66ce","timestamp":"2023-04-03T00:27:30.555466Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:27:31.374+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:27:33.348+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3ccdd96a-70a3-4c4b-a1f1-a475c4cff576","timestamp":"2023-04-03T00:27:32.980520Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:27:33.348+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:27:42.609+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8addc687-507a-485f-b427-c6e78d5ea76b","timestamp":"2023-04-03T00:27:42.730724Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:27:42.610+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:27:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0c353d53-e05f-4ea1-8a64-88f9c0867e84","timestamp":"2023-04-03T00:27:47.912347Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:27:47.970+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0c353d53-e05f-4ea1-8a64-88f9c0867e84","timestamp":"2023-04-03T00:27:47.912347Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:27:47.971+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:27:49.227+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6d195acf-d4aa-4b4f-bddd-9e1e2111b649","timestamp":"2023-04-03T00:27:49.358875Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:27:49.227+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:29:31.369+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"26b85fb7-a643-4c33-8d5a-18ecc19a04f1","timestamp":"2023-04-03T00:29:30.555658Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:29:31.369+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:29:33.356+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"041abd11-c004-4419-b9c9-869bf1ee6241","timestamp":"2023-04-03T00:29:32.980503Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:29:33.356+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:29:42.600+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2e994902-ff6e-4ba2-a841-35877f8e2950","timestamp":"2023-04-03T00:29:42.730703Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:29:42.601+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:29:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1bd7f310-3032-4114-9b04-a68856faad51","timestamp":"2023-04-03T00:29:47.912450Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:29:47.953+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1bd7f310-3032-4114-9b04-a68856faad51","timestamp":"2023-04-03T00:29:47.912450Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:29:47.953+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:29:49.232+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"649cf985-2505-484b-86ce-4b7777f9cfb8","timestamp":"2023-04-03T00:29:49.358951Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:29:49.232+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:31:31.366+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a20c9944-795c-48cd-88b4-0813d22c6df6","timestamp":"2023-04-03T00:31:30.555765Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:31:31.366+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:31:33.359+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ac1604f8-8e10-48c9-8d9e-14bce9051515","timestamp":"2023-04-03T00:31:32.980573Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:31:33.360+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:31:42.674+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f1d407b0-e9e3-4fc5-ab9f-d2e3c40e8274","timestamp":"2023-04-03T00:31:42.731382Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:31:42.675+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:31:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4e0d4701-420a-4fd3-9e28-f788f8e77a02","timestamp":"2023-04-03T00:31:47.912341Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:31:47.964+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4e0d4701-420a-4fd3-9e28-f788f8e77a02","timestamp":"2023-04-03T00:31:47.912341Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:31:47.965+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:31:49.236+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fb232443-dc45-4258-9c19-3c6f79b002e1","timestamp":"2023-04-03T00:31:49.358851Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:31:49.236+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:33:31.427+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7f38e054-833f-4adb-b995-9ea3c8ca73cf","timestamp":"2023-04-03T00:33:30.555865Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:33:31.427+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:33:33.442+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"698005af-62d7-4e2c-89df-f4c54d03033f","timestamp":"2023-04-03T00:33:32.980551Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:33:33.442+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:33:42.615+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ab978b92-94cb-45f2-b795-1c9b1f54baa8","timestamp":"2023-04-03T00:33:42.730855Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:33:42.615+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:33:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a2f1f587-c20b-4e66-8a0c-143a7efe8810","timestamp":"2023-04-03T00:33:47.912345Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:33:47.969+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a2f1f587-c20b-4e66-8a0c-143a7efe8810","timestamp":"2023-04-03T00:33:47.912345Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:33:47.969+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:33:49.262+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a598671a-037d-4015-9bd5-c7728e7660b1","timestamp":"2023-04-03T00:33:49.358771Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:33:49.263+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:35:31.381+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"83933f48-4599-4fe0-8338-147b74a2b848","timestamp":"2023-04-03T00:35:30.555625Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:35:31.381+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:35:33.358+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4a5c6f0b-5574-433a-8716-42c81dc24f94","timestamp":"2023-04-03T00:35:32.980609Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:35:33.359+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:35:42.606+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fd7ab945-b44c-4ce6-ab71-59b39bdc82d9","timestamp":"2023-04-03T00:35:42.730780Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:35:42.606+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:35:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e5828399-b28e-42eb-bbe3-b127ec091aa9","timestamp":"2023-04-03T00:35:47.912412Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:35:47.958+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e5828399-b28e-42eb-bbe3-b127ec091aa9","timestamp":"2023-04-03T00:35:47.912412Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:35:47.958+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:35:49.219+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e4d98717-5068-4d6c-83ab-37aa78b2f711","timestamp":"2023-04-03T00:35:49.358916Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:35:49.219+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:36:17.965+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-04-03T00:37:31.379+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7f1d1f8e-e1a7-4bee-abad-49a61a41f818","timestamp":"2023-04-03T00:37:30.555646Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:37:31.379+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:37:33.356+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6ead4164-4de1-4409-b8da-913f54b7c267","timestamp":"2023-04-03T00:37:32.980563Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:37:33.356+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:37:42.616+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"82a0f11d-d533-4865-9dfe-4e887bd5d522","timestamp":"2023-04-03T00:37:42.730541Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:37:42.616+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:37:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e78e6e9a-dd77-4a89-a278-12359a91f66e","timestamp":"2023-04-03T00:37:47.912342Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:37:47.959+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e78e6e9a-dd77-4a89-a278-12359a91f66e","timestamp":"2023-04-03T00:37:47.912342Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:37:47.959+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:37:49.238+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2ac3d2e9-cc12-42b3-8407-77daf9ceffb5","timestamp":"2023-04-03T00:37:49.358802Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:37:49.238+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:39:31.378+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"53962227-8477-467b-82c1-e60530f4f608","timestamp":"2023-04-03T00:39:30.555690Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:39:31.379+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:39:33.361+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"17bbe6f0-78da-4b0e-a172-63c5d12b9373","timestamp":"2023-04-03T00:39:32.980477Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:39:33.361+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:39:42.696+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e142dca5-7fb1-4379-8cbe-f10797a2b473","timestamp":"2023-04-03T00:39:42.730788Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:39:42.696+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:39:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1cf04b1c-772f-4796-9c98-448bd9231d8e","timestamp":"2023-04-03T00:39:47.912704Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:39:48.028+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1cf04b1c-772f-4796-9c98-448bd9231d8e","timestamp":"2023-04-03T00:39:47.912704Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:39:48.028+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:39:49.239+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee4178d4-f155-4872-8202-9f7a12a33345","timestamp":"2023-04-03T00:39:49.358810Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:39:49.239+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:41:31.371+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"397b8906-a546-4132-adb5-1faa217e4049","timestamp":"2023-04-03T00:41:30.555631Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:41:31.371+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:41:33.362+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"182ab242-fd34-471d-8afd-761effdc6ace","timestamp":"2023-04-03T00:41:32.980638Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:41:33.362+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:41:42.613+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f58b769a-73a1-4c73-90d9-4262cd52473c","timestamp":"2023-04-03T00:41:42.730650Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:41:42.613+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:41:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ec5da436-5ce1-46cd-b3d6-def5f0de5df1","timestamp":"2023-04-03T00:41:47.912360Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:41:47.969+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ec5da436-5ce1-46cd-b3d6-def5f0de5df1","timestamp":"2023-04-03T00:41:47.912360Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:41:47.969+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:41:49.237+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f1f3078b-4140-4f95-84f9-bc1289cd00c1","timestamp":"2023-04-03T00:41:49.358872Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:41:49.237+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:43:31.364+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"4bf8ce0d-2145-4703-9944-d81735ca9ff3","timestamp":"2023-04-03T00:43:30.555667Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:43:31.364+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:43:33.361+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"083535e4-a20b-4f7b-9658-87b7f53c9f2d","timestamp":"2023-04-03T00:43:32.980525Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:43:33.361+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:43:42.612+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ebb42ad2-46c1-43c7-b645-cc75a1127bda","timestamp":"2023-04-03T00:43:42.730745Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:43:42.612+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:43:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"414648de-cef5-4787-8791-fdce5bbe5f37","timestamp":"2023-04-03T00:43:47.912470Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:43:47.959+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"414648de-cef5-4787-8791-fdce5bbe5f37","timestamp":"2023-04-03T00:43:47.912470Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:43:47.959+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:43:49.242+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"159a3a4c-533a-42f8-b558-d6d1df71dd06","timestamp":"2023-04-03T00:43:49.359083Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:43:49.243+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:45:31.378+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8686a3c2-ac90-4a30-b76a-42b2fb8b6259","timestamp":"2023-04-03T00:45:30.555751Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:45:31.378+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:45:33.418+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d332a645-e322-4cce-94bc-8e9b5752146c","timestamp":"2023-04-03T00:45:32.980669Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:45:33.418+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:45:42.607+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3d1a2b3a-ce3e-4165-adfa-ba7f069ef33e","timestamp":"2023-04-03T00:45:42.730876Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:45:42.607+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:45:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7ff75428-b82f-4282-9931-759d71547267","timestamp":"2023-04-03T00:45:47.912446Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:45:47.961+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7ff75428-b82f-4282-9931-759d71547267","timestamp":"2023-04-03T00:45:47.912446Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:45:47.961+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:45:49.299+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5a11cbe3-987d-454f-8ca1-8ccd5a79e4dd","timestamp":"2023-04-03T00:45:49.359151Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:45:49.300+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:47:31.362+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7d614ca3-fc93-45de-aba3-7fbf11cc1fa8","timestamp":"2023-04-03T00:47:30.555587Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:47:31.362+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:47:33.358+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"949090a0-d0f4-4070-8af3-5bcb6ee7a329","timestamp":"2023-04-03T00:47:32.980494Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:47:33.358+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:47:42.606+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8cc24074-ac90-4f1b-8bde-861d018c090b","timestamp":"2023-04-03T00:47:42.730693Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:47:42.607+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:47:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a4723d65-6029-4c26-9565-6190418ec4ce","timestamp":"2023-04-03T00:47:47.912261Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:47:47.957+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a4723d65-6029-4c26-9565-6190418ec4ce","timestamp":"2023-04-03T00:47:47.912261Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:47:47.958+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:47:49.245+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"efade7b8-a942-4052-b739-1951eba29c23","timestamp":"2023-04-03T00:47:49.358888Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:47:49.245+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:49:31.359+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"77a41385-b4c0-4b25-8122-de3f430d5ba5","timestamp":"2023-04-03T00:49:30.555819Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:49:31.359+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:49:33.359+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"864a3d48-2afa-4d23-8da9-1c0eaf8d13b1","timestamp":"2023-04-03T00:49:32.980500Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:49:33.359+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:49:42.610+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"08791766-8599-44ab-a8bd-69725c8386b1","timestamp":"2023-04-03T00:49:42.730706Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:49:42.610+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:49:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"123d7aa7-fc41-4f05-a232-0b453fccc016","timestamp":"2023-04-03T00:49:47.912401Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:49:47.955+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"123d7aa7-fc41-4f05-a232-0b453fccc016","timestamp":"2023-04-03T00:49:47.912401Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:49:47.955+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:49:49.232+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"19a601ba-9e02-4b4c-a691-a85957072f4f","timestamp":"2023-04-03T00:49:49.358781Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:49:49.233+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:51:31.368+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8dc15b73-a477-45d2-b364-33ac432d38b2","timestamp":"2023-04-03T00:51:30.555681Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:51:31.368+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:51:33.354+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"86e9eaeb-46f3-4e70-b578-234760e92f72","timestamp":"2023-04-03T00:51:32.980367Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:51:33.354+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:51:42.608+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b13e1125-0ac7-4e3a-be17-20b09f1ba767","timestamp":"2023-04-03T00:51:42.730742Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:51:42.608+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:51:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d1b2e25d-48c7-4c72-8add-e7b535d08c2b","timestamp":"2023-04-03T00:51:47.912316Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:51:47.969+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d1b2e25d-48c7-4c72-8add-e7b535d08c2b","timestamp":"2023-04-03T00:51:47.912316Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:51:47.970+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:51:49.252+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bb2f1b83-9ee9-4c70-a7bb-d28e946983b7","timestamp":"2023-04-03T00:51:49.358691Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:51:49.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:53:31.426+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"063feab4-15fc-439d-a4de-da0066013ac8","timestamp":"2023-04-03T00:53:30.555630Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:53:31.426+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:53:33.359+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"09fa5197-dfad-497b-add1-ffb6ee7f7995","timestamp":"2023-04-03T00:53:32.980411Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:53:33.360+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:53:42.597+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bbe66fcc-c13e-4ba3-988b-f508a4883785","timestamp":"2023-04-03T00:53:42.730703Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:53:42.597+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:53:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e76bc5b-3b73-4cf4-9f48-70e43311977d","timestamp":"2023-04-03T00:53:47.912465Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:53:47.951+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e76bc5b-3b73-4cf4-9f48-70e43311977d","timestamp":"2023-04-03T00:53:47.912465Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:53:47.952+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:53:49.223+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f1d1a11d-e67d-4441-8a4e-3d465fc65038","timestamp":"2023-04-03T00:53:49.358814Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:53:49.224+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:55:31.372+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0086ee8e-ad81-43d4-8382-ad8238d0650c","timestamp":"2023-04-03T00:55:30.555542Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:55:31.372+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:55:33.361+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"838aa7bf-df29-462d-8fc3-1d80cf1dfe8c","timestamp":"2023-04-03T00:55:32.980479Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:55:33.361+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:55:42.672+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9657ed81-b403-4c62-bdf9-30667f3f3e4b","timestamp":"2023-04-03T00:55:42.730731Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:55:42.672+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:55:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b4e37ee3-bfa2-40aa-a3f2-379e0d0335e3","timestamp":"2023-04-03T00:55:47.912382Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:55:47.959+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b4e37ee3-bfa2-40aa-a3f2-379e0d0335e3","timestamp":"2023-04-03T00:55:47.912382Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:55:47.960+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:55:49.238+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ec4472fa-729f-4e1e-870f-ddeaea4c858f","timestamp":"2023-04-03T00:55:49.359019Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:55:49.238+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:57:31.370+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc68f793-a234-45cf-9f1a-ed1c1630a475","timestamp":"2023-04-03T00:57:30.555737Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:57:31.371+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:57:33.354+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"65702f2e-f344-44a7-bf66-74e0d2959b9a","timestamp":"2023-04-03T00:57:32.980437Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:57:33.354+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:57:42.608+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c34a3ec0-7158-4f52-bf8c-238af719cc85","timestamp":"2023-04-03T00:57:42.730646Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:57:42.608+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:57:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d0ff5b69-b8d5-4165-87dc-2d2c085291e8","timestamp":"2023-04-03T00:57:47.912260Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:57:47.963+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d0ff5b69-b8d5-4165-87dc-2d2c085291e8","timestamp":"2023-04-03T00:57:47.912260Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:57:47.963+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:57:49.289+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc37855b-f003-4c35-848e-fe16f4e3a27b","timestamp":"2023-04-03T00:57:49.358916Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:57:49.289+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:59:31.358+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"4da160e0-5b43-4ffb-be62-4cd4615f4b5d","timestamp":"2023-04-03T00:59:30.555570Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T00:59:31.358+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:59:33.370+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f3cdd837-bcb3-49be-a59b-1dea1c67e8b9","timestamp":"2023-04-03T00:59:32.980474Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T00:59:33.370+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:59:42.604+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b87a7c90-6e53-42e9-a497-8c117c3aeebd","timestamp":"2023-04-03T00:59:42.731115Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T00:59:42.604+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:59:47.913+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c407b8e3-061e-4067-8a2d-5f16cc798b45","timestamp":"2023-04-03T00:59:47.912851Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:59:47.949+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c407b8e3-061e-4067-8a2d-5f16cc798b45","timestamp":"2023-04-03T00:59:47.912851Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T00:59:47.950+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T00:59:49.256+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2dc65911-23b5-491a-8e6b-60664a6131f5","timestamp":"2023-04-03T00:59:49.359949Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T00:59:49.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:01:31.366+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f8e14976-513e-465c-9530-91be91b0ac02","timestamp":"2023-04-03T01:01:30.555671Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T01:01:31.366+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:01:33.350+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6912d6c8-d0e9-48e3-b962-0bd361c187e5","timestamp":"2023-04-03T01:01:32.980393Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T01:01:33.350+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:01:42.604+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3c4f1384-0349-4969-85c7-bca6998758c3","timestamp":"2023-04-03T01:01:42.730770Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T01:01:42.604+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:01:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dee8ac9e-8bbc-44f8-96dc-775467c3d7fe","timestamp":"2023-04-03T01:01:47.912286Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T01:01:47.967+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dee8ac9e-8bbc-44f8-96dc-775467c3d7fe","timestamp":"2023-04-03T01:01:47.912286Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T01:01:47.968+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:01:49.238+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3fec43ba-dad2-4639-b173-1f61076c69a2","timestamp":"2023-04-03T01:01:49.358723Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T01:01:49.238+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:03:31.363+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6bd5e43c-ea35-43b3-9171-0c5660cbfa25","timestamp":"2023-04-03T01:03:30.555652Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T01:03:31.364+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:03:33.355+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"394e4ea8-e721-4462-a5e0-48b4105555ba","timestamp":"2023-04-03T01:03:32.980592Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T01:03:33.355+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:03:42.610+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"70d97f00-bcfd-448a-8b92-ed0d6f1c3d73","timestamp":"2023-04-03T01:03:42.730621Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T01:03:42.610+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:03:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b792d418-0ba9-47fc-b15c-4f774db7fc99","timestamp":"2023-04-03T01:03:47.912390Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T01:03:47.966+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b792d418-0ba9-47fc-b15c-4f774db7fc99","timestamp":"2023-04-03T01:03:47.912390Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T01:03:47.966+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:03:49.225+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"76e461c2-c6cb-4ada-a167-5907505bf84e","timestamp":"2023-04-03T01:03:49.358772Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T01:03:49.227+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:05:31.370+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0eaafdf5-5295-4ad6-aa29-06006bd1a488","timestamp":"2023-04-03T01:05:30.555742Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T01:05:31.370+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:05:33.352+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6c983461-a109-4350-91f6-7c2115b4fac4","timestamp":"2023-04-03T01:05:32.980615Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T01:05:33.352+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:05:42.616+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0913641-40b3-4617-be87-d3269f60f29b","timestamp":"2023-04-03T01:05:42.730730Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T01:05:42.616+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:05:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"50b729cb-b695-4b37-a8b6-32e044c8151d","timestamp":"2023-04-03T01:05:47.912469Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T01:05:47.956+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"50b729cb-b695-4b37-a8b6-32e044c8151d","timestamp":"2023-04-03T01:05:47.912469Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T01:05:47.957+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:05:49.226+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"724c8523-5b14-4a03-8b4b-fceded7aed2b","timestamp":"2023-04-03T01:05:49.358811Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T01:05:49.226+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:07:31.356+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7fcb5fba-f457-474b-b62f-19a9b3de6cbd","timestamp":"2023-04-03T01:07:30.555576Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T01:07:31.356+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:07:33.358+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bbef31bb-bec3-4f61-a6e1-fb29303f6327","timestamp":"2023-04-03T01:07:32.980537Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T01:07:33.358+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:07:42.596+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a1356889-4ba3-406d-94b0-f3b31f81e1d3","timestamp":"2023-04-03T01:07:42.730828Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T01:07:42.596+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:07:47.912+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8fee07c8-6f02-487d-b4b0-36fd968547b6","timestamp":"2023-04-03T01:07:47.912342Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T01:07:47.953+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8fee07c8-6f02-487d-b4b0-36fd968547b6","timestamp":"2023-04-03T01:07:47.912342Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T01:07:47.954+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:07:49.237+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f61921be-a394-4d3f-ac29-ef016967a7a4","timestamp":"2023-04-03T01:07:49.358799Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T01:07:49.237+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:09:31.363+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"f2dc5155-89f1-455b-9abe-ca162e6548a0","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1d230733-303b-418a-8e08-cb8a1fcb53ff","timestamp":"2023-04-03T01:09:30.555808Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-04-03T01:09:31.363+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:09:33.405+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"54d26a85-d0fe-43d9-9c3d-d43d72382879","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d7896275-64fe-475e-97e2-1ab514f8a0e2","timestamp":"2023-04-03T01:09:32.980454Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-04-03T01:09:33.405+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:09:42.592+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"c1b0ec68-9649-417f-bcdc-3a23ef42a46e","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"cccf39da-94aa-4acc-a3f2-7609017783dd","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"30aa2f75-2b6a-4236-95d6-640dfe4b0658","timestamp":"2023-04-03T01:09:42.730896Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-04-03T01:09:42.593+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:09:47.918+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d858becc-67b9-47d7-a579-0a9769b1e64c","timestamp":"2023-04-03T01:09:47.912395Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T01:09:47.970+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"91f5bff5-0faa-4569-904e-c89c0df37d2b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d858becc-67b9-47d7-a579-0a9769b1e64c","timestamp":"2023-04-03T01:09:47.912395Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-04-03T01:09:47.970+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-04-03T01:09:49.235+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"1a622475-5610-40e6-b84a-d47d3c9dface","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1e72f217-f389-42eb-85ca-f5eadeae96bd","timestamp":"2023-04-03T01:09:49.358845Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-04-03T01:09:49.235+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS