Results

By type

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

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

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

[2023-03-28T23:37:19.799+00:00|INFO|AbstractLogin|main] Successfully logged in.
[2023-03-28T23:37:20.060+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-03-28T23:37:20.062+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-03-28T23:37:20.062+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1680046640057
[2023-03-28T23:37:20.068+00:00|INFO|KafkaConsumer|main] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-1, groupId=policy-clamp-ac-pf-ppnt] Subscribed to topic(s): policy.clamp-runtime-acm
[2023-03-28T23:37:20.812+00:00|INFO|DefaultSecurityFilterChain|main] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@49ec6a9f, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@26b95b0b, org.springframework.security.web.context.SecurityContextPersistenceFilter@1894593a, org.springframework.security.web.header.HeaderWriterFilter@750ff7d3, org.springframework.security.web.authentication.logout.LogoutFilter@3eda0aeb, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@4f668f29, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@10823d72, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@468dda3e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5f7da3d3, org.springframework.security.web.session.SessionManagementFilter@2b34e38c, org.springframework.security.web.access.ExceptionTranslationFilter@1000d54d, org.springframework.security.web.access.intercept.AuthorizationFilter@64b3b1ce]
[2023-03-28T23:37:29.703+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path '/actuator'
[2023-03-28T23:37:29.886+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["http-nio-8085"]
[2023-03-28T23:37:29.923+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 8085 (http) with context path '/onap/policyparticipant'
[2023-03-28T23:37:30.005+00:00|INFO|ServiceManager|main] service manager starting
[2023-03-28T23:37:30.005+00:00|INFO|ServiceManager|main] service manager starting Topic endpoint management
[2023-03-28T23:37:30.023+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=8b28115f-f884-4ede-9ec7-c54a18ca3970, consumerInstance=onap-policy-clamp-ac-pf-ppnt-646db854d8-9lgc7, fetchTimeout=15000, fetchLimit=-1, consumer=KafkaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[onap-strimzi-kafka-bootstrap:9092], topic=policy.clamp-runtime-acm, effectiveTopic=policy.clamp-runtime-acm, #recentEvents=0, locked=false, #topicListeners=0]]]]: starting
[2023-03-28T23:37:30.103+00:00|INFO|ConsumerConfig|main] ConsumerConfig values: 
	allow.auto.create.topics = false
	auto.commit.interval.ms = 5000
	auto.include.jmx.reporter = true
	auto.offset.reset = latest
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	check.crcs = true
	client.dns.lookup = use_all_dns_ips
	client.id = consumer-policy-clamp-ac-pf-ppnt-2
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = policy-clamp-ac-pf-ppnt
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

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

[2023-03-28T23:37:30.302+00:00|INFO|KafkaProducer|main] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Instantiated an idempotent producer.
[2023-03-28T23:37:30.502+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-03-28T23:37:30.503+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-03-28T23:37:30.503+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1680046650502
[2023-03-28T23:37:30.504+00:00|INFO|InlineKafkaTopicSink|main] InlineKafkaTopicSink [getTopicCommInfrastructure()=KAFKA, toString()=InlineBusTopicSink [partitionId=2fb82567-0f06-47d9-b272-64fa8d9a0df2, alive=false, publisher=KafkaPublisherWrapper []]]: KAFKA SINK created
[2023-03-28T23:37:30.505+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantMessagePublisher$$EnhancerBySpringCGLIB$$238b9bba
[2023-03-28T23:37:30.556+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantPrimeListener
[2023-03-28T23:37:30.557+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantRegisterAckListener
[2023-03-28T23:37:30.557+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantStatusReqListener
[2023-03-28T23:37:30.557+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionStateChangeListener
[2023-03-28T23:37:30.557+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionDeployListener
[2023-03-28T23:37:30.557+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantDeregisterAckListener
[2023-03-28T23:37:30.557+00:00|INFO|ServiceManager|main] service manager starting Topic Message Dispatcher
[2023-03-28T23:37:30.557+00:00|INFO|TopicBase|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=8b28115f-f884-4ede-9ec7-c54a18ca3970, consumerInstance=onap-policy-clamp-ac-pf-ppnt-646db854d8-9lgc7, 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@3472947a
[2023-03-28T23:37:30.558+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=8b28115f-f884-4ede-9ec7-c54a18ca3970, consumerInstance=onap-policy-clamp-ac-pf-ppnt-646db854d8-9lgc7, fetchTimeout=15000, fetchLimit=-1, consumer=KafkaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[KAFKA-source-policy.clamp-runtime-acm,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[onap-strimzi-kafka-bootstrap:9092], topic=policy.clamp-runtime-acm, effectiveTopic=policy.clamp-runtime-acm, #recentEvents=0, locked=false, #topicListeners=1]]]]: register: start not attempted
[2023-03-28T23:37:30.558+00:00|INFO|ServiceManager|main] service manager started
[2023-03-28T23:37:30.721+00:00|INFO|OrderedServiceImpl|main] ***** OrderedServiceImpl implementers:
 []
[2023-03-28T23:37:30.726+00:00|INFO|network|main] [OUT|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"bc0aba5f-78ca-44ee-8884-f416ea65f1b7","timestamp":"2023-03-28T23:37:30.603034Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:37:32.076+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 e24xH6VkRVaRbFdKpDIShg
[2023-03-28T23:37:32.077+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 e24xH6VkRVaRbFdKpDIShg
[2023-03-28T23:37:32.077+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 e24xH6VkRVaRbFdKpDIShg
[2023-03-28T23:37:32.077+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 e24xH6VkRVaRbFdKpDIShg
[2023-03-28T23:37:32.077+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 e24xH6VkRVaRbFdKpDIShg
[2023-03-28T23:37:32.077+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 e24xH6VkRVaRbFdKpDIShg
[2023-03-28T23:37:32.077+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 e24xH6VkRVaRbFdKpDIShg
[2023-03-28T23:37:32.078+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 e24xH6VkRVaRbFdKpDIShg
[2023-03-28T23:37:32.078+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 e24xH6VkRVaRbFdKpDIShg
[2023-03-28T23:37:32.078+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 e24xH6VkRVaRbFdKpDIShg
[2023-03-28T23:37:32.078+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 e24xH6VkRVaRbFdKpDIShg
[2023-03-28T23:37:32.078+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 e24xH6VkRVaRbFdKpDIShg
[2023-03-28T23:37:32.082+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: WHCLbbk6TouVWqi5Izf6eA
[2023-03-28T23:37:32.083+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: WHCLbbk6TouVWqi5Izf6eA
[2023-03-28T23:37:32.085+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
[2023-03-28T23:37:32.085+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 1 with epoch 0
[2023-03-28T23:37:32.129+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] (Re-)joining group
[2023-03-28T23:37:32.286+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-f2776e89-9c09-42c7-b531-7d4596059631
[2023-03-28T23:37:32.287+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
[2023-03-28T23:37:32.287+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] (Re-)joining group
[2023-03-28T23:37:32.374+00:00|INFO|ParticipantMessagePublisher|main] Sent Participant Register message to CLAMP - ParticipantRegister(super=ParticipantMessage(messageType=PARTICIPANT_REGISTER, messageId=bc0aba5f-78ca-44ee-8884-f416ea65f1b7, timestamp=2023-03-28T23:37:30.603034Z, participantId=101c62b3-8918-41b9-a747-d21eb79c6c03, automationCompositionId=null, compositionId=null), participantSupportedElementType=[ParticipantSupportedElementType(id=3d223316-8d59-4bda-ad4a-358c75c1be7b, typeName=org.onap.policy.clamp.acm.PolicyAutomationCompositionElement, typeVersion=1.0.0)])
[2023-03-28T23:37:32.401+00:00|INFO|PolicyParticipantApplication|main] Started PolicyParticipantApplication in 31.383 seconds (JVM running for 33.447)
[2023-03-28T23:37:35.298+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-f2776e89-9c09-42c7-b531-7d4596059631', protocol='range'}
[2023-03-28T23:37:35.303+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-f2776e89-9c09-42c7-b531-7d4596059631=Assignment(partitions=[policy.clamp-runtime-acm-0, policy.clamp-runtime-acm-1, policy.clamp-runtime-acm-2, policy.clamp-runtime-acm-3, policy.clamp-runtime-acm-4, policy.clamp-runtime-acm-5])}
[2023-03-28T23:37:35.351+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-f2776e89-9c09-42c7-b531-7d4596059631', protocol='range'}
[2023-03-28T23:37:35.351+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Notifying assignor about the new Assignment(partitions=[policy.clamp-runtime-acm-0, policy.clamp-runtime-acm-1, policy.clamp-runtime-acm-2, policy.clamp-runtime-acm-3, policy.clamp-runtime-acm-4, policy.clamp-runtime-acm-5])
[2023-03-28T23:37:35.356+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Adding newly assigned partitions: policy.clamp-runtime-acm-0, policy.clamp-runtime-acm-1, policy.clamp-runtime-acm-2, policy.clamp-runtime-acm-3, policy.clamp-runtime-acm-4, policy.clamp-runtime-acm-5
[2023-03-28T23:37:35.371+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Found no committed offset for partition policy.clamp-runtime-acm-4
[2023-03-28T23:37:35.371+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Found no committed offset for partition policy.clamp-runtime-acm-5
[2023-03-28T23:37:35.371+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Found no committed offset for partition policy.clamp-runtime-acm-2
[2023-03-28T23:37:35.371+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Found no committed offset for partition policy.clamp-runtime-acm-3
[2023-03-28T23:37:35.371+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Found no committed offset for partition policy.clamp-runtime-acm-0
[2023-03-28T23:37:35.371+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Found no committed offset for partition policy.clamp-runtime-acm-1
[2023-03-28T23:37:35.514+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting offset for partition policy.clamp-runtime-acm-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2023-03-28T23:37:35.528+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting offset for partition policy.clamp-runtime-acm-2 to position FetchPosition{offset=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-03-28T23:37:35.538+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting offset for partition policy.clamp-runtime-acm-3 to position FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2023-03-28T23:37:35.538+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting offset for partition policy.clamp-runtime-acm-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2023-03-28T23:37:35.538+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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2023-03-28T23:37:35.538+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting offset for partition policy.clamp-runtime-acm-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2023-03-28T23:37:38.709+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"c782f31b-893f-4ce5-b78f-cd8aef23155e","timestamp":"2023-03-28T23:37:35.854967Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-28T23:37:38.720+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_REGISTER
[2023-03-28T23:37:45.246+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"699a2c5f-f27b-489e-bdf9-0e6cc8a8f988","timestamp":"2023-03-28T23:37:42.303981Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-28T23:37:45.246+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_REGISTER
[2023-03-28T23:38:07.023+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_REGISTER","messageId":"6e921517-50b0-4b34-9b93-687f389dc29b","timestamp":"2023-03-28T23:38:04.912395Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-28T23:38:07.023+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_REGISTER
[2023-03-28T23:39:19.347+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8bea9139-d7c2-427d-abb4-a46d3267fbf0","timestamp":"2023-03-28T23:39:19.321765Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:39:19.420+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8bea9139-d7c2-427d-abb4-a46d3267fbf0","timestamp":"2023-03-28T23:39:19.321765Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:39:19.420+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:39:21.159+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2d8def33-8f68-45b7-998b-e1280e679585","timestamp":"2023-03-28T23:39:21.224061Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-28T23:39:21.160+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:39:22.536+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"df4728b7-43bd-4018-99d7-4bafa6a880c2","timestamp":"2023-03-28T23:39:22.170935Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-28T23:39:22.536+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:39:29.861+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4f536b2e-1e77-4722-96bc-9b5dad0f6c06","timestamp":"2023-03-28T23:39:29.679318Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-28T23:39:29.862+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:39:49.660+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"57a02b22-b09e-4980-a472-11f260266fa2","timestamp":"2023-03-28T23:39:49.827825Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-28T23:39:49.661+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:41:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e9e908b7-19d1-4907-826d-e031043290e3","timestamp":"2023-03-28T23:41:19.321130Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:41:19.362+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e9e908b7-19d1-4907-826d-e031043290e3","timestamp":"2023-03-28T23:41:19.321130Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:41:19.362+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:41:21.100+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"80846a82-12de-49c3-889c-944c710b0ce7","timestamp":"2023-03-28T23:41:21.222805Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-28T23:41:21.101+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:41:22.455+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9aaab16d-3d4d-4a4a-986b-f3f699092bf4","timestamp":"2023-03-28T23:41:22.169971Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-28T23:41:22.456+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:41:29.782+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5637a464-6934-4ea3-adba-6bc322306383","timestamp":"2023-03-28T23:41:29.678860Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-28T23:41:29.782+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:41:49.739+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"4bf160b1-eee5-493c-9364-54b46ee7200f","timestamp":"2023-03-28T23:41:49.827567Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-28T23:41:49.740+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:43:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"07374cd0-fcd6-45a1-8b79-5488de8f8bd9","timestamp":"2023-03-28T23:43:19.321187Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:43:19.359+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"07374cd0-fcd6-45a1-8b79-5488de8f8bd9","timestamp":"2023-03-28T23:43:19.321187Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:43:19.360+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:43:21.100+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"65ccf5c8-34d9-41a4-a030-3fd4ba6cd7b5","timestamp":"2023-03-28T23:43:21.222344Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-28T23:43:21.101+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:43:22.496+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2fd95acf-ce74-4508-ab84-f28fea0e3540","timestamp":"2023-03-28T23:43:22.170161Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-28T23:43:22.498+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:43:29.710+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0f201b09-2223-4fc8-8f1d-ae6fd74ad969","timestamp":"2023-03-28T23:43:29.678773Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-28T23:43:29.711+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:43:49.718+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c3ff901c-eba2-4910-8034-b1b19729579c","timestamp":"2023-03-28T23:43:49.827604Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-28T23:43:49.719+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:45:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"88c44c7c-31e6-4211-a433-4ff1d5eebdbf","timestamp":"2023-03-28T23:45:19.321093Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:45:19.344+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"88c44c7c-31e6-4211-a433-4ff1d5eebdbf","timestamp":"2023-03-28T23:45:19.321093Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:45:19.344+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:45:21.153+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e72ff0cb-8636-4291-8d7b-450b6b24b5a4","timestamp":"2023-03-28T23:45:21.222824Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-28T23:45:21.154+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:45:22.447+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"676e6f74-99c0-438b-8c19-361a945ebbcf","timestamp":"2023-03-28T23:45:22.170171Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-28T23:45:22.448+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:45:29.729+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"caeb86aa-3a98-4145-8e1b-04f082ad7a47","timestamp":"2023-03-28T23:45:29.678674Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-28T23:45:29.730+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:45:49.639+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"66991ba8-98cc-4631-a434-25eca86e9f66","timestamp":"2023-03-28T23:45:49.827433Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-28T23:45:49.640+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:46:32.128+00:00|INFO|NetworkClient|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Node -1 disconnected.
[2023-03-28T23:46:49.412+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node -1 disconnected.
[2023-03-28T23:47:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eba3fe80-45f7-4400-83e3-049433ce0e64","timestamp":"2023-03-28T23:47:19.321166Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:47:19.345+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eba3fe80-45f7-4400-83e3-049433ce0e64","timestamp":"2023-03-28T23:47:19.321166Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:47:19.346+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:47:21.125+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"add6f1f8-2390-4b6d-8484-d64f67289364","timestamp":"2023-03-28T23:47:21.222302Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-28T23:47:21.126+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:47:22.445+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"724e50a1-32dc-465d-a315-f606131f727d","timestamp":"2023-03-28T23:47:22.171219Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-28T23:47:22.447+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:47:29.718+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"93bdd8e4-6171-4aa8-9793-02da1d6a5e82","timestamp":"2023-03-28T23:47:29.678737Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-28T23:47:29.719+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:47:49.648+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"4d88e418-1c2a-47a4-82ce-50ace4e57f65","timestamp":"2023-03-28T23:47:49.827592Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-28T23:47:49.649+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:49:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f1b7ccc5-74da-4ab6-b464-352d459cfb1e","timestamp":"2023-03-28T23:49:19.321093Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:49:19.360+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f1b7ccc5-74da-4ab6-b464-352d459cfb1e","timestamp":"2023-03-28T23:49:19.321093Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:49:19.360+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:49:21.138+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"384eb509-80e0-4f42-a8da-ba22de9d8b14","timestamp":"2023-03-28T23:49:21.223004Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-28T23:49:21.139+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:49:22.454+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"730227f0-eb78-4fb0-897d-1bd7528f163a","timestamp":"2023-03-28T23:49:22.170108Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-28T23:49:22.454+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:49:29.710+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"48fcefe9-018c-415a-bdb7-a99b6d0cda8b","timestamp":"2023-03-28T23:49:29.678628Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-28T23:49:29.711+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:49:49.648+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"99cf76e8-b632-4b43-b1b7-32d3f5ff626b","timestamp":"2023-03-28T23:49:49.827285Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-28T23:49:49.649+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:51:19.323+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"54c7dde1-5287-4f4f-8483-6fbfea07894d","timestamp":"2023-03-28T23:51:19.322089Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:51:19.408+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"54c7dde1-5287-4f4f-8483-6fbfea07894d","timestamp":"2023-03-28T23:51:19.322089Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:51:19.409+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:51:21.215+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9144e932-439e-49c4-ad50-6a7498f96b5d","timestamp":"2023-03-28T23:51:21.226112Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-28T23:51:21.215+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:51:22.460+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"28e62ee9-cd12-41f4-9707-adf25a29ea1b","timestamp":"2023-03-28T23:51:22.169937Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-28T23:51:22.460+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:51:29.709+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a9846d80-d49f-41ea-9e9c-942ee8183516","timestamp":"2023-03-28T23:51:29.678602Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-28T23:51:29.710+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:51:49.654+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"65485dab-ed3b-44a7-81fb-bb3b59c88d5d","timestamp":"2023-03-28T23:51:49.827572Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-28T23:51:49.654+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:53:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7e77ba06-addc-43a9-b6f5-59096c25dc0c","timestamp":"2023-03-28T23:53:19.320984Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:53:19.366+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7e77ba06-addc-43a9-b6f5-59096c25dc0c","timestamp":"2023-03-28T23:53:19.320984Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:53:19.367+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:53:21.104+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2338ec84-ba93-4e5b-ae43-49d4bed96398","timestamp":"2023-03-28T23:53:21.223053Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-28T23:53:21.104+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:53:22.441+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a4856208-f525-4588-b45e-581a9d36bf4b","timestamp":"2023-03-28T23:53:22.170097Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-28T23:53:22.442+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:53:29.717+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d2cf8b20-e6d7-433d-b46b-d8eb20227327","timestamp":"2023-03-28T23:53:29.678589Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-28T23:53:29.717+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:53:49.650+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1ac85e12-19c3-42be-9985-d8c2c5d191c8","timestamp":"2023-03-28T23:53:49.827500Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-28T23:53:49.650+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:55:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9403488b-bf8b-483e-bfb9-b8aa0316f35d","timestamp":"2023-03-28T23:55:19.321126Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:55:19.356+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9403488b-bf8b-483e-bfb9-b8aa0316f35d","timestamp":"2023-03-28T23:55:19.321126Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:55:19.357+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:55:21.137+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d09536a1-179d-4553-9173-1c71f51ec1ea","timestamp":"2023-03-28T23:55:21.222336Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-28T23:55:21.138+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:55:22.456+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c1cf7bee-14c7-4ac5-95b3-fb706c0b48e5","timestamp":"2023-03-28T23:55:22.170196Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-28T23:55:22.456+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:55:29.716+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6961006b-a559-46f3-abc6-b8da3c641c4b","timestamp":"2023-03-28T23:55:29.678584Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-28T23:55:29.717+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:55:49.663+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ac50aa5d-6581-4ea6-ad2c-81a01ce34365","timestamp":"2023-03-28T23:55:49.827624Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-28T23:55:49.663+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:57:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d010ea1f-f5bf-4ff8-886f-413b4545b52f","timestamp":"2023-03-28T23:57:19.321012Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:57:19.357+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d010ea1f-f5bf-4ff8-886f-413b4545b52f","timestamp":"2023-03-28T23:57:19.321012Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:57:19.358+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:57:21.103+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6cb503a3-20b4-442f-b75b-9e17f4645d26","timestamp":"2023-03-28T23:57:21.222471Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-28T23:57:21.103+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:57:22.521+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6152614a-79fd-4af4-a4bd-f006815b99f1","timestamp":"2023-03-28T23:57:22.170218Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-28T23:57:22.521+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:57:29.728+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"96f4c702-f827-4506-8d53-27ebf9c62ab4","timestamp":"2023-03-28T23:57:29.678656Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-28T23:57:29.729+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:57:49.710+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c8485517-db54-4fc4-96d7-b8a07a26a3ed","timestamp":"2023-03-28T23:57:49.827547Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-28T23:57:49.711+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:58:19.369+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 0 disconnected.
[2023-03-28T23:59:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e8ea878-831b-4aaf-9109-b2d9ef12cf64","timestamp":"2023-03-28T23:59:19.321101Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:59:19.395+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e8ea878-831b-4aaf-9109-b2d9ef12cf64","timestamp":"2023-03-28T23:59:19.321101Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-28T23:59:19.395+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:59:21.114+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6acde081-51c2-453d-846a-42fb6b77cb8b","timestamp":"2023-03-28T23:59:21.222956Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-28T23:59:21.114+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:59:22.455+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b73863e4-7a55-41a3-b689-2a5cc7ecd3e4","timestamp":"2023-03-28T23:59:22.170210Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-28T23:59:22.456+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:59:29.753+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0d0b3cbd-3af2-48c4-9085-1c0416dbccc7","timestamp":"2023-03-28T23:59:29.678757Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-28T23:59:29.753+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-28T23:59:49.661+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"82af1f76-5e14-4139-a3d4-917910bc237b","timestamp":"2023-03-28T23:59:49.827701Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-28T23:59:49.661+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:00:49.462+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 1 disconnected.
[2023-03-29T00:01:19.322+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4e4ab78e-44ab-4976-a0bb-3e2ba4c6b903","timestamp":"2023-03-29T00:01:19.321537Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:01:19.373+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4e4ab78e-44ab-4976-a0bb-3e2ba4c6b903","timestamp":"2023-03-29T00:01:19.321537Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:01:19.374+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:01:21.113+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"98688c80-06e6-4af4-8f1e-639ce9855ce5","timestamp":"2023-03-29T00:01:21.222326Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:01:21.113+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:01:22.446+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a63ddc2f-aa97-4f25-9989-50e3084d4bd4","timestamp":"2023-03-29T00:01:22.170137Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:01:22.447+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:01:29.737+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"292399fe-68d2-4586-b523-53bd7e08b736","timestamp":"2023-03-29T00:01:29.678584Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:01:29.738+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:01:49.653+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2099d7bf-0b6a-403a-9b50-aedfe6b525e4","timestamp":"2023-03-29T00:01:49.827620Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:01:49.654+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:03:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"77d07af1-4278-4a9a-ab8f-f3b2e00dcc26","timestamp":"2023-03-29T00:03:19.321051Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:03:19.423+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"77d07af1-4278-4a9a-ab8f-f3b2e00dcc26","timestamp":"2023-03-29T00:03:19.321051Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:03:19.424+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:03:21.115+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e4ef3336-2b1c-43df-9245-1cfec2650f76","timestamp":"2023-03-29T00:03:21.222434Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:03:21.115+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:03:22.442+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2d3be630-f3c5-4c9d-9844-880207b61f79","timestamp":"2023-03-29T00:03:22.170017Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:03:22.442+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:03:29.707+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1c945a99-c14e-4ff1-94fa-6c149b8510db","timestamp":"2023-03-29T00:03:29.678662Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:03:29.707+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:03:49.650+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"521ddad2-9d1a-43b1-966a-d7b411db345f","timestamp":"2023-03-29T00:03:49.827439Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:03:49.650+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:05:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"66866dad-3b2b-4a28-880d-d3becf181f19","timestamp":"2023-03-29T00:05:19.321159Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:05:19.355+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"66866dad-3b2b-4a28-880d-d3becf181f19","timestamp":"2023-03-29T00:05:19.321159Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:05:19.355+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:05:21.117+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a3f45127-b653-43bb-a8e6-7d909424cd8a","timestamp":"2023-03-29T00:05:21.222505Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:05:21.117+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:05:22.450+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"83704c42-4095-4e0b-a64d-5777f0345c09","timestamp":"2023-03-29T00:05:22.170132Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:05:22.450+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:05:29.715+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a98897ad-b2d3-420f-b253-185778c66bff","timestamp":"2023-03-29T00:05:29.678851Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:05:29.716+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:05:49.653+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"43dbad31-7fbe-453b-a5a0-a42d16bd2b6d","timestamp":"2023-03-29T00:05:49.827532Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:05:49.653+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:07:19.322+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6684d9fc-adaa-4ebe-acc8-2b72a50c6777","timestamp":"2023-03-29T00:07:19.321279Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:07:19.360+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6684d9fc-adaa-4ebe-acc8-2b72a50c6777","timestamp":"2023-03-29T00:07:19.321279Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:07:19.361+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:07:21.148+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d0de7fbe-b6be-402c-ad6f-c3aa2bfbb800","timestamp":"2023-03-29T00:07:21.222912Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:07:21.149+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:07:22.448+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c27f0582-cabe-4c85-8f94-87c2ea0489fa","timestamp":"2023-03-29T00:07:22.170132Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:07:22.449+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:07:29.716+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8a85a213-b1e5-49e1-bfd5-d96d379e7a09","timestamp":"2023-03-29T00:07:29.679064Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:07:29.717+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:07:49.661+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0a5edc67-5f9e-4f1d-aa30-d04de0abec7f","timestamp":"2023-03-29T00:07:49.828043Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:07:49.661+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:09:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8ddb019d-819d-4122-ac28-9bddd6ce8fb6","timestamp":"2023-03-29T00:09:19.320963Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:09:19.351+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8ddb019d-819d-4122-ac28-9bddd6ce8fb6","timestamp":"2023-03-29T00:09:19.320963Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:09:19.352+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:09:21.115+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fd4cb124-b087-4827-8135-b67253dab330","timestamp":"2023-03-29T00:09:21.222464Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:09:21.115+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:09:22.511+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4286872f-b950-4af5-a964-d95a9c3d6063","timestamp":"2023-03-29T00:09:22.170215Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:09:22.512+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:09:29.718+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6c6a1efe-01bc-4634-88dd-85a3cbb6d8a0","timestamp":"2023-03-29T00:09:29.678467Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:09:29.719+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:09:49.654+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e546e82d-cc69-4ccc-bcf3-7635faad3491","timestamp":"2023-03-29T00:09:49.827500Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:09:49.655+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:11:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b0913429-7a36-4bd8-8ba9-1902612cfc7c","timestamp":"2023-03-29T00:11:19.321242Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:11:19.346+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b0913429-7a36-4bd8-8ba9-1902612cfc7c","timestamp":"2023-03-29T00:11:19.321242Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:11:19.346+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:11:21.161+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c35e4a8c-9c1a-4a67-af26-b5a71a9c7dcb","timestamp":"2023-03-29T00:11:21.222770Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:11:21.162+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:11:22.449+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c16e4dd9-6453-4e4a-aeaa-abf89056761c","timestamp":"2023-03-29T00:11:22.170231Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:11:22.450+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:11:29.714+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"49725bcb-b794-4c30-9149-aab20b211112","timestamp":"2023-03-29T00:11:29.678696Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:11:29.714+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:11:49.662+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2390cbd1-a718-46f2-bc17-46b9593345f3","timestamp":"2023-03-29T00:11:49.827548Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:11:49.662+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:13:19.322+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"35fc0e34-147f-4ad7-a457-a31ee95dc5e0","timestamp":"2023-03-29T00:13:19.321500Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:13:19.359+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"35fc0e34-147f-4ad7-a457-a31ee95dc5e0","timestamp":"2023-03-29T00:13:19.321500Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:13:19.359+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:13:21.123+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c8d04784-fe8a-4e87-aa41-75009b9757f3","timestamp":"2023-03-29T00:13:21.222763Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:13:21.124+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:13:22.451+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2e62755a-04e8-44c9-8a0b-8f431f4e3b82","timestamp":"2023-03-29T00:13:22.170058Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:13:22.451+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:13:29.719+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7f48473d-3bdd-415c-b3b3-5633a955e5ed","timestamp":"2023-03-29T00:13:29.678450Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:13:29.720+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:13:49.705+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"4967c957-f7ac-4426-bcd9-234ed9eeee30","timestamp":"2023-03-29T00:13:49.827355Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:13:49.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:15:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33ec3e27-0344-4c22-a716-715bcc301a12","timestamp":"2023-03-29T00:15:19.321063Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:15:19.352+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33ec3e27-0344-4c22-a716-715bcc301a12","timestamp":"2023-03-29T00:15:19.321063Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:15:19.352+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:15:21.124+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6decd497-6203-4bac-ab8f-e62360486184","timestamp":"2023-03-29T00:15:21.222397Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:15:21.124+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:15:22.441+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e1cc1ae5-c561-46bc-88b8-d911dadfefaa","timestamp":"2023-03-29T00:15:22.170059Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:15:22.441+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:15:29.702+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0eb7b6b3-8af3-4fdf-ba70-17730b33d473","timestamp":"2023-03-29T00:15:29.678624Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:15:29.702+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:15:49.663+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5d7023bb-c4cb-4daa-992c-20c941788983","timestamp":"2023-03-29T00:15:49.827439Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:15:49.663+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:17:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5219aa8a-7c86-4fb7-864d-5fc9720a4b22","timestamp":"2023-03-29T00:17:19.321071Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:17:19.356+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5219aa8a-7c86-4fb7-864d-5fc9720a4b22","timestamp":"2023-03-29T00:17:19.321071Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:17:19.356+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:17:21.126+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"470ee180-aca6-4332-9247-f1948833840c","timestamp":"2023-03-29T00:17:21.222402Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:17:21.126+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:17:22.446+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9b658887-953a-4cb5-9362-aadf2acf35a5","timestamp":"2023-03-29T00:17:22.170029Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:17:22.446+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:17:29.710+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c8abd065-001d-4f9b-a5ae-e541d443ab20","timestamp":"2023-03-29T00:17:29.678744Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:17:29.710+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:17:49.653+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"09d37497-9719-4dc0-a9e3-e776daf4911a","timestamp":"2023-03-29T00:17:49.827625Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:17:49.653+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:19:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7cea20a4-400f-44aa-8724-6700e81ca1e2","timestamp":"2023-03-29T00:19:19.321244Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:19:19.358+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7cea20a4-400f-44aa-8724-6700e81ca1e2","timestamp":"2023-03-29T00:19:19.321244Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:19:19.359+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:19:21.156+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e5f9435e-3ce8-4ea9-bee8-16cbb17958a6","timestamp":"2023-03-29T00:19:21.222360Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:19:21.156+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:19:22.458+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9167e909-20cd-4e6d-9bd5-b2019e6552b1","timestamp":"2023-03-29T00:19:22.170172Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:19:22.458+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:19:29.702+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1007182a-cf06-456a-b383-6368f55f9fca","timestamp":"2023-03-29T00:19:29.678654Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:19:29.702+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:19:49.657+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"eeb8a392-1fdc-4249-8d17-cae9361807fe","timestamp":"2023-03-29T00:19:49.827479Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:19:49.657+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:21:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dd89647a-d14f-4107-b46d-9fcaeb88c3e6","timestamp":"2023-03-29T00:21:19.321213Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:21:19.348+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dd89647a-d14f-4107-b46d-9fcaeb88c3e6","timestamp":"2023-03-29T00:21:19.321213Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:21:19.348+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:21:21.144+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3f266ece-481a-4544-9b88-d24895700ed1","timestamp":"2023-03-29T00:21:21.223051Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:21:21.144+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:21:22.463+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"caa910e3-ca24-4a63-8e47-84b0e70d10fa","timestamp":"2023-03-29T00:21:22.170315Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:21:22.463+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:21:29.735+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1e090fe7-49c5-482e-a7ea-99bff048ab46","timestamp":"2023-03-29T00:21:29.678559Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:21:29.735+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:21:49.654+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"fa6ce323-9961-4632-94fe-a0a058ea5008","timestamp":"2023-03-29T00:21:49.827523Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:21:49.655+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:23:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"52fba828-1d44-4940-a76e-aa77ceda7be8","timestamp":"2023-03-29T00:23:19.321170Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:23:19.344+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"52fba828-1d44-4940-a76e-aa77ceda7be8","timestamp":"2023-03-29T00:23:19.321170Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:23:19.344+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:23:21.143+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5f66498b-043a-43f3-b17e-1dded303619c","timestamp":"2023-03-29T00:23:21.222293Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:23:21.144+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:23:22.455+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2d660707-9e42-4460-8672-c84edc3349ba","timestamp":"2023-03-29T00:23:22.170207Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:23:22.455+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:23:29.708+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d0629757-b09a-4bb7-8d3a-85417ff04119","timestamp":"2023-03-29T00:23:29.678516Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:23:29.709+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:23:49.652+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a3d396e4-daa9-4635-bd0d-d9ce42a6cb6b","timestamp":"2023-03-29T00:23:49.827533Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:23:49.653+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:25:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"393d2a8d-279c-430d-ae1d-c444e64df7fb","timestamp":"2023-03-29T00:25:19.321251Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:25:19.348+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"393d2a8d-279c-430d-ae1d-c444e64df7fb","timestamp":"2023-03-29T00:25:19.321251Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:25:19.349+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:25:21.130+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2619c3ae-49af-46e7-9e87-f242dbb39769","timestamp":"2023-03-29T00:25:21.222287Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:25:21.130+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:25:22.453+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"673cab7e-025a-4b9b-9919-bfa6d7c64c4f","timestamp":"2023-03-29T00:25:22.171163Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:25:22.454+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:25:29.708+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ac297399-2937-42fc-abd2-c1505b5ec7db","timestamp":"2023-03-29T00:25:29.678604Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:25:29.710+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:25:49.659+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d60f2920-8f0c-4919-88ed-b00e43b21bf7","timestamp":"2023-03-29T00:25:49.827516Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:25:49.660+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:26:19.505+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 2 disconnected.
[2023-03-29T00:27:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d3af3aba-1036-4fbd-92df-4cbd4fcb727d","timestamp":"2023-03-29T00:27:19.321156Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:27:19.405+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d3af3aba-1036-4fbd-92df-4cbd4fcb727d","timestamp":"2023-03-29T00:27:19.321156Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:27:19.405+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:27:21.132+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b39f4285-a3c7-401d-8ff7-2bfad16aa9ad","timestamp":"2023-03-29T00:27:21.222839Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:27:21.132+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:27:22.454+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"07f42850-0df4-432a-8552-2d4a86847510","timestamp":"2023-03-29T00:27:22.169960Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:27:22.454+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:27:29.707+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"033297e7-8668-4f0a-aa3d-a2e7d7482f4a","timestamp":"2023-03-29T00:27:29.678639Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:27:29.708+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:27:49.661+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"2ff1a379-55f4-4cee-943a-749c4e80994f","timestamp":"2023-03-29T00:27:49.827504Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:27:49.662+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:29:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cd997fb1-9cd1-4483-a70b-2de4416c55b6","timestamp":"2023-03-29T00:29:19.320989Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:29:19.348+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cd997fb1-9cd1-4483-a70b-2de4416c55b6","timestamp":"2023-03-29T00:29:19.320989Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:29:19.349+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:29:21.131+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"879c3e5c-865b-4e41-9361-1e7b86ef51c2","timestamp":"2023-03-29T00:29:21.222413Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:29:21.131+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:29:22.453+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0cd54575-5a25-4acb-a12e-fea00efdfe28","timestamp":"2023-03-29T00:29:22.170250Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:29:22.454+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:29:29.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b41b77f2-d79e-4277-aa04-089ec5d866f3","timestamp":"2023-03-29T00:29:29.678581Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:29:29.704+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:29:49.657+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8c701919-0e49-4445-b944-4d09db86bbef","timestamp":"2023-03-29T00:29:49.827540Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:29:49.657+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:31:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"65ed4084-d6ed-4b5a-bcfe-b9caaa7d46c4","timestamp":"2023-03-29T00:31:19.321172Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:31:19.352+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"65ed4084-d6ed-4b5a-bcfe-b9caaa7d46c4","timestamp":"2023-03-29T00:31:19.321172Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:31:19.352+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:31:21.129+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eeb91c2b-44cc-45a7-9cdf-43a985fcb560","timestamp":"2023-03-29T00:31:21.222363Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:31:21.129+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:31:22.456+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"25bb3dd1-70de-4b78-915a-f408957c03e9","timestamp":"2023-03-29T00:31:22.170276Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:31:22.456+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:31:29.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"27123c16-c90c-4b7d-8204-0570dc56efdc","timestamp":"2023-03-29T00:31:29.678706Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:31:29.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:31:49.657+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"caa96149-0eb5-49d3-809e-a2c96129c9a6","timestamp":"2023-03-29T00:31:49.827527Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:31:49.657+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:33:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f35b88bc-ff01-4846-8471-04ded745c5a1","timestamp":"2023-03-29T00:33:19.321244Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:33:19.357+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f35b88bc-ff01-4846-8471-04ded745c5a1","timestamp":"2023-03-29T00:33:19.321244Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:33:19.357+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:33:21.132+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f876cafb-9cfb-4ca1-b55d-0b2cbaa1a40d","timestamp":"2023-03-29T00:33:21.222439Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:33:21.133+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:33:22.460+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"68e3218a-9053-44e7-929e-449c4aefe152","timestamp":"2023-03-29T00:33:22.170317Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:33:22.461+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:33:29.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a358818d-419e-45b6-9c62-5890e6b59f30","timestamp":"2023-03-29T00:33:29.678614Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:33:29.704+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:33:49.657+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ab6ea911-0bed-426e-8f8b-82c304f48893","timestamp":"2023-03-29T00:33:49.827708Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:33:49.658+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:35:19.323+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fb8fea53-4c28-49e2-813b-95d52ee9e271","timestamp":"2023-03-29T00:35:19.321218Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:35:19.362+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fb8fea53-4c28-49e2-813b-95d52ee9e271","timestamp":"2023-03-29T00:35:19.321218Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:35:19.362+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:35:21.144+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f64e8a01-65f7-45f7-82ea-a262bd3249af","timestamp":"2023-03-29T00:35:21.222859Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:35:21.144+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:35:22.510+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4a4b93a6-c495-425d-84ad-1a31b1f4a273","timestamp":"2023-03-29T00:35:22.170257Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:35:22.510+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:35:29.709+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d4c68875-0447-4dbb-97b0-082e8503b860","timestamp":"2023-03-29T00:35:29.678688Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:35:29.710+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:35:49.655+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d9763d51-87f6-4fac-a47c-aaf3a810d314","timestamp":"2023-03-29T00:35:49.827469Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:35:49.656+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:37:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"427eb459-e468-4d16-8775-272e14a140e2","timestamp":"2023-03-29T00:37:19.321109Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:37:19.354+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"427eb459-e468-4d16-8775-272e14a140e2","timestamp":"2023-03-29T00:37:19.321109Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:37:19.354+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:37:21.139+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c5d1a35-6c1d-43b1-a5c0-feeb50a2ad01","timestamp":"2023-03-29T00:37:21.222349Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:37:21.139+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:37:22.452+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"16cd92dd-d73e-43d7-8699-724c75547423","timestamp":"2023-03-29T00:37:22.170364Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:37:22.452+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:37:29.717+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8fcc9ab8-2c8c-4f14-beab-6a9f8bdba40b","timestamp":"2023-03-29T00:37:29.678447Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:37:29.717+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:37:49.667+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5dae5b5a-e6bb-4f80-a817-b9569fd8c936","timestamp":"2023-03-29T00:37:49.827426Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:37:49.667+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:38:19.394+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 1 disconnected.
[2023-03-29T00:39:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cd7aadd3-65dc-411f-86b7-80b219a0d97f","timestamp":"2023-03-29T00:39:19.321147Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:39:19.357+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cd7aadd3-65dc-411f-86b7-80b219a0d97f","timestamp":"2023-03-29T00:39:19.321147Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:39:19.358+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:39:21.140+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"07ef6357-ae54-48b6-8967-5a52ebb2ca6c","timestamp":"2023-03-29T00:39:21.222442Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:39:21.140+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:39:22.460+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3208f7ef-fccc-4e84-bdc7-4e023e6fa140","timestamp":"2023-03-29T00:39:22.170077Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:39:22.460+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:39:29.712+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8391ec7d-32a1-485e-9c57-1281d430697b","timestamp":"2023-03-29T00:39:29.678665Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:39:29.712+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:39:49.664+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"dbddbc74-1268-4e49-89aa-c91517a25008","timestamp":"2023-03-29T00:39:49.829468Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:39:49.665+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:41:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5cdeb785-803a-4979-b064-a7243e894ba9","timestamp":"2023-03-29T00:41:19.321129Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:41:19.425+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5cdeb785-803a-4979-b064-a7243e894ba9","timestamp":"2023-03-29T00:41:19.321129Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:41:19.426+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:41:21.202+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4e193f99-db74-4416-aa38-db5c44924c04","timestamp":"2023-03-29T00:41:21.222615Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:41:21.203+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:41:22.467+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a550d698-3dea-4cc3-bfb5-6328b2c422af","timestamp":"2023-03-29T00:41:22.170029Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:41:22.467+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:41:29.769+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eecfc2b1-14bb-4042-a89a-77c076d452bb","timestamp":"2023-03-29T00:41:29.678624Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:41:29.770+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:41:49.660+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b6aaf4fc-2a65-4c40-ae8a-cdc1cc5bc0d9","timestamp":"2023-03-29T00:41:49.827566Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:41:49.661+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:43:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"70ee23ca-12b3-40a6-a560-3cb3f22e93af","timestamp":"2023-03-29T00:43:19.321122Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:43:19.351+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"70ee23ca-12b3-40a6-a560-3cb3f22e93af","timestamp":"2023-03-29T00:43:19.321122Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:43:19.351+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:43:21.140+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7b6536e8-cd43-42a4-aceb-e692fe324b34","timestamp":"2023-03-29T00:43:21.222428Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:43:21.140+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:43:22.462+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"78235f9a-bfad-4477-a35a-d8a321197172","timestamp":"2023-03-29T00:43:22.170031Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:43:22.462+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:43:29.715+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5e53298a-4cd9-4a52-a5cf-7df6182d6771","timestamp":"2023-03-29T00:43:29.678655Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:43:29.715+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:43:49.657+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b5ec4064-f4ef-4ac3-96bf-7fc86d5c3e9d","timestamp":"2023-03-29T00:43:49.827572Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:43:49.657+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:45:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cbe05ac5-245b-485a-b9e9-a1f86114a6f5","timestamp":"2023-03-29T00:45:19.321271Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:45:19.358+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cbe05ac5-245b-485a-b9e9-a1f86114a6f5","timestamp":"2023-03-29T00:45:19.321271Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:45:19.358+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:45:21.147+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6baf3738-e7bb-4528-b6ea-1306a33bd956","timestamp":"2023-03-29T00:45:21.222287Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:45:21.148+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:45:22.454+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"47dd9d82-a52a-4a16-b950-e2c2ae6717cb","timestamp":"2023-03-29T00:45:22.170088Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:45:22.455+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:45:29.752+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dffdef05-220c-40db-bf3f-71e2b6a1275c","timestamp":"2023-03-29T00:45:29.678506Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:45:29.752+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:45:49.663+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ba1de88d-f241-4e12-a873-39bd4603e4af","timestamp":"2023-03-29T00:45:49.827567Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:45:49.664+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:46:19.390+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 0 disconnected.
[2023-03-29T00:47:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f44ab137-5f6d-452e-95c9-dd193ed3c25f","timestamp":"2023-03-29T00:47:19.321218Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:47:19.348+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f44ab137-5f6d-452e-95c9-dd193ed3c25f","timestamp":"2023-03-29T00:47:19.321218Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:47:19.349+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:47:21.153+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1a75e3cb-290e-4362-8d26-fda9343a22ea","timestamp":"2023-03-29T00:47:21.222422Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:47:21.153+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:47:22.452+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cbd756c5-56e8-4486-be46-0f171e36b385","timestamp":"2023-03-29T00:47:22.170152Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:47:22.452+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:47:29.712+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"64d3f962-c6eb-442f-ba99-8f9f0f373623","timestamp":"2023-03-29T00:47:29.678581Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:47:29.712+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:47:49.663+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d03d952f-1b4b-4c36-a35c-3ad89cbfdad6","timestamp":"2023-03-29T00:47:49.827417Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:47:49.663+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:49:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fcbf3b04-2601-42ed-86e9-43f0c6830ae1","timestamp":"2023-03-29T00:49:19.321108Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:49:19.413+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fcbf3b04-2601-42ed-86e9-43f0c6830ae1","timestamp":"2023-03-29T00:49:19.321108Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:49:19.413+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:49:21.149+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a0a70b0a-432d-46ef-a3d9-670358191e3f","timestamp":"2023-03-29T00:49:21.222703Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:49:21.149+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:49:22.506+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b417807d-f2c8-4e55-9c1d-57355dd3cda8","timestamp":"2023-03-29T00:49:22.170071Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:49:22.506+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:49:29.723+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7bcbd452-cac2-4325-97f4-291b3582d06d","timestamp":"2023-03-29T00:49:29.678657Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:49:29.723+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:49:49.670+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0c9df10d-3852-458f-bb88-efe82edfc3c1","timestamp":"2023-03-29T00:49:49.827462Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:49:49.671+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:51:19.323+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6053fcc2-40e8-4cae-999c-8c847db574c9","timestamp":"2023-03-29T00:51:19.321181Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:51:19.359+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6053fcc2-40e8-4cae-999c-8c847db574c9","timestamp":"2023-03-29T00:51:19.321181Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:51:19.359+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:51:21.155+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eb74d198-05b0-4825-94cd-02bda620248f","timestamp":"2023-03-29T00:51:21.222301Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:51:21.155+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:51:22.502+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"56d39d16-1b62-4c21-85a7-faf4e4ec6cd4","timestamp":"2023-03-29T00:51:22.169958Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:51:22.502+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:51:29.706+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b9551db5-bb25-454d-b9b8-7404a600e83d","timestamp":"2023-03-29T00:51:29.678577Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:51:29.706+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:51:49.703+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1eea4209-2d2d-402e-98ce-0e8b6e271d2e","timestamp":"2023-03-29T00:51:49.827405Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:51:49.703+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:53:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"86b74c7d-da9e-4379-bd05-42b9be134c31","timestamp":"2023-03-29T00:53:19.321375Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:53:19.354+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"86b74c7d-da9e-4379-bd05-42b9be134c31","timestamp":"2023-03-29T00:53:19.321375Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:53:19.354+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:53:21.161+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8ddb516-5b69-478f-bd8b-40de77a31700","timestamp":"2023-03-29T00:53:21.222318Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:53:21.161+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:53:22.465+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"451691a0-df8c-417f-86e5-106553c8446b","timestamp":"2023-03-29T00:53:22.170106Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:53:22.465+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:53:29.714+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e5029b03-df78-47ed-b8ff-846a6de960af","timestamp":"2023-03-29T00:53:29.678738Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:53:29.715+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:53:49.675+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"cb987492-ba18-42cb-aca6-0f5bfcf49ef3","timestamp":"2023-03-29T00:53:49.827397Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:53:49.675+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:55:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b84fa22e-dc4a-47b3-9ebe-a46a758cc7b2","timestamp":"2023-03-29T00:55:19.320988Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:55:19.354+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b84fa22e-dc4a-47b3-9ebe-a46a758cc7b2","timestamp":"2023-03-29T00:55:19.320988Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:55:19.355+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:55:21.153+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0d3af09a-03ee-4a6e-b22c-13777db5abfc","timestamp":"2023-03-29T00:55:21.222343Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:55:21.154+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:55:22.459+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"793dde53-96e9-4702-8bda-f7ed98c160f6","timestamp":"2023-03-29T00:55:22.170258Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:55:22.459+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:55:29.710+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3bbe21ad-7897-4cec-a4bb-d6799f12e7d1","timestamp":"2023-03-29T00:55:29.678501Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:55:29.710+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:55:49.662+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"28d34b1e-172c-42ff-b85e-5b3b167a4dd0","timestamp":"2023-03-29T00:55:49.827553Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:55:49.663+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:57:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fbcd0e66-f739-4281-8e06-384ebd3ec907","timestamp":"2023-03-29T00:57:19.321136Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:57:19.359+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fbcd0e66-f739-4281-8e06-384ebd3ec907","timestamp":"2023-03-29T00:57:19.321136Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:57:19.360+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:57:21.159+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fe58bbc0-8e0f-4b2c-b262-2289ee6ebe94","timestamp":"2023-03-29T00:57:21.222835Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:57:21.159+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:57:22.458+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"47e86faa-1af0-4e9a-a9ea-b6b34d220eb9","timestamp":"2023-03-29T00:57:22.170134Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:57:22.459+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:57:29.721+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bb95d429-3c44-4001-8ddb-5353cd0de118","timestamp":"2023-03-29T00:57:29.678772Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:57:29.721+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:57:49.716+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c20c4861-c9f9-4783-b563-72908a67342d","timestamp":"2023-03-29T00:57:49.827533Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:57:49.716+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:59:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"48d502b9-4e69-4418-8fde-6dec832682d3","timestamp":"2023-03-29T00:59:19.321052Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:59:19.354+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"48d502b9-4e69-4418-8fde-6dec832682d3","timestamp":"2023-03-29T00:59:19.321052Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T00:59:19.355+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:59:21.161+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fe7a4903-afaf-4b37-b2e8-263162140dab","timestamp":"2023-03-29T00:59:21.222316Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T00:59:21.162+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:59:22.514+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e28d0851-5f9c-4d23-a28e-118e78024af7","timestamp":"2023-03-29T00:59:22.170120Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T00:59:22.515+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:59:29.706+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b2b6fab5-5115-46e2-8745-a0e5509f6887","timestamp":"2023-03-29T00:59:29.678637Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T00:59:29.707+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T00:59:49.665+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"dcc14524-04b4-4512-b1db-d76fbdcb24d4","timestamp":"2023-03-29T00:59:49.827568Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T00:59:49.666+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:01:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c2b70a07-6b26-4786-a693-f3509f3400b1","timestamp":"2023-03-29T01:01:19.321055Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:01:19.354+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c2b70a07-6b26-4786-a693-f3509f3400b1","timestamp":"2023-03-29T01:01:19.321055Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:01:19.354+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:01:21.165+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b273350b-2a13-4591-ab13-0f8f2f52cc1c","timestamp":"2023-03-29T01:01:21.222258Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T01:01:21.165+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:01:22.466+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8c5ff73-f76f-4d73-8645-e2a45316b1ec","timestamp":"2023-03-29T01:01:22.170032Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T01:01:22.466+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:01:29.753+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"221b9499-9a1b-4eca-901c-83b68083dcea","timestamp":"2023-03-29T01:01:29.678694Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T01:01:29.753+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:01:49.666+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7dd003d1-8b30-4400-a10e-f6554dbc0303","timestamp":"2023-03-29T01:01:49.827420Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T01:01:49.666+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:03:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8e0b9443-2bf8-4d83-b542-069a55487669","timestamp":"2023-03-29T01:03:19.321191Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:03:19.359+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8e0b9443-2bf8-4d83-b542-069a55487669","timestamp":"2023-03-29T01:03:19.321191Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:03:19.359+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:03:21.164+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ea0bb02e-8fe7-461b-aa76-5973a68f8101","timestamp":"2023-03-29T01:03:21.222320Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T01:03:21.164+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:03:22.472+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e041a249-08b0-478f-aa85-0543c7e9313d","timestamp":"2023-03-29T01:03:22.169996Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T01:03:22.472+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:03:29.715+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"149b9ab0-307e-43f9-b0d2-c38e36d3d925","timestamp":"2023-03-29T01:03:29.678635Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T01:03:29.715+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:03:49.666+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"89b8b249-6079-4dd7-8900-5db2008c929e","timestamp":"2023-03-29T01:03:49.827605Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T01:03:49.667+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:05:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4cf54cd1-b9ab-4726-8b67-d32b7bebceb4","timestamp":"2023-03-29T01:05:19.321057Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:05:19.354+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4cf54cd1-b9ab-4726-8b67-d32b7bebceb4","timestamp":"2023-03-29T01:05:19.321057Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:05:19.355+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:05:21.167+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d0dedb7d-10db-4c73-a5c1-30585f526170","timestamp":"2023-03-29T01:05:21.222929Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T01:05:21.167+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:05:22.464+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9d9075dd-23c3-42a0-a454-95b175105835","timestamp":"2023-03-29T01:05:22.170072Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T01:05:22.464+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:05:29.735+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3fb42c91-f9e9-4726-b331-aa60c24a5314","timestamp":"2023-03-29T01:05:29.678627Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T01:05:29.735+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:05:49.732+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c456080b-192b-431f-aca5-61c6799b692d","timestamp":"2023-03-29T01:05:49.827670Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T01:05:49.732+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:07:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"79e2ddc4-c197-4950-9846-ad18bf9dbf34","timestamp":"2023-03-29T01:07:19.321145Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:07:19.351+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"79e2ddc4-c197-4950-9846-ad18bf9dbf34","timestamp":"2023-03-29T01:07:19.321145Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:07:19.351+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:07:21.175+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a7cf5729-ee8a-4bca-a000-c1113a26c7d0","timestamp":"2023-03-29T01:07:21.222429Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T01:07:21.175+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:07:22.522+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1b10e8c4-8202-4948-9e06-3da175b7409a","timestamp":"2023-03-29T01:07:22.170158Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T01:07:22.522+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:07:29.720+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dc8bc90a-5156-4528-8bb8-e20a66deb6cb","timestamp":"2023-03-29T01:07:29.678547Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T01:07:29.721+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:07:49.672+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"57e39491-d881-4aeb-a19c-4b85c48cfcb3","timestamp":"2023-03-29T01:07:49.827451Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T01:07:49.673+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:09:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d2c60e8c-9c97-4061-a824-13f9cf23d137","timestamp":"2023-03-29T01:09:19.321262Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:09:19.356+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d2c60e8c-9c97-4061-a824-13f9cf23d137","timestamp":"2023-03-29T01:09:19.321262Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:09:19.357+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:09:21.175+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ff918b3c-2837-466a-b6b1-be9dac7c2e0f","timestamp":"2023-03-29T01:09:21.222280Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T01:09:21.175+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:09:22.462+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d295b5e7-9ff1-41ea-99fb-7a9df6a77724","timestamp":"2023-03-29T01:09:22.170036Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T01:09:22.463+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:09:29.710+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1a97c7f1-0db5-4278-a33a-cea2d7640667","timestamp":"2023-03-29T01:09:29.678556Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T01:09:29.711+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:09:49.669+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f3564de5-f753-4597-a7e2-134c3acded54","timestamp":"2023-03-29T01:09:49.827462Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T01:09:49.669+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:11:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d06c398c-440e-4f96-87fb-2f589840c4a5","timestamp":"2023-03-29T01:11:19.321220Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:11:19.353+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d06c398c-440e-4f96-87fb-2f589840c4a5","timestamp":"2023-03-29T01:11:19.321220Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:11:19.353+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:11:21.170+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bea69e38-cbd3-4947-826a-14b3b8cd4c2f","timestamp":"2023-03-29T01:11:21.222851Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T01:11:21.170+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:11:22.464+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4976e10e-45a4-4738-bc5e-57416002d2c3","timestamp":"2023-03-29T01:11:22.170255Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T01:11:22.465+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:11:29.748+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ccda9cc0-b501-4a41-ac22-8c308841ad02","timestamp":"2023-03-29T01:11:29.678603Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T01:11:29.748+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:11:49.677+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ca0e7775-dd23-42dd-ad84-ac8833be15e8","timestamp":"2023-03-29T01:11:49.827485Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T01:11:49.678+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:12:19.476+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 1 disconnected.
[2023-03-29T01:13:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"61854572-138c-4f50-b3ec-9b9e011eebba","timestamp":"2023-03-29T01:13:19.321209Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:13:19.344+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"61854572-138c-4f50-b3ec-9b9e011eebba","timestamp":"2023-03-29T01:13:19.321209Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:13:19.344+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:13:21.168+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"406bfb61-6159-4b3c-a686-80da340403a3","timestamp":"2023-03-29T01:13:21.222595Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T01:13:21.168+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:13:22.465+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ffaea86d-f591-4fe6-9eb5-69b2a2828ab2","timestamp":"2023-03-29T01:13:22.170269Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T01:13:22.465+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:13:29.707+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"04f4adcb-85da-48a6-b416-4c1b339dc4c3","timestamp":"2023-03-29T01:13:29.678653Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T01:13:29.708+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:13:49.668+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c4a575b3-dcb6-4537-b83d-850382d6d48b","timestamp":"2023-03-29T01:13:49.827404Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T01:13:49.669+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:15:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"516c7981-9c7e-4622-9692-3b796f759979","timestamp":"2023-03-29T01:15:19.321183Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:15:19.354+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"516c7981-9c7e-4622-9692-3b796f759979","timestamp":"2023-03-29T01:15:19.321183Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:15:19.354+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:15:21.170+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"55d56f76-f7b3-4afa-9e69-1b0675917fee","timestamp":"2023-03-29T01:15:21.222614Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T01:15:21.170+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:15:22.473+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c727571e-8268-469d-a265-8aa79499a174","timestamp":"2023-03-29T01:15:22.170075Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T01:15:22.473+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:15:29.706+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"73d1923b-7ba4-48cc-bd58-70cd36add1af","timestamp":"2023-03-29T01:15:29.678520Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T01:15:29.707+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:15:49.368+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 2 disconnected.
[2023-03-29T01:15:49.671+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"0e24e0d7-98c2-4f00-9d51-f6582ce7081c","timestamp":"2023-03-29T01:15:49.827364Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T01:15:49.672+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:17:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"08c6cbe3-e3ce-4f05-84ee-36b7a82c586d","timestamp":"2023-03-29T01:17:19.321376Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:17:19.391+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"08c6cbe3-e3ce-4f05-84ee-36b7a82c586d","timestamp":"2023-03-29T01:17:19.321376Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:17:19.392+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:17:21.177+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9f556bc2-30e4-451a-b326-5d8abafaabc6","timestamp":"2023-03-29T01:17:21.222381Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T01:17:21.177+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:17:22.465+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"00b441ff-03b3-4b27-87ae-52f32dff9650","timestamp":"2023-03-29T01:17:22.170368Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T01:17:22.465+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:17:29.710+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"01f6a568-0d2c-4221-81f2-376668a18c09","timestamp":"2023-03-29T01:17:29.678755Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T01:17:29.710+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:17:49.669+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"cb8a841b-8fc3-47dd-ae50-e081310d3cb2","timestamp":"2023-03-29T01:17:49.827518Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T01:17:49.670+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:19:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6ddf6312-4091-461f-914d-c717d70afafe","timestamp":"2023-03-29T01:19:19.321314Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:19:19.345+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6ddf6312-4091-461f-914d-c717d70afafe","timestamp":"2023-03-29T01:19:19.321314Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:19:19.346+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:19:21.204+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b933d65f-4086-4406-9281-b533dd50dd75","timestamp":"2023-03-29T01:19:21.223201Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T01:19:21.205+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:19:22.466+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"61702afa-3b46-491c-8e41-4e32099207e1","timestamp":"2023-03-29T01:19:22.170053Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T01:19:22.467+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:19:29.761+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fa90125f-ecea-478f-b4d3-86bbdb161bc7","timestamp":"2023-03-29T01:19:29.678718Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T01:19:29.762+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:19:49.672+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e40bd396-0f5d-43fb-8b89-a78cb9be9bad","timestamp":"2023-03-29T01:19:49.827574Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T01:19:49.672+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:21:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bf7e0ff8-67e6-43b5-823e-8f486d94030b","timestamp":"2023-03-29T01:21:19.321138Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:21:19.403+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bf7e0ff8-67e6-43b5-823e-8f486d94030b","timestamp":"2023-03-29T01:21:19.321138Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:21:19.403+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:21:21.173+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"36002738-ff88-496b-883b-74f713d92e88","timestamp":"2023-03-29T01:21:21.222356Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T01:21:21.173+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:21:22.468+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3b82070a-d88e-4422-827d-b8669a4faef1","timestamp":"2023-03-29T01:21:22.170223Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T01:21:22.468+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:21:29.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2c82103e-5f87-43a9-9fe4-7e706eaaad58","timestamp":"2023-03-29T01:21:29.679376Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T01:21:29.704+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:21:49.675+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"55be3c58-babe-4b6c-ab9a-d064fb727414","timestamp":"2023-03-29T01:21:49.827485Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T01:21:49.675+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:23:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"648e7ef5-0689-415f-bb33-d9aeeadc85cb","timestamp":"2023-03-29T01:23:19.321126Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:23:19.355+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"648e7ef5-0689-415f-bb33-d9aeeadc85cb","timestamp":"2023-03-29T01:23:19.321126Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:23:19.355+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:23:21.187+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e9e95d9e-9c56-46e9-b35b-54a302f0f6ec","timestamp":"2023-03-29T01:23:21.222422Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T01:23:21.187+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:23:22.464+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d720b343-7b45-40a1-8868-d0e28ce44437","timestamp":"2023-03-29T01:23:22.170225Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T01:23:22.465+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:23:29.705+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4aa610a0-5edd-4443-88a0-bd257126effa","timestamp":"2023-03-29T01:23:29.678557Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T01:23:29.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:23:49.669+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f984ae53-1aa0-4c41-8bc7-9d9942bb9a45","timestamp":"2023-03-29T01:23:49.827550Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T01:23:49.670+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:25:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2d2e76c1-0c12-434e-b639-0d7c99d5ee64","timestamp":"2023-03-29T01:25:19.321120Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:25:19.355+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2d2e76c1-0c12-434e-b639-0d7c99d5ee64","timestamp":"2023-03-29T01:25:19.321120Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:25:19.355+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:25:21.184+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"efeb0fc2-9757-4346-bdfc-9187c012048d","timestamp":"2023-03-29T01:25:21.222345Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T01:25:21.184+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:25:22.467+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"873d8c1e-2cf8-479f-a14e-3025882fa405","timestamp":"2023-03-29T01:25:22.170399Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T01:25:22.468+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:25:29.703+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8fae18e-820f-4797-8502-0b89ab3b0fc2","timestamp":"2023-03-29T01:25:29.678623Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T01:25:29.703+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:25:49.667+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"8c979bdb-a8ae-4b00-855b-f2950ed12f41","timestamp":"2023-03-29T01:25:49.827444Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T01:25:49.668+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:27:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"83370c74-11dd-4280-8141-c1203347fa27","timestamp":"2023-03-29T01:27:19.321152Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:27:19.404+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"83370c74-11dd-4280-8141-c1203347fa27","timestamp":"2023-03-29T01:27:19.321152Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:27:19.404+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:27:21.185+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"657270cc-5540-4793-a1a1-30d0a1021dbd","timestamp":"2023-03-29T01:27:21.222872Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T01:27:21.186+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:27:22.482+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"10d97910-a694-4115-a62d-67bcb45e4f0e","timestamp":"2023-03-29T01:27:22.170201Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T01:27:22.483+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:27:29.705+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8f09ee01-9573-48fa-8fd9-9edd11ef5ede","timestamp":"2023-03-29T01:27:29.678564Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T01:27:29.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:27:49.717+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"23498280-0a24-4f55-b73d-2790fb682694","timestamp":"2023-03-29T01:27:49.827692Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T01:27:49.718+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:29:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"945b5cbb-1b08-4407-9132-81e0c4a77087","timestamp":"2023-03-29T01:29:19.321054Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:29:19.350+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"945b5cbb-1b08-4407-9132-81e0c4a77087","timestamp":"2023-03-29T01:29:19.321054Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:29:19.350+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:29:21.185+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f4f9659c-782f-43cb-b739-f4d6f549f5b8","timestamp":"2023-03-29T01:29:21.222347Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T01:29:21.185+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:29:22.472+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eae47765-0c3d-455d-92c5-e5ea0121133d","timestamp":"2023-03-29T01:29:22.170181Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T01:29:22.472+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:29:29.753+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4aa11241-462e-49f5-a7d6-74b6f3fda636","timestamp":"2023-03-29T01:29:29.678482Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T01:29:29.753+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:29:49.672+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ffb689a0-aced-4c7d-980f-9ca84d3871b6","timestamp":"2023-03-29T01:29:49.827391Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T01:29:49.672+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:31:19.321+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b904855f-50d6-4147-841b-01f839de587e","timestamp":"2023-03-29T01:31:19.321146Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:31:19.353+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3d223316-8d59-4bda-ad4a-358c75c1be7b","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b904855f-50d6-4147-841b-01f839de587e","timestamp":"2023-03-29T01:31:19.321146Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-03-29T01:31:19.353+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:31:21.180+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"400cdaed-6701-46f8-a58c-cb386ade7cd4","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"23fa9cb1-5852-4999-9993-c5b0233fbe91","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9529a9f2-9357-4a67-be5a-23c31553fa4d","timestamp":"2023-03-29T01:31:21.222301Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-03-29T01:31:21.181+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:31:22.466+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"791872ef-3c9c-400f-9314-f6c97463de64","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8d35cf55-b249-4d87-9d87-c147fa01c3d2","timestamp":"2023-03-29T01:31:22.170050Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-03-29T01:31:22.466+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:31:29.710+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"045f1467-a51e-4b61-9dea-733f17e58756","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"483d181c-03ad-44e4-ad11-49e265806f73","timestamp":"2023-03-29T01:31:29.678456Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-03-29T01:31:29.711+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-03-29T01:31:49.674+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"7678a382-552d-48ff-841f-06f7e0da4ef8","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"c66c161c-f94c-4986-8291-599f7b32babd","timestamp":"2023-03-29T01:31:49.827311Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-03-29T01:31:49.674+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS