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-06-27T04:02:50.985+00:00|INFO|PolicyParticipantApplication|main] Starting PolicyParticipantApplication using Java 11.0.19 on onap-policy-clamp-ac-pf-ppnt-79dd5dcfb9-5b8lz with PID 7 (/app/app.jar started by policy in /opt/app/policy/clamp/bin)
[2023-06-27T04:02:50.995+00:00|INFO|PolicyParticipantApplication|main] No active profile set, falling back to 1 default profile: "default"
[2023-06-27T04:02:51.096+00:00|INFO|Version|background-preinit] HV000001: Hibernate Validator 6.2.5.Final
[2023-06-27T04:02:57.036+00:00|INFO|TomcatWebServer|main] Tomcat initialized with port(s): 8085 (http)
[2023-06-27T04:02:57.077+00:00|INFO|Http11NioProtocol|main] Initializing ProtocolHandler ["http-nio-8085"]
[2023-06-27T04:02:57.079+00:00|INFO|StandardService|main] Starting service [Tomcat]
[2023-06-27T04:02:57.079+00:00|INFO|StandardEngine|main] Starting Servlet engine: [Apache Tomcat/9.0.71]
[2023-06-27T04:02:57.377+00:00|INFO|[/onap/policyparticipant]|main] Initializing Spring embedded WebApplicationContext
[2023-06-27T04:02:57.378+00:00|INFO|ServletWebServerApplicationContext|main] Root WebApplicationContext: initialization completed in 6181 ms
[2023-06-27T04:03:01.632+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-06-27T04:03:01.903+00:00|INFO|AbstractLogin|main] Successfully logged in.
[2023-06-27T04:03:02.162+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-06-27T04:03:02.166+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-06-27T04:03:02.166+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1687838582158
[2023-06-27T04:03:02.172+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-06-27T04:03:02.933+00:00|INFO|DefaultSecurityFilterChain|main] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4016ccc1, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@46cb98a3, org.springframework.security.web.context.SecurityContextPersistenceFilter@7aa9e414, org.springframework.security.web.header.HeaderWriterFilter@6f4ade6e, org.springframework.security.web.authentication.logout.LogoutFilter@6b2e0f78, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@117bcfdc, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@624a24f6, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@338cc75f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3ffb3598, org.springframework.security.web.session.SessionManagementFilter@3ec2ecea, org.springframework.security.web.access.ExceptionTranslationFilter@15f8701f, org.springframework.security.web.access.intercept.AuthorizationFilter@112d1c8e]
[2023-06-27T04:03:08.801+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path '/actuator'
[2023-06-27T04:03:08.971+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["http-nio-8085"]
[2023-06-27T04:03:09.098+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 8085 (http) with context path '/onap/policyparticipant'
[2023-06-27T04:03:09.137+00:00|INFO|ServiceManager|main] service manager starting
[2023-06-27T04:03:09.137+00:00|INFO|ServiceManager|main] service manager starting Topic endpoint management
[2023-06-27T04:03:09.156+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=248c2264-62f7-43fe-b822-6591ac27f232, consumerInstance=onap-policy-clamp-ac-pf-ppnt-79dd5dcfb9-5b8lz, 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-06-27T04:03:09.248+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-06-27T04:03:09.266+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-06-27T04:03:09.266+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-06-27T04:03:09.266+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1687838589266
[2023-06-27T04:03:09.267+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-06-27T04:03:09.268+00:00|INFO|InlineBusTopicSink|main] InlineKafkaTopicSink [getTopicCommInfrastructure()=KAFKA, toString()=InlineBusTopicSink [partitionId=5e505701-a4f7-466f-8b58-7ec72e3b0f2d, alive=false, publisher=null]]: starting
[2023-06-27T04:03:09.365+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-06-27T04:03:09.409+00:00|INFO|KafkaProducer|main] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Instantiated an idempotent producer.
[2023-06-27T04:03:09.480+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-06-27T04:03:09.480+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-06-27T04:03:09.480+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1687838589480
[2023-06-27T04:03:09.481+00:00|INFO|InlineKafkaTopicSink|main] InlineKafkaTopicSink [getTopicCommInfrastructure()=KAFKA, toString()=InlineBusTopicSink [partitionId=5e505701-a4f7-466f-8b58-7ec72e3b0f2d, alive=false, publisher=KafkaPublisherWrapper []]]: KAFKA SINK created
[2023-06-27T04:03:09.482+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantMessagePublisher$$EnhancerBySpringCGLIB$$24ee5dd8
[2023-06-27T04:03:09.526+00:00|INFO|ServiceManager|main] service manager starting Listener AcPropertyUpdateListener
[2023-06-27T04:03:09.528+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantPrimeListener
[2023-06-27T04:03:09.528+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantRegisterAckListener
[2023-06-27T04:03:09.528+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantStatusReqListener
[2023-06-27T04:03:09.528+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionStateChangeListener
[2023-06-27T04:03:09.528+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionDeployListener
[2023-06-27T04:03:09.528+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantDeregisterAckListener
[2023-06-27T04:03:09.528+00:00|INFO|ServiceManager|main] service manager starting Topic Message Dispatcher
[2023-06-27T04:03:09.529+00:00|INFO|TopicBase|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=248c2264-62f7-43fe-b822-6591ac27f232, consumerInstance=onap-policy-clamp-ac-pf-ppnt-79dd5dcfb9-5b8lz, 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@5634a861
[2023-06-27T04:03:09.529+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=248c2264-62f7-43fe-b822-6591ac27f232, consumerInstance=onap-policy-clamp-ac-pf-ppnt-79dd5dcfb9-5b8lz, 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-06-27T04:03:09.529+00:00|INFO|ServiceManager|main] service manager started
[2023-06-27T04:03:09.596+00:00|INFO|OrderedServiceImpl|main] ***** OrderedServiceImpl implementers:
 []
[2023-06-27T04:03:09.599+00:00|INFO|network|main] [OUT|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"c142290f-3e9b-4629-9687-01fda66693ae","timestamp":"2023-06-27T04:03:09.558830Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:03:10.770+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 Cel49a0MQry9e9TPLB23Pg
[2023-06-27T04:03:10.771+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 Cel49a0MQry9e9TPLB23Pg
[2023-06-27T04:03:10.771+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 Cel49a0MQry9e9TPLB23Pg
[2023-06-27T04:03:10.771+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 Cel49a0MQry9e9TPLB23Pg
[2023-06-27T04:03:10.771+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 Cel49a0MQry9e9TPLB23Pg
[2023-06-27T04:03:10.771+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 Cel49a0MQry9e9TPLB23Pg
[2023-06-27T04:03:10.771+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 Cel49a0MQry9e9TPLB23Pg
[2023-06-27T04:03:10.779+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 Cel49a0MQry9e9TPLB23Pg
[2023-06-27T04:03:10.779+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 Cel49a0MQry9e9TPLB23Pg
[2023-06-27T04:03:10.779+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 Cel49a0MQry9e9TPLB23Pg
[2023-06-27T04:03:10.779+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 Cel49a0MQry9e9TPLB23Pg
[2023-06-27T04:03:10.780+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 Cel49a0MQry9e9TPLB23Pg
[2023-06-27T04:03:10.791+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: 6tnS1gfGRJa1NkfHU0EIRA
[2023-06-27T04:03:10.793+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: 6tnS1gfGRJa1NkfHU0EIRA
[2023-06-27T04:03:10.798+00:00|INFO|TransactionManager|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] ProducerId set to 1001 with epoch 0
[2023-06-27T04:03:10.799+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
[2023-06-27T04:03:10.833+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-06-27T04:03:10.914+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-f3919aeb-35cb-46d2-8ee6-04ff58afe7dc
[2023-06-27T04:03:10.915+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-06-27T04:03:10.916+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-06-27T04:03:10.986+00:00|INFO|ParticipantMessagePublisher|main] Sent Participant Register message to CLAMP - ParticipantRegister(super=ParticipantMessage(messageType=PARTICIPANT_REGISTER, messageId=c142290f-3e9b-4629-9687-01fda66693ae, timestamp=2023-06-27T04:03:09.558830Z, participantId=101c62b3-8918-41b9-a747-d21eb79c6c03, automationCompositionId=null, compositionId=null), participantSupportedElementType=[ParticipantSupportedElementType(id=cc7661ec-7ba5-4d5c-9294-5678635def99, typeName=org.onap.policy.clamp.acm.PolicyAutomationCompositionElement, typeVersion=1.0.0)])
[2023-06-27T04:03:11.062+00:00|INFO|PolicyParticipantApplication|main] Started PolicyParticipantApplication in 22.369 seconds (JVM running for 24.072)
[2023-06-27T04:03:13.922+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-f3919aeb-35cb-46d2-8ee6-04ff58afe7dc', protocol='range'}
[2023-06-27T04:03:13.930+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-f3919aeb-35cb-46d2-8ee6-04ff58afe7dc=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-06-27T04:03:13.964+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-f3919aeb-35cb-46d2-8ee6-04ff58afe7dc', protocol='range'}
[2023-06-27T04:03:13.968+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-06-27T04:03:13.978+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-06-27T04:03:14.008+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-06-27T04:03:14.009+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-06-27T04:03:14.011+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-06-27T04:03:14.012+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-06-27T04:03:14.013+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-06-27T04:03:14.013+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-06-27T04:03:14.154+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=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-06-27T04:03:14.156+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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2023-06-27T04:03:14.160+00:00|INFO|SubscriptionState|kafka-coordinator-heartbeat-thread | policy-clamp-ac-pf-ppnt] [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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2023-06-27T04:03:14.161+00:00|INFO|SubscriptionState|kafka-coordinator-heartbeat-thread | policy-clamp-ac-pf-ppnt] [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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2023-06-27T04:03:14.186+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting offset for partition policy.clamp-runtime-acm-3 to position FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2023-06-27T04:03:14.187+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=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-06-27T04:03:25.173+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"153f7a7c-90b3-4b5d-a1a4-b93714f24e0d","timestamp":"2023-06-27T04:03:23.587471Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:03:25.188+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_REGISTER
[2023-06-27T04:04:57.194+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a5294c0b-bcf3-4ae2-bfa3-c3c01f642604","timestamp":"2023-06-27T04:04:56.661730Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:04:57.197+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:04:58.618+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f039a325-db8a-4bb9-8f62-7c12e077a2c9","timestamp":"2023-06-27T04:04:58.282367Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:04:58.618+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:05:01.505+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2639ba82-c87f-4ceb-a390-11e3082c4bfe","timestamp":"2023-06-27T04:05:01.474160Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:05:01.599+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2639ba82-c87f-4ceb-a390-11e3082c4bfe","timestamp":"2023-06-27T04:05:01.474160Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:05:01.601+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:05:01.892+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f009189a-4b6a-44d2-9368-d20ea41aea91","timestamp":"2023-06-27T04:05:01.363548Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:05:01.892+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:05:15.960+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"51291d5e-650a-4dd4-a01f-6e9c126ec73b","timestamp":"2023-06-27T04:05:15.606528Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:05:15.961+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:06:57.114+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"14f36331-eeb6-4a4f-b1a3-1c889a8d6bec","timestamp":"2023-06-27T04:06:56.660289Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:06:57.115+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:06:58.543+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dfe2a231-ce0b-4100-ac0f-a40a930b1947","timestamp":"2023-06-27T04:06:58.280734Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:06:58.544+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:07:01.476+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0fd9a2e2-1285-444d-8a26-030121ff7f92","timestamp":"2023-06-27T04:07:01.472591Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:07:01.536+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0fd9a2e2-1285-444d-8a26-030121ff7f92","timestamp":"2023-06-27T04:07:01.472591Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:07:01.536+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:07:01.862+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7ff5811c-e0ae-423e-8558-32b30ca09ab6","timestamp":"2023-06-27T04:07:01.362778Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:07:01.863+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:07:15.903+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8a846659-bad3-44b1-944d-a44f37c8fb87","timestamp":"2023-06-27T04:07:15.605251Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:07:15.904+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:08:57.078+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"dda0c8c6-bde5-461d-8b75-5685cf196636","timestamp":"2023-06-27T04:08:56.660350Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:08:57.079+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:08:58.540+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"85066076-9c66-4500-867e-79775eb5a7c3","timestamp":"2023-06-27T04:08:58.281239Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:08:58.541+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:09:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c291db57-3dcd-47d7-ba3f-f5aefaec2336","timestamp":"2023-06-27T04:09:01.472062Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:09:01.550+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c291db57-3dcd-47d7-ba3f-f5aefaec2336","timestamp":"2023-06-27T04:09:01.472062Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:09:01.551+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:09:01.862+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7edb05f9-2258-4684-be2f-644cf72201fc","timestamp":"2023-06-27T04:09:01.363044Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:09:01.863+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:09:15.877+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"323f9ea8-8191-401b-9449-56cbf7895b62","timestamp":"2023-06-27T04:09:15.605710Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:09:15.877+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:10:57.086+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae6b410d-4fd3-4fa5-9433-53b244c5bdc8","timestamp":"2023-06-27T04:10:56.660726Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:10:57.087+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:10:58.545+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c91a2a15-592a-43a7-8cf3-9143bd4a57b9","timestamp":"2023-06-27T04:10:58.280762Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:10:58.545+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:11:01.475+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6cf7ecb8-25b9-4827-ac00-93350a22ec27","timestamp":"2023-06-27T04:11:01.472837Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:11:01.514+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6cf7ecb8-25b9-4827-ac00-93350a22ec27","timestamp":"2023-06-27T04:11:01.472837Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:11:01.515+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:11:01.858+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7e91ef1d-fb91-4797-84f3-88f0523e1142","timestamp":"2023-06-27T04:11:01.363407Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:11:01.859+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:11:15.865+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e46f16a0-4ed4-48d9-8a25-c538448d7e52","timestamp":"2023-06-27T04:11:15.605173Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:11:15.866+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:12:11.015+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-06-27T04:12:31.586+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-06-27T04:12:57.073+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f7b22e4e-3069-4845-8741-b042765e0fb6","timestamp":"2023-06-27T04:12:56.660289Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:12:57.074+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:12:58.587+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cd0be54e-8d8c-4fdb-a9f9-fdb557f10a86","timestamp":"2023-06-27T04:12:58.280700Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:12:58.587+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:13:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6701dcf8-11aa-4cfd-b487-7dab76668977","timestamp":"2023-06-27T04:13:01.471941Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:13:01.502+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6701dcf8-11aa-4cfd-b487-7dab76668977","timestamp":"2023-06-27T04:13:01.471941Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:13:01.502+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:13:01.910+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1bbb0d3e-a020-44dc-b724-db801ddad079","timestamp":"2023-06-27T04:13:01.363188Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:13:01.910+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:13:15.862+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1df66246-1e14-47ec-81e9-9807e52bfba9","timestamp":"2023-06-27T04:13:15.605121Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:13:15.862+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:14:57.083+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"87a719e6-c190-4b8b-9155-ebb3d6bc98e8","timestamp":"2023-06-27T04:14:56.660705Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:14:57.085+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:14:58.550+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"df054b58-e550-4c85-b471-92f56f60a4ea","timestamp":"2023-06-27T04:14:58.280646Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:14:58.550+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:15:01.481+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fce33ac7-0f87-4a45-9c20-3d6e9126572b","timestamp":"2023-06-27T04:15:01.475451Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:15:01.515+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fce33ac7-0f87-4a45-9c20-3d6e9126572b","timestamp":"2023-06-27T04:15:01.475451Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:15:01.515+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:15:01.848+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3b196e50-9275-4c07-9dd4-97a56961db99","timestamp":"2023-06-27T04:15:01.362665Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:15:01.848+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:15:15.881+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dec634f1-3b70-4a72-a73f-42a2a0000043","timestamp":"2023-06-27T04:15:15.605140Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:15:15.882+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:16:57.081+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0313355c-a539-45d9-96d0-f4e6cf8b753f","timestamp":"2023-06-27T04:16:56.660309Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:16:57.082+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:16:58.549+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"14cd9402-ca3f-4583-91e7-14bcccbe9bcc","timestamp":"2023-06-27T04:16:58.281539Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:16:58.550+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:17:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"71e5b73b-295b-4155-a30a-bbe175bfa24a","timestamp":"2023-06-27T04:17:01.472239Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:17:01.500+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"71e5b73b-295b-4155-a30a-bbe175bfa24a","timestamp":"2023-06-27T04:17:01.472239Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:17:01.500+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:17:01.865+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b74bf95-3db1-4acf-b342-0103322ba3f8","timestamp":"2023-06-27T04:17:01.362737Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:17:01.866+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:17:15.869+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"49acba51-d26c-4436-9a7d-8e7602765077","timestamp":"2023-06-27T04:17:15.605673Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:17:15.870+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:18:01.626+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-06-27T04:18:57.089+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"23928e26-4efb-4374-a5b9-e9b8f31a6df9","timestamp":"2023-06-27T04:18:56.661714Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:18:57.091+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:18:58.545+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"03bb2cce-1099-4ba8-9040-c24f8f9ba314","timestamp":"2023-06-27T04:18:58.280779Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:18:58.546+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:19:01.475+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f205106c-3d9c-4bb4-8c8e-fe9e6c62e61d","timestamp":"2023-06-27T04:19:01.472501Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:19:01.525+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f205106c-3d9c-4bb4-8c8e-fe9e6c62e61d","timestamp":"2023-06-27T04:19:01.472501Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:19:01.525+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:19:01.857+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5bfe127c-f2b6-47f5-adc1-f33cc9a4aa24","timestamp":"2023-06-27T04:19:01.362828Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:19:01.858+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:19:15.876+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"11aae772-3205-4d27-9105-fe17cfcbfc85","timestamp":"2023-06-27T04:19:15.605218Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:19:15.877+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:20:57.110+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ce699b28-9679-4b64-b4a3-8817029a3b27","timestamp":"2023-06-27T04:20:56.661576Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:20:57.110+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:20:58.585+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"50d7e662-fc49-4538-b8db-b9e443fa993f","timestamp":"2023-06-27T04:20:58.280805Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:20:58.585+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:21:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2550cdcc-327f-4fad-b6c0-287f09fcf23a","timestamp":"2023-06-27T04:21:01.471809Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:21:01.539+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2550cdcc-327f-4fad-b6c0-287f09fcf23a","timestamp":"2023-06-27T04:21:01.471809Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:21:01.539+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:21:01.907+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5448480c-be78-4040-8ba3-a7e5863364d1","timestamp":"2023-06-27T04:21:01.364126Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:21:01.908+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:21:15.877+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7af07144-d1bb-43bc-8e27-f3118561ce76","timestamp":"2023-06-27T04:21:15.605149Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:21:15.877+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:22:57.125+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"26e2c87b-2fe0-44c8-94e6-e5bcd2b8dd06","timestamp":"2023-06-27T04:22:56.660288Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:22:57.126+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:22:58.572+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33c9215a-a1cc-4b74-aadc-7b725eee0c0b","timestamp":"2023-06-27T04:22:58.280696Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:22:58.572+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:23:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1868f8a7-b576-455b-8781-8ac621540e4a","timestamp":"2023-06-27T04:23:01.472228Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:23:01.505+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1868f8a7-b576-455b-8781-8ac621540e4a","timestamp":"2023-06-27T04:23:01.472228Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:23:01.505+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:23:01.876+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b87d6b2e-72b9-4e5c-ad55-9c2108dfabbd","timestamp":"2023-06-27T04:23:01.363429Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:23:01.877+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:23:15.883+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"364e9dc1-3482-4af0-96e2-7e900985ec7e","timestamp":"2023-06-27T04:23:15.605463Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:23:15.886+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:24:57.086+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"22f24cbe-8ae1-4f05-b090-de9e370c1dc2","timestamp":"2023-06-27T04:24:56.661847Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:24:57.086+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:24:58.563+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4c7a9d5b-d3e5-4436-afea-237a02cae3c9","timestamp":"2023-06-27T04:24:58.281495Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:24:58.563+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:25:01.475+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3fa45952-70e9-45bb-9485-2943891eee55","timestamp":"2023-06-27T04:25:01.474447Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:25:01.504+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3fa45952-70e9-45bb-9485-2943891eee55","timestamp":"2023-06-27T04:25:01.474447Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:25:01.504+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:25:01.852+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"177eea41-60a8-4442-9f7b-158d43d52117","timestamp":"2023-06-27T04:25:01.362803Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:25:01.853+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:25:15.926+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"902634ae-0fe9-45ba-92c3-70d28ceda7b0","timestamp":"2023-06-27T04:25:15.605471Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:25:15.926+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:26:57.091+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d893176d-7d27-4606-b46b-795270ea0c22","timestamp":"2023-06-27T04:26:56.660355Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:26:57.091+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:26:58.556+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cfb36876-7afe-4394-b26b-79197c0fc0e3","timestamp":"2023-06-27T04:26:58.280781Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:26:58.556+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:27:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"96cb4110-510a-4273-a910-b25775554985","timestamp":"2023-06-27T04:27:01.471852Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:27:01.500+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"96cb4110-510a-4273-a910-b25775554985","timestamp":"2023-06-27T04:27:01.471852Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:27:01.501+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:27:01.847+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e102a207-5e6f-4a09-8dd8-c34b357e50fc","timestamp":"2023-06-27T04:27:01.362720Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:27:01.848+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:27:15.886+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"27be5524-81d1-481e-b3e8-bd4df878344a","timestamp":"2023-06-27T04:27:15.605100Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:27:15.887+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:28:57.100+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"38f91181-260d-4dcc-bdd5-c9bb330fff9a","timestamp":"2023-06-27T04:28:56.660192Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:28:57.102+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:28:58.566+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"29c9a320-cb95-4b01-9379-e74b30b9a6fb","timestamp":"2023-06-27T04:28:58.280612Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:28:58.567+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:29:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e3252b9-2ba8-4e6e-874f-121a01927fe0","timestamp":"2023-06-27T04:29:01.472439Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:29:01.499+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e3252b9-2ba8-4e6e-874f-121a01927fe0","timestamp":"2023-06-27T04:29:01.472439Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:29:01.499+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:29:01.858+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f3d8c05f-0d1d-4c3d-8f16-d4accfad3c18","timestamp":"2023-06-27T04:29:01.363091Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:29:01.858+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:29:15.892+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b4da7305-e590-42bd-92eb-f10c0640ccf6","timestamp":"2023-06-27T04:29:15.605278Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:29:15.892+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:30:57.141+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"453bf72d-d656-46ac-af44-04f2f7a8eef3","timestamp":"2023-06-27T04:30:56.660565Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:30:57.141+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:30:58.569+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"53f000eb-ecc3-4351-9cf7-1d250d393a7b","timestamp":"2023-06-27T04:30:58.280697Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:30:58.569+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:31:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4094e80a-79d0-4d67-8218-da88c2756c26","timestamp":"2023-06-27T04:31:01.472221Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:31:01.504+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4094e80a-79d0-4d67-8218-da88c2756c26","timestamp":"2023-06-27T04:31:01.472221Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:31:01.505+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:31:01.874+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7db9d3e1-9032-4d0f-bb0e-2fcac4026a5c","timestamp":"2023-06-27T04:31:01.363073Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:31:01.874+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:31:15.903+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9368e315-8234-4735-997b-cd4cc9ea7bde","timestamp":"2023-06-27T04:31:15.605186Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:31:15.903+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:32:57.113+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b4b16d0d-6284-44d4-9c76-8f8c7dcf98ed","timestamp":"2023-06-27T04:32:56.660555Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:32:57.115+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:32:58.575+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f5e22506-289e-4b78-9fda-86c5ef041860","timestamp":"2023-06-27T04:32:58.281688Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:32:58.575+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:33:01.477+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1010249b-e5c2-4a59-9e0c-51a2bea20e5f","timestamp":"2023-06-27T04:33:01.472400Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:33:01.505+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1010249b-e5c2-4a59-9e0c-51a2bea20e5f","timestamp":"2023-06-27T04:33:01.472400Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:33:01.506+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:33:01.852+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f83f308c-c276-47f7-9177-801c4e6173fb","timestamp":"2023-06-27T04:33:01.362718Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:33:01.852+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:33:15.899+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"47ef2ed7-b690-49e7-aa74-604a3fd90cd2","timestamp":"2023-06-27T04:33:15.606312Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:33:15.900+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:34:57.116+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"46d81959-257d-4063-8f03-02297c5cc2fd","timestamp":"2023-06-27T04:34:56.660270Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:34:57.116+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:34:58.574+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"03544c9f-b426-4c04-bc71-5a0d831f15a1","timestamp":"2023-06-27T04:34:58.280651Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:34:58.574+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:35:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"819a8a39-18b2-4b38-9b79-cbcd6e11026e","timestamp":"2023-06-27T04:35:01.471917Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:35:01.502+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"819a8a39-18b2-4b38-9b79-cbcd6e11026e","timestamp":"2023-06-27T04:35:01.471917Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:35:01.503+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:35:01.856+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dc854a6c-ff35-4970-a414-4b986b8141a3","timestamp":"2023-06-27T04:35:01.362767Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:35:01.857+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:35:15.899+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"22e7e5b0-9c15-4e39-8d2a-04f31f432970","timestamp":"2023-06-27T04:35:15.605627Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:35:15.900+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:36:57.109+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6c4d8292-fc80-432a-aafa-db9167f96663","timestamp":"2023-06-27T04:36:56.660331Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:36:57.110+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:36:58.577+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ef6ef61c-297e-4a0d-a366-d8e729d98094","timestamp":"2023-06-27T04:36:58.280652Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:36:58.578+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:37:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"37875cdc-eb5b-46f8-acab-40270e3241b9","timestamp":"2023-06-27T04:37:01.471985Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:37:01.497+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"37875cdc-eb5b-46f8-acab-40270e3241b9","timestamp":"2023-06-27T04:37:01.471985Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:37:01.498+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:37:01.856+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"560b3c0e-3457-4313-a7cc-4336e7173beb","timestamp":"2023-06-27T04:37:01.362727Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:37:01.856+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:37:15.902+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"31cd7bef-0a48-4061-9197-b916f759f8ea","timestamp":"2023-06-27T04:37:15.605244Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:37:15.906+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:38:57.107+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f6bd29a3-58da-4110-afc8-30bb9a48f9d8","timestamp":"2023-06-27T04:38:56.660320Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:38:57.108+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:38:58.581+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8cc5cf6d-b1c9-4a18-b196-727dcd11ed50","timestamp":"2023-06-27T04:38:58.280661Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:38:58.581+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:39:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"50ddec8c-9e1d-40cd-9ff7-b3c21e244d76","timestamp":"2023-06-27T04:39:01.472439Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:39:01.516+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"50ddec8c-9e1d-40cd-9ff7-b3c21e244d76","timestamp":"2023-06-27T04:39:01.472439Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:39:01.517+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:39:01.853+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f9c891e4-15aa-4ff0-802b-e9d0ae9ac330","timestamp":"2023-06-27T04:39:01.362897Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:39:01.853+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:39:15.935+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2ca2a6cb-7d3c-43db-a6d3-5d373c970bda","timestamp":"2023-06-27T04:39:15.605145Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:39:15.936+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:40:57.107+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b8cad44e-6a03-4ad6-8a94-8bbb27b04d1d","timestamp":"2023-06-27T04:40:56.660321Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:40:57.108+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:40:58.581+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"465952eb-7ef9-4908-8b8e-b77a95a16642","timestamp":"2023-06-27T04:40:58.281352Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:40:58.583+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:41:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"60859191-7f5b-4458-aa2b-832afa34676a","timestamp":"2023-06-27T04:41:01.472044Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:41:01.510+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"60859191-7f5b-4458-aa2b-832afa34676a","timestamp":"2023-06-27T04:41:01.472044Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:41:01.510+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:41:01.852+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dd2ac559-2152-4b14-8832-da28b94f3f67","timestamp":"2023-06-27T04:41:01.362692Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:41:01.853+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:41:15.904+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"83fbe2ba-7fd6-4cc4-9847-87813b047141","timestamp":"2023-06-27T04:41:15.605926Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:41:15.904+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:42:57.115+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0dfc972d-17d4-44c9-8f82-b5bd839155fe","timestamp":"2023-06-27T04:42:56.660824Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:42:57.117+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:42:58.583+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c1540b19-17a5-477d-bcf8-6ceffc9efc78","timestamp":"2023-06-27T04:42:58.280996Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:42:58.583+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:43:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c12d5289-e6c2-4596-b113-9f01b65a1a58","timestamp":"2023-06-27T04:43:01.472665Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:43:01.516+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c12d5289-e6c2-4596-b113-9f01b65a1a58","timestamp":"2023-06-27T04:43:01.472665Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:43:01.516+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:43:01.846+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8529e0e9-9f23-47ad-b63c-7e4500887b27","timestamp":"2023-06-27T04:43:01.362821Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:43:01.846+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:43:15.949+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d3ab6709-7eef-4507-b112-428c383a77e3","timestamp":"2023-06-27T04:43:15.605154Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:43:15.953+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:44:57.117+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"da55cb85-abe8-4345-bc8f-832425d0e13f","timestamp":"2023-06-27T04:44:56.661307Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:44:57.118+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:44:58.581+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"85ea6d46-4541-4c78-9a47-9fa50bd14863","timestamp":"2023-06-27T04:44:58.280785Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:44:58.581+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:45:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e24c6cfb-36ca-4366-8572-e8112894942d","timestamp":"2023-06-27T04:45:01.471774Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:45:01.497+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e24c6cfb-36ca-4366-8572-e8112894942d","timestamp":"2023-06-27T04:45:01.471774Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:45:01.497+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:45:01.884+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"77a55766-d803-4b0d-bf8e-89160224aca9","timestamp":"2023-06-27T04:45:01.362712Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:45:01.884+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:45:15.911+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"18f7b38f-5720-4608-8737-ab271161f5ca","timestamp":"2023-06-27T04:45:15.605351Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:45:15.912+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:46:01.506+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-06-27T04:46:57.126+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"31f60283-1204-4719-81eb-efd3b064211c","timestamp":"2023-06-27T04:46:56.660331Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:46:57.126+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:46:58.594+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7720b55b-9348-4a3b-a673-bac45b37fbf1","timestamp":"2023-06-27T04:46:58.280767Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:46:58.595+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:47:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"41a41919-5c1e-4493-9d84-3348f9d99976","timestamp":"2023-06-27T04:47:01.472204Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:47:01.501+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"41a41919-5c1e-4493-9d84-3348f9d99976","timestamp":"2023-06-27T04:47:01.472204Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:47:01.501+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:47:01.858+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0d7ebe9a-d7c9-43fa-a587-c47eb5754b87","timestamp":"2023-06-27T04:47:01.362709Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:47:01.859+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:47:15.914+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e860a294-5a5b-4046-91bf-dd773df51829","timestamp":"2023-06-27T04:47:15.605328Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:47:15.915+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:48:57.125+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2888aaef-a4e2-4bd1-92ea-c2011391d113","timestamp":"2023-06-27T04:48:56.660264Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:48:57.126+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:48:58.623+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4f0b21ee-174b-4477-9d24-64cbefdf290b","timestamp":"2023-06-27T04:48:58.280693Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:48:58.623+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:49:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fea0825d-e6e0-4efd-85a3-fe65b59602c1","timestamp":"2023-06-27T04:49:01.472212Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:49:01.542+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fea0825d-e6e0-4efd-85a3-fe65b59602c1","timestamp":"2023-06-27T04:49:01.472212Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:49:01.543+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:49:01.917+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4c984820-d8f2-4363-9074-e95b02ad31b6","timestamp":"2023-06-27T04:49:01.362708Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:49:01.918+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:49:15.925+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c2b24e41-a96a-489f-bcc1-5a899fa67b93","timestamp":"2023-06-27T04:49:15.605387Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:49:15.926+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:50:57.127+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"4fcfa5e8-604e-43bd-8a3d-bff930b517d0","timestamp":"2023-06-27T04:50:56.660339Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:50:57.128+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:50:58.590+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b6a36801-9893-4368-a25d-bb97eb5308b6","timestamp":"2023-06-27T04:50:58.281229Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:50:58.591+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:51:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1defdd2a-53d2-4317-88ae-7c96f7f42a78","timestamp":"2023-06-27T04:51:01.474036Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:51:01.492+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1defdd2a-53d2-4317-88ae-7c96f7f42a78","timestamp":"2023-06-27T04:51:01.474036Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:51:01.493+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:51:01.854+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f999b1b7-e8e2-42fc-8064-2512522d8ba4","timestamp":"2023-06-27T04:51:01.363075Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:51:01.854+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:51:15.926+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d44dd2c2-9208-4429-86ac-fb8a533b7d63","timestamp":"2023-06-27T04:51:15.605798Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:51:15.926+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:52:57.133+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"82149215-239b-46d3-a2a9-748f0845187e","timestamp":"2023-06-27T04:52:56.660209Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:52:57.136+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:52:58.603+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b5463229-ecbe-409f-a054-40187ed683ad","timestamp":"2023-06-27T04:52:58.280599Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:52:58.603+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:53:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"91877088-bcf2-4f50-9381-f3907bbccd89","timestamp":"2023-06-27T04:53:01.472437Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:53:01.495+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"91877088-bcf2-4f50-9381-f3907bbccd89","timestamp":"2023-06-27T04:53:01.472437Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:53:01.495+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:53:01.857+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8820a1ee-ecd7-40e3-8cce-64e4a4a06c74","timestamp":"2023-06-27T04:53:01.362768Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:53:01.857+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:53:15.918+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e65d058a-9569-4ba7-a3ab-4bc22980a3f1","timestamp":"2023-06-27T04:53:15.605195Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:53:15.918+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:54:57.129+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ffc2d8d0-49a3-4369-9ee8-d292dbd51d8c","timestamp":"2023-06-27T04:54:56.660069Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:54:57.129+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:54:58.604+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"718bae1f-3dc8-456d-a784-aca6b33bd2e3","timestamp":"2023-06-27T04:54:58.280619Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:54:58.604+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:55:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c9c654bd-0b46-4aa9-bf15-949809e779bd","timestamp":"2023-06-27T04:55:01.471740Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:55:01.503+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c9c654bd-0b46-4aa9-bf15-949809e779bd","timestamp":"2023-06-27T04:55:01.471740Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:55:01.503+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:55:01.854+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a58d3e06-7ed0-4e0e-9927-0d75dfd873b4","timestamp":"2023-06-27T04:55:01.362859Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:55:01.854+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:55:15.921+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"37ab1526-6b52-49ff-98ae-ef184cd13a2c","timestamp":"2023-06-27T04:55:15.605161Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:55:15.922+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:56:01.534+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-06-27T04:56:57.134+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1e70d22e-279b-4e0a-b07c-71311224139c","timestamp":"2023-06-27T04:56:56.660292Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:56:57.135+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:56:58.605+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c35cf6d9-b900-4c52-941c-088fb84294d6","timestamp":"2023-06-27T04:56:58.280793Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:56:58.606+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:57:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"335c76c9-1e94-494a-96bb-9311339d8045","timestamp":"2023-06-27T04:57:01.471830Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:57:01.535+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"335c76c9-1e94-494a-96bb-9311339d8045","timestamp":"2023-06-27T04:57:01.471830Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:57:01.535+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:57:01.853+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3a43cf03-4bb5-4fe6-bb90-1fa59e083f2e","timestamp":"2023-06-27T04:57:01.362797Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:57:01.853+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:57:15.967+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c2ec13ba-37ca-4908-8e2d-8263cc613c4e","timestamp":"2023-06-27T04:57:15.605255Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:57:15.968+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:58:57.142+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c266c1a0-d4f0-4e79-a3be-e253a9bc86a3","timestamp":"2023-06-27T04:58:56.660416Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T04:58:57.143+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:58:58.609+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d2825549-bce2-4b4f-9fe3-15440c176775","timestamp":"2023-06-27T04:58:58.281237Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T04:58:58.610+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:59:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9a714777-8617-4c87-8b49-83dd15cb7462","timestamp":"2023-06-27T04:59:01.473108Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:59:01.506+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9a714777-8617-4c87-8b49-83dd15cb7462","timestamp":"2023-06-27T04:59:01.473108Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T04:59:01.507+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:59:01.856+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"605f1c75-fd2c-45a1-9973-384780c1b31b","timestamp":"2023-06-27T04:59:01.362670Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T04:59:01.857+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T04:59:15.951+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"25ae3f5d-fed3-4d29-b047-0faeed627082","timestamp":"2023-06-27T04:59:15.605685Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T04:59:15.952+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:00:01.543+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-06-27T05:00:57.182+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c784b80-ff1d-4099-a67f-67f4524d2465","timestamp":"2023-06-27T05:00:56.660616Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:00:57.183+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:00:58.612+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ededfe5f-7a0a-49fe-84e0-b80cd00bd96c","timestamp":"2023-06-27T05:00:58.280668Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:00:58.612+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:01:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2052a3c6-6d2b-41d0-831d-7c3f81936281","timestamp":"2023-06-27T05:01:01.471745Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:01:01.532+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2052a3c6-6d2b-41d0-831d-7c3f81936281","timestamp":"2023-06-27T05:01:01.471745Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:01:01.533+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:01:01.850+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dd877a5b-b161-4052-8a53-c4ba770a4e75","timestamp":"2023-06-27T05:01:01.362682Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:01:01.851+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:01:15.934+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e54358e-c7bf-4669-aa94-77f46b1d4ec3","timestamp":"2023-06-27T05:01:15.605152Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:01:15.935+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:02:57.140+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8126e55c-b89e-48c1-9c7e-0a820656e348","timestamp":"2023-06-27T05:02:56.660231Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:02:57.142+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:02:58.613+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"37d1fd57-8bf7-4dc6-9d6c-33d6e7a6b501","timestamp":"2023-06-27T05:02:58.280603Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:02:58.616+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:03:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"05653611-f524-4462-a3d1-7d60987e3ab2","timestamp":"2023-06-27T05:03:01.472229Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:03:01.499+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"05653611-f524-4462-a3d1-7d60987e3ab2","timestamp":"2023-06-27T05:03:01.472229Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:03:01.500+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:03:01.855+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f8a23a80-5655-4ee3-a930-0bc036644e19","timestamp":"2023-06-27T05:03:01.362769Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:03:01.856+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:03:15.949+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cbbc90ef-5e83-4742-be63-5b82997a0ba3","timestamp":"2023-06-27T05:03:15.605403Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:03:15.950+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:04:57.148+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8d272a04-30c2-46f5-9903-6b6ce33a8cb1","timestamp":"2023-06-27T05:04:56.660221Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:04:57.149+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:04:58.619+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fb0d5b1a-d7c0-4d06-a5e9-8c12d105fcdf","timestamp":"2023-06-27T05:04:58.280668Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:04:58.620+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:05:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"31a976cf-53ff-4e68-b1ca-a1f3c278eb90","timestamp":"2023-06-27T05:05:01.472238Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:05:01.500+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"31a976cf-53ff-4e68-b1ca-a1f3c278eb90","timestamp":"2023-06-27T05:05:01.472238Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:05:01.500+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:05:01.856+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d50c6ff9-2eb4-4747-8e8f-3d841c9b3fc7","timestamp":"2023-06-27T05:05:01.362776Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:05:01.857+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:05:15.944+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d7652b1d-1c8a-494b-8a23-2becb3de27d1","timestamp":"2023-06-27T05:05:15.605119Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:05:15.944+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:06:57.143+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b97c7309-1aec-49a6-8f3e-b7b3de28ffa9","timestamp":"2023-06-27T05:06:56.660308Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:06:57.144+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:06:58.618+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4e8078eb-1a63-41fb-a73b-1e6f3ef19115","timestamp":"2023-06-27T05:06:58.280641Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:06:58.619+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:07:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b4eb34a7-571e-408f-be80-79a6f2bf1a1c","timestamp":"2023-06-27T05:07:01.471651Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:07:01.494+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b4eb34a7-571e-408f-be80-79a6f2bf1a1c","timestamp":"2023-06-27T05:07:01.471651Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:07:01.495+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:07:01.846+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"61a174ae-9e6b-4e6d-a152-4d76e882956c","timestamp":"2023-06-27T05:07:01.362845Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:07:01.847+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:07:15.975+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a12b98f6-c4dd-4239-9773-e6d156c99ef8","timestamp":"2023-06-27T05:07:15.605696Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:07:15.976+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:08:57.162+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b93c3743-2a73-460e-8d5e-b92c363920fb","timestamp":"2023-06-27T05:08:56.660821Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:08:57.163+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:08:58.629+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"da56a19e-985e-44cd-92ca-11cb8d13d1c7","timestamp":"2023-06-27T05:08:58.281174Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:08:58.630+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:09:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"236669a2-73b6-403c-9435-84e1dc460a98","timestamp":"2023-06-27T05:09:01.472502Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:09:01.501+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"236669a2-73b6-403c-9435-84e1dc460a98","timestamp":"2023-06-27T05:09:01.472502Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:09:01.502+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:09:01.864+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8de3e112-eb55-416d-a912-a9c2201ccfc6","timestamp":"2023-06-27T05:09:01.362766Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:09:01.865+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:09:15.953+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"841f59f6-d514-47af-873f-42f27bb2727a","timestamp":"2023-06-27T05:09:15.605208Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:09:15.962+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:09:31.518+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-06-27T05:10:57.154+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0cc1cb66-ec20-4916-9af8-ab27b30d0d70","timestamp":"2023-06-27T05:10:56.660538Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:10:57.155+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:10:58.629+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e7f41565-f141-44aa-8e48-57a621748812","timestamp":"2023-06-27T05:10:58.280857Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:10:58.630+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:11:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8ccbb234-4f5b-4e45-a49a-932bf58a3a98","timestamp":"2023-06-27T05:11:01.471878Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:11:01.508+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8ccbb234-4f5b-4e45-a49a-932bf58a3a98","timestamp":"2023-06-27T05:11:01.471878Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:11:01.509+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:11:01.854+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b5cb19bc-1604-48d4-b175-27cc39e11114","timestamp":"2023-06-27T05:11:01.362747Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:11:01.855+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:11:15.961+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bd625ab7-aec1-4a8d-95ae-b7e967c94644","timestamp":"2023-06-27T05:11:15.605216Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:11:15.961+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:12:57.174+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6f45e541-6cf2-4443-b9b3-111454fa2118","timestamp":"2023-06-27T05:12:56.660463Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:12:57.174+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:12:58.631+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4b671a9a-ee60-49c0-b5f6-b0eced1fdd88","timestamp":"2023-06-27T05:12:58.280639Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:12:58.632+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:13:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"318f8496-4b5b-4d5a-976c-e2ce4122532c","timestamp":"2023-06-27T05:13:01.471726Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:13:01.507+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"318f8496-4b5b-4d5a-976c-e2ce4122532c","timestamp":"2023-06-27T05:13:01.471726Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:13:01.507+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:13:01.854+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"95687a74-d8c9-4625-be40-d9601957a968","timestamp":"2023-06-27T05:13:01.362730Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:13:01.859+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:13:15.962+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"747d39d6-8e97-4788-a20b-8e52067c0636","timestamp":"2023-06-27T05:13:15.605150Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:13:15.963+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:14:57.156+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ef4c6b30-2e37-455f-acc3-ec92d1499e11","timestamp":"2023-06-27T05:14:56.660322Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:14:57.157+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:14:58.656+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ab6e7183-37d7-492b-bc06-64b84bb9b5e2","timestamp":"2023-06-27T05:14:58.280666Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:14:58.657+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:15:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e682b44e-86ef-4859-ada7-dfd737ab7d00","timestamp":"2023-06-27T05:15:01.471835Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:15:01.540+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e682b44e-86ef-4859-ada7-dfd737ab7d00","timestamp":"2023-06-27T05:15:01.471835Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:15:01.540+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:15:01.890+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8d2ffdbf-1c35-4d04-a327-20e72e3c8a40","timestamp":"2023-06-27T05:15:01.362769Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:15:01.891+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:15:15.958+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e466cf1-0345-4e78-840f-91f0d3e3d56f","timestamp":"2023-06-27T05:15:15.605158Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:15:15.959+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:16:57.165+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0664e235-c914-412e-a218-6615afde33dc","timestamp":"2023-06-27T05:16:56.661407Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:16:57.166+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:16:58.631+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"303e5cc3-262f-49c0-8de3-1dcc218b892f","timestamp":"2023-06-27T05:16:58.280897Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:16:58.632+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:17:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f9373da0-564d-4ca0-ab11-c4c923c1f65d","timestamp":"2023-06-27T05:17:01.472310Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:17:01.498+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f9373da0-564d-4ca0-ab11-c4c923c1f65d","timestamp":"2023-06-27T05:17:01.472310Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:17:01.499+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:17:01.855+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aabc2b0a-8b5c-401e-a28a-6bbc17cb7404","timestamp":"2023-06-27T05:17:01.362650Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:17:01.856+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:17:15.997+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b977508a-7ba1-4bf5-8e3c-a3c07f2f8c2a","timestamp":"2023-06-27T05:17:15.605655Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:17:15.998+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:18:57.169+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6dbc0098-d711-4c20-b2b1-0fbc5630379d","timestamp":"2023-06-27T05:18:56.660224Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:18:57.170+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:18:58.637+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ecab196b-4e78-476f-8f35-7fd3a66488e6","timestamp":"2023-06-27T05:18:58.280786Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:18:58.637+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:19:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"70742426-b8df-482d-be18-378cc208df5b","timestamp":"2023-06-27T05:19:01.471748Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:19:01.496+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"70742426-b8df-482d-be18-378cc208df5b","timestamp":"2023-06-27T05:19:01.471748Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:19:01.496+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:19:01.863+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"46c3cc58-2174-41b7-90c4-881badc80b99","timestamp":"2023-06-27T05:19:01.362863Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:19:01.864+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:19:15.966+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5fd2ad23-d36e-4336-b8e5-d8170b6c198a","timestamp":"2023-06-27T05:19:15.605619Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:19:15.966+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:20:57.169+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"acadaa44-8e7f-4676-8c38-0f7823ab75a9","timestamp":"2023-06-27T05:20:56.660582Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:20:57.170+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:20:58.644+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b2e87f15-e9a2-411f-87d6-ffe934610f5b","timestamp":"2023-06-27T05:20:58.281283Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:20:58.644+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:21:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"168742cf-e8b7-46cd-b387-10c2b4dd768a","timestamp":"2023-06-27T05:21:01.472386Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:21:01.501+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"168742cf-e8b7-46cd-b387-10c2b4dd768a","timestamp":"2023-06-27T05:21:01.472386Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:21:01.502+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:21:01.854+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b0d7e15b-26ee-4d4c-88bd-4b70dc5948f4","timestamp":"2023-06-27T05:21:01.362824Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:21:01.855+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:21:15.970+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bb20008c-4add-425f-ba9b-6ee51eb7fd04","timestamp":"2023-06-27T05:21:15.605107Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:21:15.973+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:22:57.211+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ce3741c3-fe87-4b3c-aee9-18fcdc6e8c0b","timestamp":"2023-06-27T05:22:56.662058Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:22:57.212+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:22:58.637+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae0b20eb-c6cf-4f6a-914b-5cfe55790981","timestamp":"2023-06-27T05:22:58.280613Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:22:58.638+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:23:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"891f9b6f-0d33-4f88-bd46-f6bf58d17897","timestamp":"2023-06-27T05:23:01.472786Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:23:01.502+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"891f9b6f-0d33-4f88-bd46-f6bf58d17897","timestamp":"2023-06-27T05:23:01.472786Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:23:01.503+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:23:01.850+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a08dcbd4-4252-48b2-af5c-687590912df5","timestamp":"2023-06-27T05:23:01.362728Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:23:01.851+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:23:15.968+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"749976ef-c791-450f-b206-46ad352406f2","timestamp":"2023-06-27T05:23:15.605163Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:23:15.969+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:24:57.175+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"eb734842-40b4-4849-983a-3e46320f0a2f","timestamp":"2023-06-27T05:24:56.661347Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:24:57.175+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:24:58.643+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9b17a186-a514-408a-9d95-28dd168e2ac9","timestamp":"2023-06-27T05:24:58.280641Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:24:58.643+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:25:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a3d9e05c-a390-4fc2-b6e4-a9f107b27c2b","timestamp":"2023-06-27T05:25:01.473934Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:25:01.501+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a3d9e05c-a390-4fc2-b6e4-a9f107b27c2b","timestamp":"2023-06-27T05:25:01.473934Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:25:01.502+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:25:01.856+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9c010a15-dfea-4d4e-878b-8e24e8e85797","timestamp":"2023-06-27T05:25:01.362755Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:25:01.856+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:25:15.969+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"667e7db9-1bb4-4a47-a17e-1f44f8e959e5","timestamp":"2023-06-27T05:25:15.605883Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:25:15.970+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:26:57.174+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"cd163be9-4a5e-4ffa-a88b-3b87b98912fb","timestamp":"2023-06-27T05:26:56.662057Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:26:57.175+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:26:58.689+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"510dbc0b-59b9-4624-ae00-9a039cff46f7","timestamp":"2023-06-27T05:26:58.281180Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:26:58.689+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:27:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"799ed615-f39d-4e9e-a195-16d41249abc9","timestamp":"2023-06-27T05:27:01.473866Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:27:01.534+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"799ed615-f39d-4e9e-a195-16d41249abc9","timestamp":"2023-06-27T05:27:01.473866Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:27:01.534+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:27:01.864+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"35b7515e-3119-43c4-9114-3529635f444e","timestamp":"2023-06-27T05:27:01.362644Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:27:01.865+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:27:15.986+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9656c66a-096c-4b08-86da-f29dfd865ca5","timestamp":"2023-06-27T05:27:15.605322Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:27:15.987+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:28:57.176+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b160329e-08e5-42a6-857b-99c5e29a0b43","timestamp":"2023-06-27T05:28:56.660155Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:28:57.178+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:28:58.647+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bf53624d-35c6-43f2-b263-08d3e53cb32a","timestamp":"2023-06-27T05:28:58.280638Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:28:58.647+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:29:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"47002cae-a0da-437f-8fe6-6f5b754f1fc0","timestamp":"2023-06-27T05:29:01.472453Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:29:01.495+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"47002cae-a0da-437f-8fe6-6f5b754f1fc0","timestamp":"2023-06-27T05:29:01.472453Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:29:01.495+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:29:01.900+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d258dfd1-400a-44eb-98d4-da6bc8935fb9","timestamp":"2023-06-27T05:29:01.362839Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:29:01.902+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:29:15.977+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b7caa144-4a26-49cd-868d-3e56d9a7c942","timestamp":"2023-06-27T05:29:15.605121Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:29:15.978+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:30:57.177+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"84698f33-5ae7-484a-87af-9fbcb47b0034","timestamp":"2023-06-27T05:30:56.660360Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:30:57.177+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:30:58.657+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8232649d-6e13-4d4e-b86a-1ff0f8434227","timestamp":"2023-06-27T05:30:58.280610Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:30:58.657+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:31:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8e1c1030-96bf-4e8d-9c40-c43a53bb1403","timestamp":"2023-06-27T05:31:01.471848Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:31:01.495+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8e1c1030-96bf-4e8d-9c40-c43a53bb1403","timestamp":"2023-06-27T05:31:01.471848Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:31:01.496+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:31:01.905+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b667f054-7fd7-46b9-8fc4-1786d8077157","timestamp":"2023-06-27T05:31:01.362726Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:31:01.910+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:31:16.023+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b65473aa-202f-48b2-bbdb-6d9c2554a4a9","timestamp":"2023-06-27T05:31:15.605137Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:31:16.023+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:32:57.184+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"75a79822-0680-4228-8135-69b77c802055","timestamp":"2023-06-27T05:32:56.660477Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:32:57.186+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:32:58.664+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0eb21bb4-01d7-4260-b64e-16609c4c20d7","timestamp":"2023-06-27T05:32:58.280611Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:32:58.666+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:33:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b7f0ec2d-3386-4893-96e1-3e05a40b125d","timestamp":"2023-06-27T05:33:01.471873Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:33:01.497+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b7f0ec2d-3386-4893-96e1-3e05a40b125d","timestamp":"2023-06-27T05:33:01.471873Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:33:01.498+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:33:01.856+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7dd2bfe7-ebe3-4b0c-b1b7-bc21a67fd575","timestamp":"2023-06-27T05:33:01.362734Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:33:01.856+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:33:15.985+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e0ef90cb-b02f-4e3b-887c-85cd2352c70d","timestamp":"2023-06-27T05:33:15.605196Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:33:15.986+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:34:01.538+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-06-27T05:34:57.181+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8312d334-f3f9-4fef-8c5d-21fe384fe56d","timestamp":"2023-06-27T05:34:56.660106Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:34:57.183+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:34:58.663+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e860ce7e-d06e-4b59-93bf-9aba6a4f5806","timestamp":"2023-06-27T05:34:58.281098Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:34:58.664+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:35:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b63b62fa-985e-44f9-bf96-915e8bccdf36","timestamp":"2023-06-27T05:35:01.472452Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:35:01.497+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b63b62fa-985e-44f9-bf96-915e8bccdf36","timestamp":"2023-06-27T05:35:01.472452Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:35:01.498+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:35:01.851+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6097f09b-8a2f-4185-8b06-4019f8258c39","timestamp":"2023-06-27T05:35:01.362832Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:35:01.851+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:35:15.986+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b9bf16c2-98ae-454e-9d18-c20c406b97d0","timestamp":"2023-06-27T05:35:15.605603Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:35:15.986+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:36:57.195+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"54080236-e295-40e4-bffd-dcba56bd772b","timestamp":"2023-06-27T05:36:56.664300Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:36:57.195+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:36:58.660+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1b66a70b-87bc-4e94-91a4-85b638724e87","timestamp":"2023-06-27T05:36:58.280661Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:36:58.660+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:37:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f8495918-c3d0-4501-882b-80c457312bb3","timestamp":"2023-06-27T05:37:01.471853Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:37:01.554+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f8495918-c3d0-4501-882b-80c457312bb3","timestamp":"2023-06-27T05:37:01.471853Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:37:01.556+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:37:01.855+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"53cb3280-facc-4f98-bb4d-71bfab7aeac9","timestamp":"2023-06-27T05:37:01.362831Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:37:01.856+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:37:15.993+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"88e2ef9e-c0bd-4857-a8bd-fa7f16991a1e","timestamp":"2023-06-27T05:37:15.605159Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:37:15.993+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:38:57.189+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee57a462-5484-4f41-8716-6c863165b083","timestamp":"2023-06-27T05:38:56.660144Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:38:57.190+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:38:58.693+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"932e1711-af93-4649-9243-e6ba5e8f17f7","timestamp":"2023-06-27T05:38:58.280654Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:38:58.693+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:39:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"876e256d-507e-43f1-96c3-764030243c6b","timestamp":"2023-06-27T05:39:01.471936Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:39:01.501+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"876e256d-507e-43f1-96c3-764030243c6b","timestamp":"2023-06-27T05:39:01.471936Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:39:01.501+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:39:01.850+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8a89c7b0-59ca-4e75-b800-dc12af7fe49a","timestamp":"2023-06-27T05:39:01.362716Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:39:01.850+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:39:15.993+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6040c884-08e3-41a4-bf66-452b0dd41690","timestamp":"2023-06-27T05:39:15.605106Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:39:15.994+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:40:57.196+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c3005563-c931-4a30-b139-9334d2005f5c","timestamp":"2023-06-27T05:40:56.660284Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:40:57.199+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:40:58.672+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6a0232ee-ac0a-48d8-b4ee-b2e7f5c3fe5a","timestamp":"2023-06-27T05:40:58.280564Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:40:58.672+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:41:01.475+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6ca5dd83-d42f-4a75-85db-ebf400b554f9","timestamp":"2023-06-27T05:41:01.472823Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:41:01.505+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6ca5dd83-d42f-4a75-85db-ebf400b554f9","timestamp":"2023-06-27T05:41:01.472823Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:41:01.506+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:41:01.856+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fb1233db-9bf8-4074-bea5-4851a4a2086d","timestamp":"2023-06-27T05:41:01.362767Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:41:01.857+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:41:16.001+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"85b1a42a-5693-43f2-98c7-a66c293b01e1","timestamp":"2023-06-27T05:41:15.605273Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:41:16.002+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:42:57.248+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"644a2632-06a3-4459-b796-22fb68d1aebb","timestamp":"2023-06-27T05:42:56.660353Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:42:57.249+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:42:58.673+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6566f0e0-8b9b-4331-9be8-5e54c6419b15","timestamp":"2023-06-27T05:42:58.280735Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:42:58.674+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:43:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"044d543d-e92a-4d54-bc15-ff360ac71bb3","timestamp":"2023-06-27T05:43:01.472015Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:43:01.501+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"044d543d-e92a-4d54-bc15-ff360ac71bb3","timestamp":"2023-06-27T05:43:01.472015Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:43:01.501+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:43:01.887+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"186f4085-b37c-4fae-b9a2-7ee9a291a28b","timestamp":"2023-06-27T05:43:01.362694Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:43:01.887+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:43:16.000+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bbdb6f42-85f1-45be-b0a2-6292fde454ad","timestamp":"2023-06-27T05:43:15.605545Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:43:16.000+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:44:57.197+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"04fd8c92-2889-4fff-ac59-096463dc8405","timestamp":"2023-06-27T05:44:56.660284Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:44:57.197+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:44:58.681+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d9f8b417-7187-4149-aad6-4c74352ab8fe","timestamp":"2023-06-27T05:44:58.281418Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:44:58.682+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:45:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e73d4fbd-9abf-42ba-9515-dfdda5eb71e7","timestamp":"2023-06-27T05:45:01.471781Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:45:01.500+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e73d4fbd-9abf-42ba-9515-dfdda5eb71e7","timestamp":"2023-06-27T05:45:01.471781Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:45:01.500+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:45:01.901+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"533edbb4-8a39-4a4f-86b1-b8380c314d08","timestamp":"2023-06-27T05:45:01.362799Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:45:01.902+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:45:16.044+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f1c5b074-2937-4cbe-b83c-1bd9e6f2c5a9","timestamp":"2023-06-27T05:45:15.605548Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:45:16.044+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:46:57.199+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"aad24c43-a1cf-428f-937b-14e0d111bc9d","timestamp":"2023-06-27T05:46:56.660411Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:46:57.200+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:46:58.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"de8f779e-83e1-4cec-b0c4-8a42ab3052e2","timestamp":"2023-06-27T05:46:58.280725Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:46:58.704+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:47:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee48dea4-ab1b-4ccd-bcc7-ead925a90f8b","timestamp":"2023-06-27T05:47:01.472337Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:47:01.497+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee48dea4-ab1b-4ccd-bcc7-ead925a90f8b","timestamp":"2023-06-27T05:47:01.472337Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:47:01.498+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:47:01.854+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"52090edf-64a1-4cc8-a848-45e8e21456e4","timestamp":"2023-06-27T05:47:01.363225Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:47:01.855+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:47:16.003+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7bbd6240-4dcb-42f7-b9b8-bba47fb7e55b","timestamp":"2023-06-27T05:47:15.605300Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:47:16.003+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:48:57.206+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0b0e6ae-61ad-4896-9883-a9e6f7a52f4d","timestamp":"2023-06-27T05:48:56.660578Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:48:57.206+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:48:58.681+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f78a3afb-c794-4b86-a8d3-6ccef37606f6","timestamp":"2023-06-27T05:48:58.280635Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:48:58.681+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:49:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a17efef9-560d-4c69-bb1b-97a55ea709e8","timestamp":"2023-06-27T05:49:01.471692Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:49:01.492+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a17efef9-560d-4c69-bb1b-97a55ea709e8","timestamp":"2023-06-27T05:49:01.471692Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:49:01.493+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:49:01.852+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2b80563f-9ca6-4a71-8b1d-a00a9279efd6","timestamp":"2023-06-27T05:49:01.363227Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:49:01.853+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:49:16.013+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4254f545-ec0f-4bf2-b6dc-ef0235bf307d","timestamp":"2023-06-27T05:49:15.605328Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:49:16.014+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:50:57.204+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1f61b4ba-28dc-4951-9649-d95f71370e59","timestamp":"2023-06-27T05:50:56.660101Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:50:57.205+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:50:58.687+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bb8018b5-3bd1-4ea4-9e93-aa76987d681b","timestamp":"2023-06-27T05:50:58.280706Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:50:58.688+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:51:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2596802e-c2dd-4605-8768-42b5762a3102","timestamp":"2023-06-27T05:51:01.472157Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:51:01.501+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2596802e-c2dd-4605-8768-42b5762a3102","timestamp":"2023-06-27T05:51:01.472157Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:51:01.502+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:51:01.897+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ea58e009-4e2d-409f-b488-a627d4924c48","timestamp":"2023-06-27T05:51:01.362756Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:51:01.897+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:51:16.009+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"24d88e1d-47bf-41ef-8d89-83736fa8d6fa","timestamp":"2023-06-27T05:51:15.605210Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:51:16.012+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:52:57.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"472400ab-225a-4045-90a0-ab7667e85b4c","timestamp":"2023-06-27T05:52:56.661081Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:52:57.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:52:58.689+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"35ca6692-6bf6-4052-a90c-22ad252f295c","timestamp":"2023-06-27T05:52:58.281139Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:52:58.690+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:53:01.475+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c75e0748-79c2-4922-9664-711761da905b","timestamp":"2023-06-27T05:53:01.472758Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:53:01.502+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c75e0748-79c2-4922-9664-711761da905b","timestamp":"2023-06-27T05:53:01.472758Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:53:01.502+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:53:01.854+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"908e3cb6-13a1-4aff-a426-86af1673a4d1","timestamp":"2023-06-27T05:53:01.363201Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:53:01.855+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:53:16.010+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d530bdf4-7e30-4226-b71f-fee43e5e26ff","timestamp":"2023-06-27T05:53:15.605586Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:53:16.010+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:54:57.214+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0778e45a-c13b-472a-a4e1-c835d7d87174","timestamp":"2023-06-27T05:54:56.660098Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:54:57.215+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:54:58.691+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"db59f2f6-f063-468c-8693-64fc3122b591","timestamp":"2023-06-27T05:54:58.280768Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:54:58.692+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:55:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bd8dba9e-f0a8-4c5b-9ebf-871613998b38","timestamp":"2023-06-27T05:55:01.471768Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:55:01.495+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bd8dba9e-f0a8-4c5b-9ebf-871613998b38","timestamp":"2023-06-27T05:55:01.471768Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:55:01.495+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:55:01.853+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3f67f808-27c5-47e4-917e-175cde318b96","timestamp":"2023-06-27T05:55:01.362697Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:55:01.853+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:55:16.016+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"99ea4327-defc-4fc0-8e49-81feeb78b875","timestamp":"2023-06-27T05:55:15.605154Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:55:16.016+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:56:57.212+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ff9cb25c-9e4a-4c11-9625-e8039b556def","timestamp":"2023-06-27T05:56:56.660262Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:56:57.214+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:56:58.689+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e29f274e-58ca-4948-bff4-153c3c84981a","timestamp":"2023-06-27T05:56:58.280681Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:56:58.690+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:57:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5b8c022d-9bb1-4fc9-8ebd-df1f20322425","timestamp":"2023-06-27T05:57:01.471772Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:57:01.496+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5b8c022d-9bb1-4fc9-8ebd-df1f20322425","timestamp":"2023-06-27T05:57:01.471772Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:57:01.498+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:57:01.853+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f56ca6d5-da24-4550-b50a-8c65247d574d","timestamp":"2023-06-27T05:57:01.362678Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:57:01.854+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:57:16.025+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a3f9484d-1b09-456b-b2c1-aa328a203ff9","timestamp":"2023-06-27T05:57:15.605166Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:57:16.025+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:58:57.218+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ea630c92-3df7-45ed-b742-b7c32644494d","timestamp":"2023-06-27T05:58:56.660736Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T05:58:57.219+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:58:58.697+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7cc36b9d-179f-45a9-9266-eea3ffe99607","timestamp":"2023-06-27T05:58:58.280591Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T05:58:58.698+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:59:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"17e1b4a4-e44b-4c17-b96c-c4401cf6ed00","timestamp":"2023-06-27T05:59:01.471850Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:59:01.489+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"17e1b4a4-e44b-4c17-b96c-c4401cf6ed00","timestamp":"2023-06-27T05:59:01.471850Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T05:59:01.489+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:59:01.855+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cd2f6fef-12fb-4694-888b-5f56f291c1c4","timestamp":"2023-06-27T05:59:01.362726Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T05:59:01.856+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T05:59:16.024+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8ee91dbe-0d20-48a9-850e-fbce5b6e638b","timestamp":"2023-06-27T05:59:15.605109Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T05:59:16.025+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:00:57.246+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"37c98b23-fdf1-44d2-9e3e-4cf1b7296075","timestamp":"2023-06-27T06:00:56.660157Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:00:57.247+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:00:58.695+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5d2d076d-46ea-414b-92cd-72c9cc8b5e41","timestamp":"2023-06-27T06:00:58.280695Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:00:58.695+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:01:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8470b291-db75-45bd-964d-f3cc1898d635","timestamp":"2023-06-27T06:01:01.472157Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:01:01.519+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8470b291-db75-45bd-964d-f3cc1898d635","timestamp":"2023-06-27T06:01:01.472157Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:01:01.520+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:01:01.851+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1d998540-23a5-48da-8129-146354ef75a0","timestamp":"2023-06-27T06:01:01.363097Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:01:01.851+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:01:16.023+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9fdac5b9-7f56-4cf6-ae37-29b4aa74c7b4","timestamp":"2023-06-27T06:01:15.605117Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:01:16.024+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:02:01.528+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-06-27T06:02:57.224+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0742f782-3085-4de0-9fd0-64d6958be6a1","timestamp":"2023-06-27T06:02:56.660335Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:02:57.225+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:02:58.699+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8c3baa0-357a-4e60-84e0-da5b34a9f54a","timestamp":"2023-06-27T06:02:58.280883Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:02:58.700+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:03:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"72f07145-b024-403c-8159-a955582ca1fa","timestamp":"2023-06-27T06:03:01.471721Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:03:01.497+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"72f07145-b024-403c-8159-a955582ca1fa","timestamp":"2023-06-27T06:03:01.471721Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:03:01.497+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:03:01.854+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6ec7b695-9c46-4190-ade7-480ad32f2124","timestamp":"2023-06-27T06:03:01.362765Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:03:01.855+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:03:16.030+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"329e0f90-5aa6-4ceb-8643-708b32ffe6da","timestamp":"2023-06-27T06:03:15.605658Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:03:16.031+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:04:57.228+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ab2677d6-a423-4c23-a140-632a4c5d74c9","timestamp":"2023-06-27T06:04:56.660242Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:04:57.229+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:04:58.705+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b3cc9514-b46b-411e-ab2f-8113b4c76962","timestamp":"2023-06-27T06:04:58.280974Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:04:58.706+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:05:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b9155ba6-c240-4dd0-a33c-2e1e251cbc22","timestamp":"2023-06-27T06:05:01.471884Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:05:01.498+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b9155ba6-c240-4dd0-a33c-2e1e251cbc22","timestamp":"2023-06-27T06:05:01.471884Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:05:01.498+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:05:01.855+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aebd9a71-f555-49e2-a51b-80669677e2c4","timestamp":"2023-06-27T06:05:01.362779Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:05:01.858+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:05:16.037+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b55a9a59-df64-47b1-b043-36359a40ce2a","timestamp":"2023-06-27T06:05:15.605254Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:05:16.039+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:06:57.226+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3502f027-c225-4e77-a13a-dabcf147e4e4","timestamp":"2023-06-27T06:06:56.661214Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:06:57.227+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:06:58.709+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"17c4c7d4-cf54-4bdb-b2d3-e0c881740dd6","timestamp":"2023-06-27T06:06:58.280687Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:06:58.709+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:07:01.475+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"df84232f-1f09-418b-adbb-5fdb37aabc7c","timestamp":"2023-06-27T06:07:01.474329Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:07:01.497+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"df84232f-1f09-418b-adbb-5fdb37aabc7c","timestamp":"2023-06-27T06:07:01.474329Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:07:01.498+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:07:01.856+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a3ff4912-5250-4faa-950b-6b2fba9e008c","timestamp":"2023-06-27T06:07:01.363533Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:07:01.858+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:07:16.031+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"437b49c3-f339-4dfb-80d5-41ee5b013732","timestamp":"2023-06-27T06:07:15.605094Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:07:16.032+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:08:57.236+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"44896d52-8030-41cf-8152-11df3e2cede2","timestamp":"2023-06-27T06:08:56.660322Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:08:57.237+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:08:58.710+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"52c03921-0f9b-4354-b11b-7f9521c42a84","timestamp":"2023-06-27T06:08:58.280622Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:08:58.710+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:09:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c8e8cc45-10d2-42b9-93d5-1bcf48776388","timestamp":"2023-06-27T06:09:01.471688Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:09:01.496+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c8e8cc45-10d2-42b9-93d5-1bcf48776388","timestamp":"2023-06-27T06:09:01.471688Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:09:01.497+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:09:01.862+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cfb5efe8-0621-4252-b5dc-b7f5028e9a7b","timestamp":"2023-06-27T06:09:01.362911Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:09:01.863+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:09:16.039+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a3665c64-5c2d-4ec1-b1bd-33125bfb9b2c","timestamp":"2023-06-27T06:09:15.605089Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:09:16.040+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:10:57.238+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d2453f03-6723-4445-b653-b1bea160701e","timestamp":"2023-06-27T06:10:56.660267Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:10:57.240+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:10:58.738+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"64a01a97-f6d2-4587-b591-15a6a47a563c","timestamp":"2023-06-27T06:10:58.280638Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:10:58.738+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:11:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6c2ca150-60cc-464c-b65e-067eeb2e1850","timestamp":"2023-06-27T06:11:01.471896Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:11:01.505+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6c2ca150-60cc-464c-b65e-067eeb2e1850","timestamp":"2023-06-27T06:11:01.471896Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:11:01.506+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:11:01.856+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c2973d9c-4264-417e-a21b-5bd490489b13","timestamp":"2023-06-27T06:11:01.363410Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:11:01.857+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:11:16.042+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"02698c69-0943-46a0-89c0-063c0174fe6f","timestamp":"2023-06-27T06:11:15.605344Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:11:16.043+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:12:57.233+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c9931c23-b798-4b7a-a15e-5c72a4085586","timestamp":"2023-06-27T06:12:56.660284Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:12:57.235+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:12:58.762+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"84a90a06-96cc-4788-9b1c-d21263b013f3","timestamp":"2023-06-27T06:12:58.281170Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:12:58.763+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:13:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9d0b773d-5ac7-4ceb-9694-8375faaa7718","timestamp":"2023-06-27T06:13:01.472469Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:13:01.501+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9d0b773d-5ac7-4ceb-9694-8375faaa7718","timestamp":"2023-06-27T06:13:01.472469Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:13:01.502+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:13:01.858+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f1d3d154-331b-47ee-a80d-9407ffdbb914","timestamp":"2023-06-27T06:13:01.362729Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:13:01.858+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:13:16.061+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"90a3ed68-f6bc-436d-9cd1-72bdbada6032","timestamp":"2023-06-27T06:13:15.605805Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:13:16.061+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:14:57.237+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"72b17f58-a871-45f5-8692-106fafd44a46","timestamp":"2023-06-27T06:14:56.660135Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:14:57.237+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:14:58.729+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f3f8516b-ae6d-4f1d-9069-f651a18bb331","timestamp":"2023-06-27T06:14:58.280657Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:14:58.730+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:15:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ff30de6d-a28b-44ff-a065-d5de05c0d653","timestamp":"2023-06-27T06:15:01.471712Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:15:01.542+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ff30de6d-a28b-44ff-a065-d5de05c0d653","timestamp":"2023-06-27T06:15:01.471712Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:15:01.544+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:15:01.860+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d1bed7aa-0ef3-4135-87c3-662df016d3cf","timestamp":"2023-06-27T06:15:01.363371Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:15:01.862+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:15:16.049+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1134c485-d066-49c8-bdd2-52c078ad5169","timestamp":"2023-06-27T06:15:15.605117Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:15:16.050+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:16:57.289+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b55835d-172e-4968-83b9-2379ad8acdb0","timestamp":"2023-06-27T06:16:56.660155Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:16:57.290+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:16:58.721+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cc3367db-f6c2-481f-bb2b-114505d3912f","timestamp":"2023-06-27T06:16:58.280628Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:16:58.729+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:17:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5ae025d4-c40b-4c78-94b7-2fe69f77e3c2","timestamp":"2023-06-27T06:17:01.471892Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:17:01.492+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5ae025d4-c40b-4c78-94b7-2fe69f77e3c2","timestamp":"2023-06-27T06:17:01.471892Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:17:01.492+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:17:01.901+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f3241084-0b37-4849-be1b-517955d9c9c2","timestamp":"2023-06-27T06:17:01.362791Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:17:01.902+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:17:16.056+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bd3d036e-567a-426e-97fa-79845c5c6fd6","timestamp":"2023-06-27T06:17:15.605106Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:17:16.057+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:18:57.243+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6de6c9c3-5734-4308-b38f-0b9bae34f1be","timestamp":"2023-06-27T06:18:56.661157Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:18:57.244+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:18:58.768+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a05c0f24-580f-4b6d-baae-f66f6979b88e","timestamp":"2023-06-27T06:18:58.281178Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:18:58.768+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:19:01.475+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b804206-3734-4a2d-851d-4b101887aca0","timestamp":"2023-06-27T06:19:01.472312Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:19:01.506+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b804206-3734-4a2d-851d-4b101887aca0","timestamp":"2023-06-27T06:19:01.472312Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:19:01.506+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:19:01.855+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3a08405a-c26b-4162-aad5-71173cd0425e","timestamp":"2023-06-27T06:19:01.362688Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:19:01.855+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:19:16.062+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b90d1ad9-6b2e-4a23-8c08-1c6cadcfea0c","timestamp":"2023-06-27T06:19:15.605599Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:19:16.062+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:20:57.249+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f92e6b92-001b-44f8-81cb-ace2a6102645","timestamp":"2023-06-27T06:20:56.660486Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:20:57.249+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:20:58.773+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ef97708d-c4dc-4ca8-996b-a0a4fb0e4bd5","timestamp":"2023-06-27T06:20:58.280661Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:20:58.774+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:21:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a57b0c4d-6810-4e81-ae5f-80eeb4ad70d4","timestamp":"2023-06-27T06:21:01.471778Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:21:01.510+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a57b0c4d-6810-4e81-ae5f-80eeb4ad70d4","timestamp":"2023-06-27T06:21:01.471778Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:21:01.510+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:21:01.856+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fee59545-bd5a-470e-9106-235a17c94900","timestamp":"2023-06-27T06:21:01.362667Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:21:01.856+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:21:16.057+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"44584745-44ce-46f8-98ec-39f956c3ec8c","timestamp":"2023-06-27T06:21:15.605223Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:21:16.059+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:22:57.245+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"453b6148-2a0b-4654-b807-dad7136b34f3","timestamp":"2023-06-27T06:22:56.660457Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:22:57.245+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:22:58.742+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1a42d48b-6c7a-42c4-bbe7-7e17eecbc901","timestamp":"2023-06-27T06:22:58.280606Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:22:58.743+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:23:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0b56710c-8f4d-4a3d-b810-215fc0bd4ac9","timestamp":"2023-06-27T06:23:01.471772Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:23:01.497+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0b56710c-8f4d-4a3d-b810-215fc0bd4ac9","timestamp":"2023-06-27T06:23:01.471772Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:23:01.498+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:23:01.849+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8d21f237-8e5f-41d2-9ccf-5dbc4042c10c","timestamp":"2023-06-27T06:23:01.362772Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:23:01.850+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:23:16.053+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e539e83f-4204-4722-b324-c13370c992cd","timestamp":"2023-06-27T06:23:15.605172Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:23:16.053+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:24:57.260+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"14efac0c-f75c-47eb-8d10-363d6987a740","timestamp":"2023-06-27T06:24:56.660167Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:24:57.262+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:24:58.742+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"52c4b6e2-9e56-44bc-b694-338bb12f1f05","timestamp":"2023-06-27T06:24:58.280727Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:24:58.742+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:25:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d7802324-ee24-4bbc-8e78-729b3eecb3ee","timestamp":"2023-06-27T06:25:01.472305Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:25:01.496+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d7802324-ee24-4bbc-8e78-729b3eecb3ee","timestamp":"2023-06-27T06:25:01.472305Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:25:01.496+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:25:01.860+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e7442911-fd82-4cb5-8973-b2bd18024bd5","timestamp":"2023-06-27T06:25:01.362593Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:25:01.861+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:25:16.066+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0e8cf541-7098-46da-afeb-9d67ebed675f","timestamp":"2023-06-27T06:25:15.605575Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:25:16.066+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:26:57.263+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8354d33c-75ef-4f04-8bac-26bc5f003fbd","timestamp":"2023-06-27T06:26:56.665137Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:26:57.264+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:26:58.744+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9a483696-4ffa-49fa-8ce3-39680dd59856","timestamp":"2023-06-27T06:26:58.281624Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:26:58.745+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:27:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a074b90d-6ed4-4c03-a6f8-4f30da4e3dc9","timestamp":"2023-06-27T06:27:01.471680Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:27:01.502+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a074b90d-6ed4-4c03-a6f8-4f30da4e3dc9","timestamp":"2023-06-27T06:27:01.471680Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:27:01.503+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:27:01.860+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c01e48f3-e3c5-436f-a871-851ce612f17e","timestamp":"2023-06-27T06:27:01.363111Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:27:01.861+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:27:16.070+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cbb4e78f-f537-4bbc-ac7a-bbf8a58f9304","timestamp":"2023-06-27T06:27:15.605578Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:27:16.071+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:28:01.606+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-06-27T06:28:57.269+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c894cbfa-1603-4fa3-bdf3-f77a87123b73","timestamp":"2023-06-27T06:28:56.660460Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:28:57.270+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:28:58.758+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"26537825-3977-40fe-b9b4-07b2d57bb047","timestamp":"2023-06-27T06:28:58.280696Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:28:58.759+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:29:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cf3906f3-d026-4d10-9c2a-6435b65c9ed8","timestamp":"2023-06-27T06:29:01.471689Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:29:01.499+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cf3906f3-d026-4d10-9c2a-6435b65c9ed8","timestamp":"2023-06-27T06:29:01.471689Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:29:01.501+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:29:01.854+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c240e6cc-9641-4743-a5c4-bebec2cacf92","timestamp":"2023-06-27T06:29:01.362644Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:29:01.855+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:29:16.103+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"001dbf14-6456-4aa0-85e3-039eac77b133","timestamp":"2023-06-27T06:29:15.605219Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:29:16.104+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:30:57.265+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c4211610-a25d-48c7-a8c3-ae91574d6a34","timestamp":"2023-06-27T06:30:56.661106Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:30:57.266+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:30:58.754+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a3f725b9-164f-4a1c-b46c-91f2368208b6","timestamp":"2023-06-27T06:30:58.280666Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:30:58.754+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:31:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"27c3d69f-7f47-42e7-b0d5-0cf2ecab5214","timestamp":"2023-06-27T06:31:01.472524Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:31:01.513+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"27c3d69f-7f47-42e7-b0d5-0cf2ecab5214","timestamp":"2023-06-27T06:31:01.472524Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:31:01.514+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:31:01.863+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eb84ca05-33f0-44b3-ae38-45f691a103fb","timestamp":"2023-06-27T06:31:01.362734Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:31:01.863+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:31:16.071+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"32dea5fb-4188-421b-83b7-c525e2d5d608","timestamp":"2023-06-27T06:31:15.605306Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:31:16.071+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:32:57.275+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"188d829e-95dd-4f25-a505-599055f3b3cf","timestamp":"2023-06-27T06:32:56.660394Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:32:57.276+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:32:58.771+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f9108d01-e5e5-4194-b21e-864abb60eaac","timestamp":"2023-06-27T06:32:58.281064Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:32:58.772+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:33:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8a44925-512d-43d9-8f6a-6dde6058c3ac","timestamp":"2023-06-27T06:33:01.472264Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:33:01.493+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8a44925-512d-43d9-8f6a-6dde6058c3ac","timestamp":"2023-06-27T06:33:01.472264Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:33:01.494+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:33:01.863+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bfa1610b-1740-49b6-8024-8fb801161ff9","timestamp":"2023-06-27T06:33:01.362682Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:33:01.864+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:33:16.080+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3b9a6a38-a853-453c-8fe2-4210b337f87a","timestamp":"2023-06-27T06:33:15.605926Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:33:16.081+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:34:57.274+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a94e5e79-202d-469e-bec1-007533994faa","timestamp":"2023-06-27T06:34:56.660056Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:34:57.275+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:34:58.760+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e39a80f6-5ec0-431d-84e9-79258d5a6819","timestamp":"2023-06-27T06:34:58.281139Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:34:58.760+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:35:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"db8a5c0e-0e9b-4cb3-8ca1-50b0229da5e2","timestamp":"2023-06-27T06:35:01.471868Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:35:01.543+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"db8a5c0e-0e9b-4cb3-8ca1-50b0229da5e2","timestamp":"2023-06-27T06:35:01.471868Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:35:01.544+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:35:01.861+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c9ffff0d-0241-4d64-8da1-e9f1b86bc02a","timestamp":"2023-06-27T06:35:01.362726Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:35:01.862+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:35:16.124+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"17ed71c2-c095-4064-b8a1-1b8868993de1","timestamp":"2023-06-27T06:35:15.605153Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:35:16.125+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:36:57.271+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a7b73fde-3a47-450d-9a54-834f76ce1775","timestamp":"2023-06-27T06:36:56.660491Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:36:57.273+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:36:58.762+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c0a3c3d6-92c2-46aa-8637-8b5e2b892ae4","timestamp":"2023-06-27T06:36:58.280636Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:36:58.763+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:37:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dd5440e2-a8ed-428e-b8bd-897109a0d2ae","timestamp":"2023-06-27T06:37:01.472578Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:37:01.499+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dd5440e2-a8ed-428e-b8bd-897109a0d2ae","timestamp":"2023-06-27T06:37:01.472578Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:37:01.499+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:37:01.868+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d5908c21-d443-42c3-a181-f8425623faba","timestamp":"2023-06-27T06:37:01.362895Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:37:01.868+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:37:16.089+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3156c8f9-96d8-4959-9bda-da5038445b39","timestamp":"2023-06-27T06:37:15.605185Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:37:16.090+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:38:57.270+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e57b747e-a600-44f4-a62c-09a342b18e7a","timestamp":"2023-06-27T06:38:56.660122Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:38:57.270+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:38:58.757+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"54203f39-17a3-4060-bbd8-638a4bb1beab","timestamp":"2023-06-27T06:38:58.280617Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:38:58.757+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:39:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c58d3b16-a740-4e3d-b5ca-8118b69c3526","timestamp":"2023-06-27T06:39:01.471913Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:39:01.494+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c58d3b16-a740-4e3d-b5ca-8118b69c3526","timestamp":"2023-06-27T06:39:01.471913Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:39:01.495+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:39:01.857+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1db66e02-b1ff-4f55-a514-78bf879ba979","timestamp":"2023-06-27T06:39:01.362639Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:39:01.857+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:39:16.078+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"75ccb725-f3d9-400d-ac5f-f4915ebea79c","timestamp":"2023-06-27T06:39:15.605203Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:39:16.079+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:40:57.269+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"4334e82d-4aa8-4953-a35f-61533d651eaa","timestamp":"2023-06-27T06:40:56.660288Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:40:57.269+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:40:58.764+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5b7902f2-ec56-49bd-b0fd-be226aa0906f","timestamp":"2023-06-27T06:40:58.281071Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:40:58.764+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:41:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f42558b0-a052-4f36-a881-38f0a7b1de5c","timestamp":"2023-06-27T06:41:01.473897Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:41:01.495+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f42558b0-a052-4f36-a881-38f0a7b1de5c","timestamp":"2023-06-27T06:41:01.473897Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:41:01.495+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:41:01.861+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c776ae48-5c56-4c16-b351-3b3b2c3825ac","timestamp":"2023-06-27T06:41:01.362677Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:41:01.862+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:41:16.084+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"68074cc0-f870-4177-b84c-0790c0956df5","timestamp":"2023-06-27T06:41:15.606096Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:41:16.085+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:42:57.280+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8d3966c7-b8a9-41a9-9327-8d104f55eeca","timestamp":"2023-06-27T06:42:56.660226Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:42:57.281+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:42:58.758+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9668f693-62b7-42e3-ac01-37468063d178","timestamp":"2023-06-27T06:42:58.281046Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:42:58.759+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:43:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc3f9cd3-2f0e-4272-a558-1fe4a0ac5aa9","timestamp":"2023-06-27T06:43:01.471785Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:43:01.489+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc3f9cd3-2f0e-4272-a558-1fe4a0ac5aa9","timestamp":"2023-06-27T06:43:01.471785Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:43:01.489+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:43:01.914+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1894c65c-161b-48cb-89ad-3297765826a4","timestamp":"2023-06-27T06:43:01.362917Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:43:01.915+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:43:16.086+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a9244e15-391e-4fa9-b7a7-4dcdedc958a1","timestamp":"2023-06-27T06:43:15.605296Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:43:16.087+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:44:57.280+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"685d0582-c071-4817-a7e3-e22ab70368bd","timestamp":"2023-06-27T06:44:56.660156Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:44:57.281+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:44:58.768+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4d03e022-411f-47ee-9bca-ab81402eacb3","timestamp":"2023-06-27T06:44:58.281180Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:44:58.769+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:45:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eb11f842-3981-41fc-b0e5-620eb21b3607","timestamp":"2023-06-27T06:45:01.472451Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:45:01.495+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eb11f842-3981-41fc-b0e5-620eb21b3607","timestamp":"2023-06-27T06:45:01.472451Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:45:01.495+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:45:01.857+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"17e54b61-2909-47da-87ef-5b73aee4228a","timestamp":"2023-06-27T06:45:01.362659Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:45:01.858+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:45:16.123+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"454ac239-f071-4fa8-befb-5728ba4bf94e","timestamp":"2023-06-27T06:45:15.605284Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:45:16.123+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:46:01.542+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-06-27T06:46:57.281+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d4c5026d-fd7f-4a9e-8ded-4bb70f64ff13","timestamp":"2023-06-27T06:46:56.660330Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:46:57.282+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:46:58.769+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"06809279-ce58-4242-a78c-ebe91c5c11c3","timestamp":"2023-06-27T06:46:58.280693Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:46:58.769+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:47:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"026a1b60-2ff0-40b7-bfd1-eff3948545d3","timestamp":"2023-06-27T06:47:01.471834Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:47:01.493+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"026a1b60-2ff0-40b7-bfd1-eff3948545d3","timestamp":"2023-06-27T06:47:01.471834Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:47:01.494+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:47:01.856+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"547e2398-8b78-4455-8225-9e8bbd799a3a","timestamp":"2023-06-27T06:47:01.362771Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:47:01.857+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:47:16.099+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e43ecd05-9153-41e1-829f-50b4b2c7fefc","timestamp":"2023-06-27T06:47:15.605373Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:47:16.100+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:48:57.282+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"01cce0f1-761b-4609-b703-f5c3f6151f3e","timestamp":"2023-06-27T06:48:56.660060Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:48:57.284+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:48:58.774+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"55bf5678-931e-46ea-8773-5770a432fc72","timestamp":"2023-06-27T06:48:58.280646Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:48:58.775+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:49:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"43ddb812-b44d-4fad-80ce-1cf4a0d5bd8d","timestamp":"2023-06-27T06:49:01.471685Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:49:01.496+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"43ddb812-b44d-4fad-80ce-1cf4a0d5bd8d","timestamp":"2023-06-27T06:49:01.471685Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:49:01.496+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:49:01.858+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fa0d7dfc-a10c-42ac-bd43-8869b333b21a","timestamp":"2023-06-27T06:49:01.362584Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:49:01.859+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:49:16.100+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6f867e1a-46e5-4194-ae6e-4f14eb87ec9e","timestamp":"2023-06-27T06:49:15.605202Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:49:16.100+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:50:57.291+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"041fc248-2556-49f4-8121-cc84b49eae0b","timestamp":"2023-06-27T06:50:56.660133Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:50:57.293+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:50:58.821+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b7e6c566-dfe5-47bd-a91d-273b97a6b765","timestamp":"2023-06-27T06:50:58.281523Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:50:58.821+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:51:01.475+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3d0f1780-2b9b-4ef8-878b-7650c39396c3","timestamp":"2023-06-27T06:51:01.474445Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:51:01.545+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3d0f1780-2b9b-4ef8-878b-7650c39396c3","timestamp":"2023-06-27T06:51:01.474445Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:51:01.546+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:51:01.858+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c56b5b7a-6f58-4f5b-bb62-9bf4de786fc8","timestamp":"2023-06-27T06:51:01.362705Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:51:01.858+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:51:16.142+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"851be7b3-b05c-46a7-905f-eee856619f18","timestamp":"2023-06-27T06:51:15.605647Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:51:16.143+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:52:57.285+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d2cd4b20-b5ba-4691-ab31-1a1c1172fc6e","timestamp":"2023-06-27T06:52:56.660199Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:52:57.285+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:52:58.775+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7aa38510-2c73-4725-9b01-15748987579a","timestamp":"2023-06-27T06:52:58.280676Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:52:58.776+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:53:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4e5f4f2b-6025-4927-a818-5b415e41b731","timestamp":"2023-06-27T06:53:01.471730Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:53:01.499+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4e5f4f2b-6025-4927-a818-5b415e41b731","timestamp":"2023-06-27T06:53:01.471730Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:53:01.501+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:53:01.866+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"28411c92-9a27-4dbd-86cd-cbcc0f4d259f","timestamp":"2023-06-27T06:53:01.362851Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:53:01.867+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:53:16.098+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"132e43b3-a6a6-41f4-b656-5b46f92c6dfa","timestamp":"2023-06-27T06:53:15.605156Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:53:16.098+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:54:57.297+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2a8df56e-a0f7-455b-9512-bfd37f545f7d","timestamp":"2023-06-27T06:54:56.660447Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:54:57.298+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:54:58.784+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c9712663-3642-4ed7-bc6d-4d5ee709a09f","timestamp":"2023-06-27T06:54:58.280724Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:54:58.799+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:55:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"76e07de9-46f7-44d5-aeec-25bb0050de0b","timestamp":"2023-06-27T06:55:01.473959Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:55:01.500+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"76e07de9-46f7-44d5-aeec-25bb0050de0b","timestamp":"2023-06-27T06:55:01.473959Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:55:01.500+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:55:01.889+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"161abd34-7c69-4897-969c-f2ec6389ee03","timestamp":"2023-06-27T06:55:01.362745Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:55:01.890+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:55:16.110+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ea42cd41-cda1-4f3c-9b30-cd4163fa7000","timestamp":"2023-06-27T06:55:15.605132Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:55:16.111+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:56:57.296+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae95c37e-bc10-4d68-ba45-daf80d8778cd","timestamp":"2023-06-27T06:56:56.660275Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:56:57.297+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:56:58.784+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cb11f396-d4c2-4b43-a584-e85ac97c1eb6","timestamp":"2023-06-27T06:56:58.280558Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:56:58.785+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:57:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cff6177d-6f39-469b-aff9-08c838da0a2e","timestamp":"2023-06-27T06:57:01.473028Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:57:01.501+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cff6177d-6f39-469b-aff9-08c838da0a2e","timestamp":"2023-06-27T06:57:01.473028Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:57:01.501+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:57:01.855+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3dbd54dd-cb7e-4ac9-8b45-20c6d066d904","timestamp":"2023-06-27T06:57:01.362689Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:57:01.856+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:57:16.107+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"201d165a-5e1f-4640-8f7c-3b3625eb6d40","timestamp":"2023-06-27T06:57:15.605139Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:57:16.108+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:58:57.297+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1c1131c3-af6c-430d-bbe7-c487543cc40e","timestamp":"2023-06-27T06:58:56.660063Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T06:58:57.299+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:58:58.791+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f17dde91-9b16-4b13-9b89-f8e044935fb4","timestamp":"2023-06-27T06:58:58.280742Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T06:58:58.791+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:59:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"effe3c62-7ef2-4424-8c53-705183ec95e6","timestamp":"2023-06-27T06:59:01.472152Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:59:01.496+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"effe3c62-7ef2-4424-8c53-705183ec95e6","timestamp":"2023-06-27T06:59:01.472152Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T06:59:01.496+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:59:01.860+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"df034b35-e8d0-4926-be29-e876abad8c0d","timestamp":"2023-06-27T06:59:01.362679Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T06:59:01.861+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T06:59:16.110+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5feade7c-377f-49c9-8447-12762200b6c9","timestamp":"2023-06-27T06:59:15.605117Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T06:59:16.111+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:00:01.554+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-06-27T07:00:57.350+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6a282fbe-87cb-4f26-9ee4-07ed7420d0f3","timestamp":"2023-06-27T07:00:56.660420Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:00:57.351+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:00:58.795+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d2f2134c-3a7e-4800-a1a3-df9caff93f8c","timestamp":"2023-06-27T07:00:58.281280Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:00:58.795+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:01:01.475+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e890ddb3-66f9-4e0a-addb-c1a2c6d72d99","timestamp":"2023-06-27T07:01:01.473371Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:01:01.494+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e890ddb3-66f9-4e0a-addb-c1a2c6d72d99","timestamp":"2023-06-27T07:01:01.473371Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:01:01.494+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:01:01.858+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e3782230-53aa-43a7-80e3-6cfdff2ce8c9","timestamp":"2023-06-27T07:01:01.362658Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:01:01.858+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:01:16.121+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3b956e9f-1ad1-413f-ab70-bc2b32558855","timestamp":"2023-06-27T07:01:15.605667Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:01:16.122+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:02:57.298+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"77f88e7a-8f8e-4e59-a5ab-202122a12249","timestamp":"2023-06-27T07:02:56.660161Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:02:57.299+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:02:58.785+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9e83941a-6c46-4279-85b4-a856ba1542b0","timestamp":"2023-06-27T07:02:58.280671Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:02:58.786+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:03:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"31b9a7cd-8661-4868-bbb4-318b4ccd11e0","timestamp":"2023-06-27T07:03:01.471648Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:03:01.593+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"31b9a7cd-8661-4868-bbb4-318b4ccd11e0","timestamp":"2023-06-27T07:03:01.471648Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:03:01.593+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:03:01.864+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9c08d960-936a-4a17-a924-8805549ea770","timestamp":"2023-06-27T07:03:01.362698Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:03:01.864+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:03:16.126+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6c902958-fd99-44f8-ba0d-34b31e7b9dd5","timestamp":"2023-06-27T07:03:15.605170Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:03:16.127+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:04:57.304+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"dfe8768e-5786-45c8-94e3-5bad6aa5e99a","timestamp":"2023-06-27T07:04:56.660161Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:04:57.305+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:04:58.793+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d83fbe78-73ec-456e-9980-b2cae5d11c93","timestamp":"2023-06-27T07:04:58.280626Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:04:58.794+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:05:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4c052fb4-ecb7-434f-90e6-b8b077621562","timestamp":"2023-06-27T07:05:01.471723Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:05:01.496+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4c052fb4-ecb7-434f-90e6-b8b077621562","timestamp":"2023-06-27T07:05:01.471723Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:05:01.497+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:05:01.860+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aac5c9fe-365a-4354-a837-60998d71877c","timestamp":"2023-06-27T07:05:01.362809Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:05:01.860+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:05:16.123+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"99845dc2-325f-431a-8927-1d8edea659aa","timestamp":"2023-06-27T07:05:15.605270Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:05:16.125+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:06:57.334+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3ee13e26-b84b-4a4d-a89b-20b6ed71d371","timestamp":"2023-06-27T07:06:56.660519Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:06:57.335+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:06:58.801+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"651f2084-1ade-43b6-87c4-98833ae9403a","timestamp":"2023-06-27T07:06:58.280599Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:06:58.801+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:07:01.476+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3cd33ee9-cba5-4221-a774-1c6d6d7c72b2","timestamp":"2023-06-27T07:07:01.474414Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:07:01.508+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3cd33ee9-cba5-4221-a774-1c6d6d7c72b2","timestamp":"2023-06-27T07:07:01.474414Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:07:01.508+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:07:01.881+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f8b1497e-faef-47af-846d-846e3de0e66d","timestamp":"2023-06-27T07:07:01.362767Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:07:01.882+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:07:16.129+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a107c681-153d-44d5-9330-04ebfd04fd97","timestamp":"2023-06-27T07:07:15.605235Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:07:16.129+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:08:57.321+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f52bc984-288f-406d-ae38-295a5eda8143","timestamp":"2023-06-27T07:08:56.660092Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:08:57.321+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:08:58.798+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9454936d-008e-47c4-9e67-6ef835ad212f","timestamp":"2023-06-27T07:08:58.280775Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:08:58.799+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:09:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b60947d0-e634-49a0-9216-6e096ce57cdd","timestamp":"2023-06-27T07:09:01.473278Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:09:01.514+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b60947d0-e634-49a0-9216-6e096ce57cdd","timestamp":"2023-06-27T07:09:01.473278Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:09:01.514+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:09:01.867+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2be7a4c6-44f7-421b-9052-48610d036e2f","timestamp":"2023-06-27T07:09:01.362828Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:09:01.874+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:09:16.161+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e686a931-08bc-40e6-acfa-ee1e275222b7","timestamp":"2023-06-27T07:09:15.605133Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:09:16.161+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:10:01.537+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-06-27T07:10:57.362+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0c1fcd8c-5de5-4ded-a51d-a62ed6ba1804","timestamp":"2023-06-27T07:10:56.660396Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:10:57.364+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:10:58.813+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5cce8684-1bbc-4f21-b22b-1937de202f4e","timestamp":"2023-06-27T07:10:58.281320Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:10:58.814+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:11:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f957650f-c74b-49bf-b7c3-3aacab072292","timestamp":"2023-06-27T07:11:01.471937Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:11:01.500+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f957650f-c74b-49bf-b7c3-3aacab072292","timestamp":"2023-06-27T07:11:01.471937Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:11:01.501+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:11:01.862+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1b5d786a-484d-47af-9168-b5b274cdf3d3","timestamp":"2023-06-27T07:11:01.363010Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:11:01.863+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:11:16.142+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4eda4601-faa5-48a5-9060-b653f1eac2a7","timestamp":"2023-06-27T07:11:15.605848Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:11:16.144+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:12:57.318+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"caf65d36-ed6e-4211-be90-11a2dcc63cf3","timestamp":"2023-06-27T07:12:56.660347Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:12:57.319+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:12:58.837+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ab9e4a18-4ccd-4600-b024-7abe34709e99","timestamp":"2023-06-27T07:12:58.280653Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:12:58.838+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:13:01.475+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4366735a-c8ea-45c1-be35-1b8ca2fd554b","timestamp":"2023-06-27T07:13:01.473787Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:13:01.527+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4366735a-c8ea-45c1-be35-1b8ca2fd554b","timestamp":"2023-06-27T07:13:01.473787Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:13:01.528+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:13:01.857+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fbed5034-a761-4976-b580-bef3f33d136a","timestamp":"2023-06-27T07:13:01.363075Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:13:01.857+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:13:16.136+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"78c7fa69-a1c9-4d45-97bf-8dabad7de54d","timestamp":"2023-06-27T07:13:15.605141Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:13:16.136+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:14:57.323+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"9d888437-30ca-4deb-acc2-619be34f7b2f","timestamp":"2023-06-27T07:14:56.661382Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:14:57.324+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:14:58.811+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee107613-8c53-4aaf-8b1f-2adaacfb8c2b","timestamp":"2023-06-27T07:14:58.280632Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:14:58.812+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:15:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9babe6cb-fb04-4cfc-80f2-6510172e6cf3","timestamp":"2023-06-27T07:15:01.471747Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:15:01.502+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9babe6cb-fb04-4cfc-80f2-6510172e6cf3","timestamp":"2023-06-27T07:15:01.471747Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:15:01.504+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:15:01.858+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d7f9512e-050f-41a1-83bb-ce64c1616646","timestamp":"2023-06-27T07:15:01.362665Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:15:01.858+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:15:16.153+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"89680c37-210d-4e85-b713-94e9c59975c4","timestamp":"2023-06-27T07:15:15.605227Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:15:16.154+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:16:57.318+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f8de876a-39eb-4bfa-b952-42e785bf74c0","timestamp":"2023-06-27T07:16:56.660281Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:16:57.321+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:16:58.813+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ff2188f6-3c2c-4266-8f91-fa749c633977","timestamp":"2023-06-27T07:16:58.280627Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:16:58.814+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:17:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5b188978-4422-4997-bc52-416f274f4c24","timestamp":"2023-06-27T07:17:01.472424Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:17:01.537+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5b188978-4422-4997-bc52-416f274f4c24","timestamp":"2023-06-27T07:17:01.472424Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:17:01.537+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:17:01.861+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b2f847ed-7e19-4739-a8f6-aa722811781d","timestamp":"2023-06-27T07:17:01.362694Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:17:01.861+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:17:16.168+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"671f490a-a852-4f77-87b9-60a2eaffabbc","timestamp":"2023-06-27T07:17:15.605287Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:17:16.169+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:18:57.358+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6b951bad-2afc-43db-b61f-95848513b938","timestamp":"2023-06-27T07:18:56.660348Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:18:57.359+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:18:58.825+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c98392c4-db92-46f6-a112-f3fcc6398e6b","timestamp":"2023-06-27T07:18:58.280985Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:18:58.826+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:19:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8911c98-54fb-4b44-b257-d6ff7bd6afc8","timestamp":"2023-06-27T07:19:01.471787Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:19:01.497+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8911c98-54fb-4b44-b257-d6ff7bd6afc8","timestamp":"2023-06-27T07:19:01.471787Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:19:01.498+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:19:01.862+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"48b92e70-8079-4894-90fc-9525c507fe57","timestamp":"2023-06-27T07:19:01.362783Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:19:01.863+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:19:16.150+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c5602872-ba2c-425e-8e5c-8be7fe1d6c4a","timestamp":"2023-06-27T07:19:15.605283Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:19:16.150+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:20:01.538+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-06-27T07:20:57.332+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6612bef2-e71b-4c56-957a-849c8463eb42","timestamp":"2023-06-27T07:20:56.661883Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:20:57.333+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:20:58.819+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"34880604-df25-4ef5-9408-1828215621f7","timestamp":"2023-06-27T07:20:58.280620Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:20:58.819+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:21:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ed1841ce-5644-496e-9e97-55ad092a712f","timestamp":"2023-06-27T07:21:01.471933Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:21:01.501+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ed1841ce-5644-496e-9e97-55ad092a712f","timestamp":"2023-06-27T07:21:01.471933Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:21:01.501+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:21:01.863+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b4dc7f5e-1da9-43bc-ae59-40913618cd0b","timestamp":"2023-06-27T07:21:01.362841Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:21:01.864+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:21:16.150+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8da1cddf-fc61-484d-abbc-e7a50b1971d6","timestamp":"2023-06-27T07:21:15.605722Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:21:16.150+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:22:57.330+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"502ec875-b888-449c-b300-f6fc4fa73817","timestamp":"2023-06-27T07:22:56.660296Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:22:57.334+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:22:58.816+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"92e3da0c-ae10-4f04-b65d-473c4e889a39","timestamp":"2023-06-27T07:22:58.280973Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:22:58.817+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:23:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3ae32611-4758-4eb0-ab4a-d3eb09bed166","timestamp":"2023-06-27T07:23:01.472384Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:23:01.501+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3ae32611-4758-4eb0-ab4a-d3eb09bed166","timestamp":"2023-06-27T07:23:01.472384Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:23:01.502+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:23:01.853+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e378323-9bf6-4118-b184-8f229f5c8540","timestamp":"2023-06-27T07:23:01.362720Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:23:01.853+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:23:16.151+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3108db53-f207-4f01-88a1-abf86079bc1a","timestamp":"2023-06-27T07:23:15.605198Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:23:16.152+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:24:57.334+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"3ad9d53e-df0e-45be-a575-5f4d173dcdfc","timestamp":"2023-06-27T07:24:56.660152Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:24:57.334+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:24:58.826+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7d56a844-6b30-4181-ae88-ca9c2c594213","timestamp":"2023-06-27T07:24:58.280658Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:24:58.826+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:25:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b5e5d4bc-3d68-4e68-8687-6bf2146a171b","timestamp":"2023-06-27T07:25:01.471721Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:25:01.494+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b5e5d4bc-3d68-4e68-8687-6bf2146a171b","timestamp":"2023-06-27T07:25:01.471721Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:25:01.495+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:25:01.874+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1ee57ed5-0020-492b-8574-dd9256fda107","timestamp":"2023-06-27T07:25:01.362838Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:25:01.874+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:25:16.153+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0f2c7f87-9326-4cbf-88c0-c4bc2771b6b7","timestamp":"2023-06-27T07:25:15.605179Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:25:16.154+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:26:57.338+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8efddfc4-14ba-495a-9c0c-dec1332a0d89","timestamp":"2023-06-27T07:26:56.660516Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:26:57.339+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:26:58.843+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"85feb08a-6a76-4203-8cf9-8f39d2f4f640","timestamp":"2023-06-27T07:26:58.280670Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:26:58.843+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:27:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"624818bf-429d-4d64-bcc7-80e929b257cb","timestamp":"2023-06-27T07:27:01.471871Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:27:01.542+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"624818bf-429d-4d64-bcc7-80e929b257cb","timestamp":"2023-06-27T07:27:01.471871Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:27:01.543+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:27:01.857+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d0955f63-0449-4a74-a87b-8c355f5ae677","timestamp":"2023-06-27T07:27:01.362654Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:27:01.858+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:27:16.157+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"603cf3c1-5b8c-4a0c-b864-060bb4d54d90","timestamp":"2023-06-27T07:27:15.605143Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:27:16.158+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:28:57.349+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e87dee21-9f3e-4179-9a0d-49212ba08d79","timestamp":"2023-06-27T07:28:56.662878Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:28:57.351+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:28:58.839+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"82dc8fbc-371c-41f6-9427-679bf4d66751","timestamp":"2023-06-27T07:28:58.280648Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:28:58.840+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:29:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"47bd6fc0-c962-42b4-952a-0f3ffce11aff","timestamp":"2023-06-27T07:29:01.472679Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:29:01.498+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"47bd6fc0-c962-42b4-952a-0f3ffce11aff","timestamp":"2023-06-27T07:29:01.472679Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:29:01.498+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:29:01.860+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bc7d33e5-8cd6-4c02-b773-c0cc5a05246d","timestamp":"2023-06-27T07:29:01.362919Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:29:01.860+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:29:16.160+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d932fd3f-82a2-4d43-8de5-7412e134da1f","timestamp":"2023-06-27T07:29:15.605249Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:29:16.161+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:30:57.349+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b51329bd-573f-4c42-820e-848f910608ae","timestamp":"2023-06-27T07:30:56.660011Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:30:57.350+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:30:58.869+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fa6a00b7-7712-45e2-91cf-43e7918d2a70","timestamp":"2023-06-27T07:30:58.281248Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:30:58.870+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:31:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"50a238f2-d8dc-44fd-996d-919f6433af74","timestamp":"2023-06-27T07:31:01.471850Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:31:01.498+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"50a238f2-d8dc-44fd-996d-919f6433af74","timestamp":"2023-06-27T07:31:01.471850Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:31:01.498+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:31:01.861+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"31484578-b200-4cbf-8ccc-3f6243c8041d","timestamp":"2023-06-27T07:31:01.362637Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:31:01.862+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:31:16.164+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2b25c50f-064c-41d0-8d67-50a6206d375f","timestamp":"2023-06-27T07:31:15.605622Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:31:16.165+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:32:57.346+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"38dabb18-8178-466a-8955-1d3877f6729b","timestamp":"2023-06-27T07:32:56.660154Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:32:57.346+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:32:58.840+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"55171b53-bd00-49b2-ad00-9a7f9f95121f","timestamp":"2023-06-27T07:32:58.280742Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:32:58.840+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:33:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"93e7d52d-d2eb-48c6-92cf-2d58cf3be51a","timestamp":"2023-06-27T07:33:01.471746Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:33:01.493+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"93e7d52d-d2eb-48c6-92cf-2d58cf3be51a","timestamp":"2023-06-27T07:33:01.471746Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:33:01.493+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:33:01.861+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"84695728-8b3f-466c-b40c-375ae80259c9","timestamp":"2023-06-27T07:33:01.362664Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:33:01.862+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:33:16.165+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"48ffa9b2-3acb-468c-b33a-14d525cf93df","timestamp":"2023-06-27T07:33:15.605108Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:33:16.166+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:34:57.348+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"9246c38e-4f32-468d-a82b-4d4943ee81d1","timestamp":"2023-06-27T07:34:56.660160Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:34:57.350+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:34:58.841+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e6c27e9-ae95-4d07-a1b5-2e1960b1469c","timestamp":"2023-06-27T07:34:58.280583Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:34:58.843+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:35:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e7860b28-251e-4ca7-ac21-b011051185d6","timestamp":"2023-06-27T07:35:01.472022Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:35:01.496+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e7860b28-251e-4ca7-ac21-b011051185d6","timestamp":"2023-06-27T07:35:01.472022Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:35:01.496+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:35:01.854+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7f40cd34-d906-4fdc-8e90-1b5cfeb60f0a","timestamp":"2023-06-27T07:35:01.362677Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:35:01.854+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:35:16.173+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b51da140-e5a5-4761-92b1-808127cd05a7","timestamp":"2023-06-27T07:35:15.605217Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:35:16.174+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:36:57.350+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"32aebfb8-db1f-42b3-a169-60bb3e42eb64","timestamp":"2023-06-27T07:36:56.660221Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:36:57.351+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:36:58.849+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"752c99b7-edf2-4f15-943c-3b0434314151","timestamp":"2023-06-27T07:36:58.280728Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:36:58.850+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:37:01.480+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"34a278dc-8b53-4164-97c0-a1a522274ee9","timestamp":"2023-06-27T07:37:01.479422Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:37:01.500+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"34a278dc-8b53-4164-97c0-a1a522274ee9","timestamp":"2023-06-27T07:37:01.479422Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:37:01.500+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:37:01.864+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1fd3ee39-08ae-4531-966c-16b1ca08ef39","timestamp":"2023-06-27T07:37:01.362770Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:37:01.864+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:37:16.169+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c691ef42-d84d-45e2-a471-1e50aba4bf75","timestamp":"2023-06-27T07:37:15.605157Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:37:16.170+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:38:57.352+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7b1f7679-848c-45b7-be63-2e2655c18aaa","timestamp":"2023-06-27T07:38:56.660207Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:38:57.352+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:38:58.845+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1d50a582-d7c5-42c0-8974-886c204077a1","timestamp":"2023-06-27T07:38:58.280635Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:38:58.846+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:39:01.475+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b72454c8-9749-4f04-aa1c-6ee88c8c2c3f","timestamp":"2023-06-27T07:39:01.473390Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:39:01.506+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b72454c8-9749-4f04-aa1c-6ee88c8c2c3f","timestamp":"2023-06-27T07:39:01.473390Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:39:01.507+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:39:01.866+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"deacc0ea-e827-4cc4-8163-760660811197","timestamp":"2023-06-27T07:39:01.362677Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:39:01.867+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:39:16.172+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4ce5045c-2d57-4c04-85c0-9f716062f936","timestamp":"2023-06-27T07:39:15.605167Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:39:16.173+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:40:57.424+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d2923c7b-ac14-4140-888d-522737f0b611","timestamp":"2023-06-27T07:40:56.660136Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:40:57.425+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:40:58.851+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1f35b125-9319-4f7d-a0af-f15db16a3ff8","timestamp":"2023-06-27T07:40:58.280693Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:40:58.852+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:41:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"057dbf9d-6c72-44e4-abb0-4efe16d86f2b","timestamp":"2023-06-27T07:41:01.471819Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:41:01.498+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"057dbf9d-6c72-44e4-abb0-4efe16d86f2b","timestamp":"2023-06-27T07:41:01.471819Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:41:01.499+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:41:01.866+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ba292d3e-5a96-446f-a559-710f66a3303c","timestamp":"2023-06-27T07:41:01.362790Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:41:01.867+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:41:16.176+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"40c87de1-9190-4c7f-88a5-16f71f0298ed","timestamp":"2023-06-27T07:41:15.605637Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:41:16.177+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:42:57.410+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"090d2de5-59e0-42c1-a9c8-d07f6f82e24f","timestamp":"2023-06-27T07:42:56.665008Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:42:57.410+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:42:58.893+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"96b7f220-de24-4fa8-91c2-e24e34d7f5c1","timestamp":"2023-06-27T07:42:58.281249Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:42:58.894+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:43:01.473+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4392cbbb-0e82-4ebd-9ccf-d9b6126e2437","timestamp":"2023-06-27T07:43:01.473062Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:43:01.491+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4392cbbb-0e82-4ebd-9ccf-d9b6126e2437","timestamp":"2023-06-27T07:43:01.473062Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:43:01.491+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:43:01.933+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9f5dee76-914a-47d1-9aa5-de93850a7b5c","timestamp":"2023-06-27T07:43:01.362741Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:43:01.934+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:43:16.179+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"16303f58-9b86-4420-8901-e7b87c0291c5","timestamp":"2023-06-27T07:43:15.605350Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:43:16.180+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:44:57.366+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6e591104-6347-40df-9d16-2987dee855ca","timestamp":"2023-06-27T07:44:56.661769Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:44:57.366+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:44:58.863+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"599994f3-cb3a-4bf7-a19d-eeb2d9ded3c3","timestamp":"2023-06-27T07:44:58.280883Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:44:58.863+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:45:01.474+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e12f1e67-ebca-46d6-8cd6-e3134017b9bc","timestamp":"2023-06-27T07:45:01.472681Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:45:01.499+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e12f1e67-ebca-46d6-8cd6-e3134017b9bc","timestamp":"2023-06-27T07:45:01.472681Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:45:01.500+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:45:01.860+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a9043bfa-ac08-45b9-a49c-43f6f65381e3","timestamp":"2023-06-27T07:45:01.362736Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:45:01.861+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:45:16.199+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ea258ce9-fde0-45a7-b83d-7a77671e1f05","timestamp":"2023-06-27T07:45:15.605242Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:45:16.199+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:46:57.360+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"dd58de87-4923-492c-902d-c40f75888f23","timestamp":"2023-06-27T07:46:56.660188Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:46:57.361+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:46:58.862+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5077bbda-4223-434d-80d3-3aea2dbb1408","timestamp":"2023-06-27T07:46:58.280856Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:46:58.862+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:47:01.472+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a87588eb-2057-4fb3-85c9-7b708f1ac88b","timestamp":"2023-06-27T07:47:01.471785Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:47:01.495+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cc7661ec-7ba5-4d5c-9294-5678635def99","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a87588eb-2057-4fb3-85c9-7b708f1ac88b","timestamp":"2023-06-27T07:47:01.471785Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-06-27T07:47:01.495+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:47:01.866+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"e76deae4-fc0c-423b-acaa-f1a33900f6e8","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5437b61b-8ae8-49f3-a597-65643c60965f","timestamp":"2023-06-27T07:47:01.362714Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-06-27T07:47:01.866+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:47:16.188+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"acd4451a-1a85-43d8-9dd9-b420bd3bb5ae","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"aca75257-127f-482f-8b44-cdac55551dd9","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6145c4df-8b57-4e89-9046-396a49c07358","timestamp":"2023-06-27T07:47:15.605180Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-06-27T07:47:16.188+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:48:57.377+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"524953c2-1985-4571-ba4b-7ef091c25e51","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c951f68c-5832-4c8a-915b-94897c37c747","timestamp":"2023-06-27T07:48:56.660321Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-06-27T07:48:57.378+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-06-27T07:48:58.862+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a39e700f-1214-419a-873f-c5b8c6a4a840","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4d37a545-4de7-48eb-b207-41385c0ee849","timestamp":"2023-06-27T07:48:58.280803Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-06-27T07:48:58.863+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtim