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-05-22T23:22:48.294+00:00|INFO|PolicyParticipantApplication|main] Starting PolicyParticipantApplication using Java 11.0.19 on onap-policy-clamp-ac-pf-ppnt-645c774d4-st47f with PID 7 (/app/app.jar started by policy in /opt/app/policy/clamp/bin)
[2023-05-22T23:22:48.308+00:00|INFO|PolicyParticipantApplication|main] No active profile set, falling back to 1 default profile: "default"
[2023-05-22T23:22:48.412+00:00|INFO|Version|background-preinit] HV000001: Hibernate Validator 6.2.5.Final
[2023-05-22T23:22:53.863+00:00|INFO|TomcatWebServer|main] Tomcat initialized with port(s): 8085 (http)
[2023-05-22T23:22:53.887+00:00|INFO|Http11NioProtocol|main] Initializing ProtocolHandler ["http-nio-8085"]
[2023-05-22T23:22:53.888+00:00|INFO|StandardService|main] Starting service [Tomcat]
[2023-05-22T23:22:53.888+00:00|INFO|StandardEngine|main] Starting Servlet engine: [Apache Tomcat/9.0.71]
[2023-05-22T23:22:54.075+00:00|INFO|[/onap/policyparticipant]|main] Initializing Spring embedded WebApplicationContext
[2023-05-22T23:22:54.075+00:00|INFO|ServletWebServerApplicationContext|main] Root WebApplicationContext: initialization completed in 5576 ms
[2023-05-22T23:22:56.303+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-05-22T23:22:56.592+00:00|INFO|AbstractLogin|main] Successfully logged in.
[2023-05-22T23:22:56.748+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-05-22T23:22:56.751+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-05-22T23:22:56.751+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1684797776745
[2023-05-22T23:22:56.756+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-05-22T23:22:57.414+00:00|INFO|DefaultSecurityFilterChain|main] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@117bcfdc, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@73a19967, org.springframework.security.web.context.SecurityContextPersistenceFilter@6f4ade6e, org.springframework.security.web.header.HeaderWriterFilter@7c29adc8, org.springframework.security.web.authentication.logout.LogoutFilter@7afbf561, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@771cbb1a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@eb507b9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@86733, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5e746d37, org.springframework.security.web.session.SessionManagementFilter@15f8701f, org.springframework.security.web.access.ExceptionTranslationFilter@9d7ccfe, org.springframework.security.web.access.intercept.AuthorizationFilter@64693226]
[2023-05-22T23:23:02.177+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path '/actuator'
[2023-05-22T23:23:02.227+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["http-nio-8085"]
[2023-05-22T23:23:02.266+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 8085 (http) with context path '/onap/policyparticipant'
[2023-05-22T23:23:02.287+00:00|INFO|ServiceManager|main] service manager starting
[2023-05-22T23:23:02.288+00:00|INFO|ServiceManager|main] service manager starting Topic endpoint management
[2023-05-22T23:23:02.299+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=135a7f2f-3e6b-4782-a56e-759f93fc004d, consumerInstance=onap-policy-clamp-ac-pf-ppnt-645c774d4-st47f, 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-05-22T23:23:02.356+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-05-22T23:23:02.365+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-05-22T23:23:02.365+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-05-22T23:23:02.365+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1684797782365
[2023-05-22T23:23:02.365+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-05-22T23:23:02.366+00:00|INFO|InlineBusTopicSink|main] InlineKafkaTopicSink [getTopicCommInfrastructure()=KAFKA, toString()=InlineBusTopicSink [partitionId=0996864c-7b80-4397-8c5e-a85abdc4a68e, alive=false, publisher=null]]: starting
[2023-05-22T23:23:02.398+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-05-22T23:23:02.417+00:00|INFO|KafkaProducer|main] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Instantiated an idempotent producer.
[2023-05-22T23:23:02.450+00:00|INFO|AppInfoParser|main] Kafka version: 3.4.0
[2023-05-22T23:23:02.450+00:00|INFO|AppInfoParser|main] Kafka commitId: 2e1947d240607d53
[2023-05-22T23:23:02.451+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1684797782450
[2023-05-22T23:23:02.451+00:00|INFO|InlineKafkaTopicSink|main] InlineKafkaTopicSink [getTopicCommInfrastructure()=KAFKA, toString()=InlineBusTopicSink [partitionId=0996864c-7b80-4397-8c5e-a85abdc4a68e, alive=false, publisher=KafkaPublisherWrapper []]]: KAFKA SINK created
[2023-05-22T23:23:02.451+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantMessagePublisher$$EnhancerBySpringCGLIB$$5a8fdc98
[2023-05-22T23:23:02.470+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantPrimeListener
[2023-05-22T23:23:02.471+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantRegisterAckListener
[2023-05-22T23:23:02.471+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantStatusReqListener
[2023-05-22T23:23:02.471+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionStateChangeListener
[2023-05-22T23:23:02.471+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionDeployListener
[2023-05-22T23:23:02.471+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantDeregisterAckListener
[2023-05-22T23:23:02.471+00:00|INFO|ServiceManager|main] service manager starting Topic Message Dispatcher
[2023-05-22T23:23:02.471+00:00|INFO|TopicBase|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=135a7f2f-3e6b-4782-a56e-759f93fc004d, consumerInstance=onap-policy-clamp-ac-pf-ppnt-645c774d4-st47f, 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@5a8c93
[2023-05-22T23:23:02.471+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=135a7f2f-3e6b-4782-a56e-759f93fc004d, consumerInstance=onap-policy-clamp-ac-pf-ppnt-645c774d4-st47f, 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-05-22T23:23:02.471+00:00|INFO|ServiceManager|main] service manager started
[2023-05-22T23:23:02.515+00:00|INFO|OrderedServiceImpl|main] ***** OrderedServiceImpl implementers:
 []
[2023-05-22T23:23:02.518+00:00|INFO|network|main] [OUT|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"28d9894d-5bc3-4df3-95ab-38133f27f6ee","timestamp":"2023-05-22T23:23:02.485889Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:23:03.559+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 GaF4uH_PT9m2i5bUBL7WNw
[2023-05-22T23:23:03.559+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 GaF4uH_PT9m2i5bUBL7WNw
[2023-05-22T23:23:03.559+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 GaF4uH_PT9m2i5bUBL7WNw
[2023-05-22T23:23:03.559+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 GaF4uH_PT9m2i5bUBL7WNw
[2023-05-22T23:23:03.560+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 GaF4uH_PT9m2i5bUBL7WNw
[2023-05-22T23:23:03.560+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 GaF4uH_PT9m2i5bUBL7WNw
[2023-05-22T23:23:03.560+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 GaF4uH_PT9m2i5bUBL7WNw
[2023-05-22T23:23:03.560+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 GaF4uH_PT9m2i5bUBL7WNw
[2023-05-22T23:23:03.560+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 GaF4uH_PT9m2i5bUBL7WNw
[2023-05-22T23:23:03.560+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 GaF4uH_PT9m2i5bUBL7WNw
[2023-05-22T23:23:03.560+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 GaF4uH_PT9m2i5bUBL7WNw
[2023-05-22T23:23:03.560+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 GaF4uH_PT9m2i5bUBL7WNw
[2023-05-22T23:23:03.563+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: KHFhK8x2RPSVw_glToxjPA
[2023-05-22T23:23:03.564+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: KHFhK8x2RPSVw_glToxjPA
[2023-05-22T23:23:03.569+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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
[2023-05-22T23:23:03.593+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-05-22T23:23:03.688+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-a9446a1e-b13e-420d-a439-f0c71215be37
[2023-05-22T23:23:03.689+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-05-22T23:23:03.689+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-05-22T23:23:03.731+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 1000 with epoch 0
[2023-05-22T23:23:04.005+00:00|INFO|ParticipantMessagePublisher|main] Sent Participant Register message to CLAMP - ParticipantRegister(super=ParticipantMessage(messageType=PARTICIPANT_REGISTER, messageId=28d9894d-5bc3-4df3-95ab-38133f27f6ee, timestamp=2023-05-22T23:23:02.485889Z, participantId=101c62b3-8918-41b9-a747-d21eb79c6c03, automationCompositionId=null, compositionId=null), participantSupportedElementType=[ParticipantSupportedElementType(id=bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a, typeName=org.onap.policy.clamp.acm.PolicyAutomationCompositionElement, typeVersion=1.0.0)])
[2023-05-22T23:23:04.052+00:00|INFO|PolicyParticipantApplication|main] Started PolicyParticipantApplication in 17.647 seconds (JVM running for 18.926)
[2023-05-22T23:23:06.704+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-a9446a1e-b13e-420d-a439-f0c71215be37', protocol='range'}
[2023-05-22T23:23:06.712+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-a9446a1e-b13e-420d-a439-f0c71215be37=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-05-22T23:23:06.770+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-a9446a1e-b13e-420d-a439-f0c71215be37', protocol='range'}
[2023-05-22T23:23:06.771+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-05-22T23:23:06.777+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-05-22T23:23:06.801+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-05-22T23:23:06.801+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-05-22T23:23:06.801+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-05-22T23:23:06.801+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-05-22T23:23:06.801+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-05-22T23:23:06.801+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-05-22T23:23:06.899+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=2, 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-05-22T23:23:06.900+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-05-22T23:23:06.931+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-05-22T23:23:06.932+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting offset for partition policy.clamp-runtime-acm-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2023-05-22T23:23:06.955+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-05-22T23:23:06.955+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-pf-ppnt-2, groupId=policy-clamp-ac-pf-ppnt] Resetting offset for partition policy.clamp-runtime-acm-1 to position FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2023-05-22T23:23:10.497+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"302f3484-3f1d-4937-b658-f98bc2711a9e","timestamp":"2023-05-22T23:23:09.449548Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:23:10.508+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_REGISTER
[2023-05-22T23:23:33.037+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_REGISTER","messageId":"cbfad893-2409-4ca9-ac36-d751a94e774d","timestamp":"2023-05-22T23:23:31.612996Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:23:33.037+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_REGISTER
[2023-05-22T23:24:56.183+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b20db831-c6cd-4b51-8646-d67fbd9206c8","timestamp":"2023-05-22T23:24:56.151624Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:24:56.280+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b20db831-c6cd-4b51-8646-d67fbd9206c8","timestamp":"2023-05-22T23:24:56.151624Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:24:56.281+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:24:56.368+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"953c8dff-bb4e-4840-bf76-10208d936dec","timestamp":"2023-05-22T23:24:56.255476Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:24:56.369+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:24:58.855+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cab5a8c0-8631-42c7-ad78-2be3c7916894","timestamp":"2023-05-22T23:24:58.816969Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:24:58.855+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:25:03.784+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8e4fe154-f0b0-48c5-a12f-bcf0f1f089d3","timestamp":"2023-05-22T23:25:03.810138Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:25:03.785+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:25:24.810+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"aec0edd6-7fd0-483c-989a-d7dc06c7652c","timestamp":"2023-05-22T23:25:24.632962Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:25:24.811+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:26:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"511b0536-250d-4603-a2bd-d21cb52ac050","timestamp":"2023-05-22T23:26:56.149615Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:26:56.206+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"511b0536-250d-4603-a2bd-d21cb52ac050","timestamp":"2023-05-22T23:26:56.149615Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:26:56.206+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:26:56.411+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"33339762-93ad-4c28-96be-7bfa48fcf1a0","timestamp":"2023-05-22T23:26:56.254941Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:26:56.411+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:26:58.828+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a4c6e566-3708-4298-a757-cc3436daa76d","timestamp":"2023-05-22T23:26:58.816797Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:26:58.829+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:27:03.770+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"caeb981f-1c74-414f-8a4f-58fc8a32a7c8","timestamp":"2023-05-22T23:27:03.809329Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:27:03.771+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:27:24.710+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"a9f0031b-ac19-45f6-95e9-e731a7fd1259","timestamp":"2023-05-22T23:27:24.633953Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:27:24.711+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:28:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f3f0c301-ee63-47a4-bb49-5fdcfc59e5eb","timestamp":"2023-05-22T23:28:56.149794Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:28:56.263+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f3f0c301-ee63-47a4-bb49-5fdcfc59e5eb","timestamp":"2023-05-22T23:28:56.149794Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:28:56.264+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:28:56.447+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"771e4283-d18d-4b15-ab60-2a5e72dc2941","timestamp":"2023-05-22T23:28:56.254990Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:28:56.447+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:28:58.901+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c72305b-da5f-43c4-a82a-07266de5890d","timestamp":"2023-05-22T23:28:58.816592Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:28:58.901+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:29:03.686+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"290bcc9a-40c8-41e2-8981-4b665bd83aed","timestamp":"2023-05-22T23:29:03.809402Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:29:03.686+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:29:24.785+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f6bbc239-3ddd-402c-a6cf-6555f0de9c38","timestamp":"2023-05-22T23:29:24.632361Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:29:24.786+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:30:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7d211552-8aac-482d-a6a4-4a996ab62df1","timestamp":"2023-05-22T23:30:56.149989Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:30:56.268+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7d211552-8aac-482d-a6a4-4a996ab62df1","timestamp":"2023-05-22T23:30:56.149989Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:30:56.269+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:30:56.334+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1ccda046-1170-49f4-8ac5-99dd52aa84f8","timestamp":"2023-05-22T23:30:56.254911Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:30:56.335+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:30:58.902+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"eef7cf8f-f53c-4f61-b441-0dea19f9fd42","timestamp":"2023-05-22T23:30:58.816751Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:30:58.903+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:31:03.683+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0a815c65-2767-477b-89c8-602831da5ff4","timestamp":"2023-05-22T23:31:03.809386Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:31:03.683+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:31:24.716+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"54311f2a-d718-4158-bee5-d84bd36795bb","timestamp":"2023-05-22T23:31:24.632480Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:31:24.716+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:32:03.570+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-05-22T23:32:26.321+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-05-22T23:32:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2674f509-4a59-441e-87c5-546da898788d","timestamp":"2023-05-22T23:32:56.149733Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:32:56.197+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2674f509-4a59-441e-87c5-546da898788d","timestamp":"2023-05-22T23:32:56.149733Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:32:56.198+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:32:56.325+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9ab6e5b7-b318-4b94-8822-aaa0b46d13c8","timestamp":"2023-05-22T23:32:56.254830Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:32:56.326+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:32:58.834+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7bb98f10-6e17-462c-8a20-de8af31e4fda","timestamp":"2023-05-22T23:32:58.816878Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:32:58.835+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:33:03.717+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d9609972-3017-4475-8610-cc5bea022223","timestamp":"2023-05-22T23:33:03.809718Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:33:03.717+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:33:24.705+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"710ba3e6-def8-4ccc-8ec8-db81583cde87","timestamp":"2023-05-22T23:33:24.632326Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:33:24.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:34:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dc9df401-badd-4df0-b7f0-7539f558cd27","timestamp":"2023-05-22T23:34:56.149584Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:34:56.201+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dc9df401-badd-4df0-b7f0-7539f558cd27","timestamp":"2023-05-22T23:34:56.149584Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:34:56.202+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:34:56.332+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1abb546e-ebd2-4c34-af2d-b5fb48f9d553","timestamp":"2023-05-22T23:34:56.255011Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:34:56.333+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:34:58.824+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1550683f-7d23-4e1e-a9c8-46555b3d69d7","timestamp":"2023-05-22T23:34:58.816754Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:34:58.824+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:35:03.669+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"139c872d-6355-4412-bcb6-c1c5b4d75650","timestamp":"2023-05-22T23:35:03.809403Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:35:03.670+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:35:24.707+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"312dc67b-446a-40ed-af04-4945106e56a8","timestamp":"2023-05-22T23:35:24.632443Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:35:24.707+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:36:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"511b9639-4c5d-4a9b-acb7-6f09373f6ed2","timestamp":"2023-05-22T23:36:56.149855Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:36:56.195+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"511b9639-4c5d-4a9b-acb7-6f09373f6ed2","timestamp":"2023-05-22T23:36:56.149855Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:36:56.195+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:36:56.387+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"93b4d896-4360-4268-a2bd-4a836a3b4ffd","timestamp":"2023-05-22T23:36:56.254924Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:36:56.388+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:36:58.821+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"20d9980f-5fc2-43b5-ad4f-e1f8c3fc8594","timestamp":"2023-05-22T23:36:58.816612Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:36:58.821+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:37:03.669+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"50dcb79d-0f19-4ae3-a0fe-8692799bed14","timestamp":"2023-05-22T23:37:03.809340Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:37:03.670+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:37:24.782+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7627d141-69cd-468b-bda5-fe752ec8a24b","timestamp":"2023-05-22T23:37:24.632435Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:37:24.782+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:38:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2bbf2094-449b-451c-acc2-7e6024c5cfba","timestamp":"2023-05-22T23:38:56.149744Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:38:56.190+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2bbf2094-449b-451c-acc2-7e6024c5cfba","timestamp":"2023-05-22T23:38:56.149744Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:38:56.191+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:38:56.333+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5a150a4f-eb70-4064-b9d8-e11ed959b1d4","timestamp":"2023-05-22T23:38:56.254849Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:38:56.334+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:38:58.891+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8e9b254a-2268-4c14-933b-59e5c9f41ac4","timestamp":"2023-05-22T23:38:58.817157Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:38:58.892+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:39:03.677+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fe65ecf8-cc53-4a88-afa1-63128fb63c1a","timestamp":"2023-05-22T23:39:03.809544Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:39:03.678+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:39:24.692+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e9027a67-a450-487e-b322-24cc75b1054c","timestamp":"2023-05-22T23:39:24.633852Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:39:24.692+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:40:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8980efd8-826d-456e-877e-ae8655c3c1f2","timestamp":"2023-05-22T23:40:56.149802Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:40:56.194+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8980efd8-826d-456e-877e-ae8655c3c1f2","timestamp":"2023-05-22T23:40:56.149802Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:40:56.195+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:40:56.323+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f214afa7-0a65-41db-a3c9-cb49741ee9cf","timestamp":"2023-05-22T23:40:56.254808Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:40:56.324+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:40:58.819+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dc8c4e3c-11d5-4b83-823a-21375c9aea57","timestamp":"2023-05-22T23:40:58.816825Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:40:58.819+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:41:03.686+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5ad638eb-e64e-46f7-ae24-ee5110b5a516","timestamp":"2023-05-22T23:41:03.809395Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:41:03.687+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:41:24.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"195d8cd4-c03d-4a29-9e99-b01abae1463f","timestamp":"2023-05-22T23:41:24.632081Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:41:24.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:42:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6bd20f87-28eb-493d-ac57-5cb27163ea3c","timestamp":"2023-05-22T23:42:56.149659Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:42:56.185+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6bd20f87-28eb-493d-ac57-5cb27163ea3c","timestamp":"2023-05-22T23:42:56.149659Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:42:56.185+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:42:56.340+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c3c9b91e-f778-418d-89b1-da04bbc8bb5a","timestamp":"2023-05-22T23:42:56.254859Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:42:56.340+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:42:58.803+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0f09d972-0a1c-4101-a056-140b765ae5d5","timestamp":"2023-05-22T23:42:58.816940Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:42:58.804+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:43:03.710+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f15f7b93-c782-41b3-ba97-3de139f93d61","timestamp":"2023-05-22T23:43:03.809807Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:43:03.710+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:43:24.718+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"85b5804e-83fd-495d-a575-6a83db899503","timestamp":"2023-05-22T23:43:24.632721Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:43:24.718+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:44:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7e4fff95-4385-4d20-9130-3bd200853386","timestamp":"2023-05-22T23:44:56.149820Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:44:56.196+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7e4fff95-4385-4d20-9130-3bd200853386","timestamp":"2023-05-22T23:44:56.149820Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:44:56.196+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:44:56.317+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"79ea6535-a937-4e94-b872-c3219c8d591e","timestamp":"2023-05-22T23:44:56.255122Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:44:56.317+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:44:58.811+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d0dd09e2-6cf4-4fb6-8358-da63f6a60b3a","timestamp":"2023-05-22T23:44:58.816765Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:44:58.811+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:45:03.667+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"666dbe2e-55ac-4926-8bf9-c1ba46da70ec","timestamp":"2023-05-22T23:45:03.809274Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:45:03.668+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:45:24.702+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7b286408-586d-4bbc-8ef7-424020c91216","timestamp":"2023-05-22T23:45:24.632823Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:45:24.702+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:46:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b146a875-6a99-4f8f-90c2-1b6ca929a0a5","timestamp":"2023-05-22T23:46:56.149754Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:46:56.195+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b146a875-6a99-4f8f-90c2-1b6ca929a0a5","timestamp":"2023-05-22T23:46:56.149754Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:46:56.196+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:46:56.324+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"23b31c36-7bf8-4e20-9ba3-45fb03cd8137","timestamp":"2023-05-22T23:46:56.254803Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:46:56.324+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:46:58.866+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"074f150f-74a1-4ec2-9971-d58d87314c93","timestamp":"2023-05-22T23:46:58.816862Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:46:58.866+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:47:03.662+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a23b6689-5b91-4b9a-8c63-a8f9d6f805c0","timestamp":"2023-05-22T23:47:03.809668Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:47:03.662+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:47:24.692+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b0b9f092-2515-42aa-a889-14f0e135ee71","timestamp":"2023-05-22T23:47:24.632246Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:47:24.693+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:48:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cf13afbe-9ced-411c-a9e0-c44924055220","timestamp":"2023-05-22T23:48:56.149646Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:48:56.192+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cf13afbe-9ced-411c-a9e0-c44924055220","timestamp":"2023-05-22T23:48:56.149646Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:48:56.193+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:48:56.309+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1fc38845-fe03-44f0-b426-be4a36708c85","timestamp":"2023-05-22T23:48:56.255265Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:48:56.309+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:48:58.803+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9d8c61b4-a700-44fb-ad43-a418d4e87d74","timestamp":"2023-05-22T23:48:58.816787Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:48:58.804+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:49:03.728+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2d908dd1-ec76-4ca5-92bf-48bdad774706","timestamp":"2023-05-22T23:49:03.809382Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:49:03.729+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:49:24.700+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"1158e3e5-1a8c-4b0f-8fdf-86792833b548","timestamp":"2023-05-22T23:49:24.632259Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:49:24.701+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:50:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c7cc79a3-7386-4ed6-a84f-8cb14fad90c0","timestamp":"2023-05-22T23:50:56.149729Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:50:56.197+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c7cc79a3-7386-4ed6-a84f-8cb14fad90c0","timestamp":"2023-05-22T23:50:56.149729Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:50:56.197+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:50:56.318+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cbaeb721-da44-44fb-845b-59f171d3901b","timestamp":"2023-05-22T23:50:56.254936Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:50:56.318+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:50:58.803+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"054de39e-9cfd-4f44-ac8b-5628ba26a476","timestamp":"2023-05-22T23:50:58.816725Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:50:58.804+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:51:03.661+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f5b517db-25f9-4963-b7d4-dd412a548998","timestamp":"2023-05-22T23:51:03.809435Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:51:03.661+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:51:24.753+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"464acd6f-0188-4dd8-9496-83837055a2e6","timestamp":"2023-05-22T23:51:24.632311Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:51:24.753+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:52:56.151+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c283c29d-2234-4562-930b-35771d54774d","timestamp":"2023-05-22T23:52:56.149718Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:52:56.193+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c283c29d-2234-4562-930b-35771d54774d","timestamp":"2023-05-22T23:52:56.149718Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:52:56.193+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:52:56.319+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"604a833e-80bf-4c83-8ca2-94e23d6b8282","timestamp":"2023-05-22T23:52:56.254884Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:52:56.319+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:52:58.799+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"25102c52-f347-408c-b437-db515fdef037","timestamp":"2023-05-22T23:52:58.816997Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:52:58.799+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:53:03.658+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"daf3c9b3-2d44-4a56-9227-f19f794581b0","timestamp":"2023-05-22T23:53:03.809493Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:53:03.658+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:53:24.700+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"9e5c5266-942f-4d3f-9616-cbac78cf97c8","timestamp":"2023-05-22T23:53:24.632173Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:53:24.702+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:53:56.227+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 1 disconnected.
[2023-05-22T23:54:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"db216716-80c6-46b6-a26e-8d9058c2468d","timestamp":"2023-05-22T23:54:56.149775Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:54:56.274+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"db216716-80c6-46b6-a26e-8d9058c2468d","timestamp":"2023-05-22T23:54:56.149775Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:54:56.274+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:54:56.324+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a4a89e7a-6246-41a2-91da-48caffb15330","timestamp":"2023-05-22T23:54:56.254942Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:54:56.325+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:54:58.798+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e62f135b-1299-42b3-971d-02508a87f2a9","timestamp":"2023-05-22T23:54:58.816693Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:54:58.799+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:55:03.653+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9308875a-72c4-48c2-ba3e-c94daa1a2952","timestamp":"2023-05-22T23:55:03.809534Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:55:03.654+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:55:24.701+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"f41a88ab-7c9c-4fae-9cf2-859c2257421c","timestamp":"2023-05-22T23:55:24.632523Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:55:24.702+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:56:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c8a6fdfe-be10-452e-88b7-b127e2851d39","timestamp":"2023-05-22T23:56:56.149830Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:56:56.188+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c8a6fdfe-be10-452e-88b7-b127e2851d39","timestamp":"2023-05-22T23:56:56.149830Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:56:56.189+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:56:56.329+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"39c0935b-914c-46d7-a8c7-0910a7a40d22","timestamp":"2023-05-22T23:56:56.254852Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:56:56.331+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:56:58.796+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"37da84ad-2108-4cc8-96a7-081200990482","timestamp":"2023-05-22T23:56:58.816681Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:56:58.797+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:57:03.647+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"24b3610b-0b4b-4652-8455-71403b70ced1","timestamp":"2023-05-22T23:57:03.809678Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:57:03.647+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:57:24.686+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d5d60818-f2d4-446f-bcf3-fc1a0e860889","timestamp":"2023-05-22T23:57:24.632416Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:57:24.687+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:58:56.149+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bdfef9e6-9eb5-4c45-93b0-9826e28ed201","timestamp":"2023-05-22T23:58:56.149621Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:58:56.197+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bdfef9e6-9eb5-4c45-93b0-9826e28ed201","timestamp":"2023-05-22T23:58:56.149621Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-22T23:58:56.198+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:58:56.315+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e11932a9-7c7f-4d18-8d96-f9660dd30199","timestamp":"2023-05-22T23:58:56.254866Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-22T23:58:56.316+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:58:58.795+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"97921615-df88-4800-844d-894e66fcef6f","timestamp":"2023-05-22T23:58:58.817071Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-22T23:58:58.795+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:59:03.654+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"12aa5e67-1adb-4189-8deb-ea37cba20a96","timestamp":"2023-05-22T23:59:03.809296Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-22T23:59:03.654+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-22T23:59:24.696+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7bdf6254-cadf-4250-b84d-d12e30982e32","timestamp":"2023-05-22T23:59:24.632419Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-22T23:59:24.697+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:00:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"863ee8c7-1abb-43e5-bc4a-cdfe6077686d","timestamp":"2023-05-23T00:00:56.149856Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:00:56.202+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"863ee8c7-1abb-43e5-bc4a-cdfe6077686d","timestamp":"2023-05-23T00:00:56.149856Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:00:56.202+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:00:56.318+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e51d570e-b991-4c87-ae9f-7c2773305917","timestamp":"2023-05-23T00:00:56.257728Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-23T00:00:56.319+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:00:58.781+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"82e96b80-e1a6-4acc-bd79-dcced31d4eb8","timestamp":"2023-05-23T00:00:58.816682Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-23T00:00:58.781+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:01:03.652+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ac1d5727-874e-44d6-9033-a8146d99ea82","timestamp":"2023-05-23T00:01:03.809526Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-23T00:01:03.653+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:01:24.700+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c8827f2-7285-4b93-a602-239880a62933","timestamp":"2023-05-23T00:01:24.632262Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-23T00:01:24.701+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:01:56.228+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 0 disconnected.
[2023-05-23T00:02:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"28733722-be20-4a60-8560-4b67b21e6465","timestamp":"2023-05-23T00:02:56.149556Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:02:56.198+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"28733722-be20-4a60-8560-4b67b21e6465","timestamp":"2023-05-23T00:02:56.149556Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:02:56.199+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:02:56.306+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c1a729ff-4bb9-4d96-9da5-2a50ca0edf69","timestamp":"2023-05-23T00:02:56.254759Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-23T00:02:56.307+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:02:58.792+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"975b40f6-27b3-47fe-a038-800e2ba2b649","timestamp":"2023-05-23T00:02:58.816628Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-23T00:02:58.792+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:03:03.702+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"130d63f1-10a0-4b24-b461-a010de90dc72","timestamp":"2023-05-23T00:03:03.809699Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-23T00:03:03.703+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:03:24.699+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"69d1d442-3e81-4b54-9aab-8dc744f4fa39","timestamp":"2023-05-23T00:03:24.632358Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-23T00:03:24.699+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:04:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3b3f4cc9-e4ed-4eb1-a904-ee36a6ccc459","timestamp":"2023-05-23T00:04:56.149704Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:04:56.197+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3b3f4cc9-e4ed-4eb1-a904-ee36a6ccc459","timestamp":"2023-05-23T00:04:56.149704Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:04:56.198+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:04:56.317+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2da0e32c-a20c-4a31-b260-585e4ee8466e","timestamp":"2023-05-23T00:04:56.254895Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-23T00:04:56.318+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:04:58.786+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2980899b-807b-4140-be58-1182c35c25c2","timestamp":"2023-05-23T00:04:58.816785Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-23T00:04:58.786+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:05:03.637+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ce040c89-3a45-425a-96f9-21111635d6aa","timestamp":"2023-05-23T00:05:03.809523Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-23T00:05:03.638+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:05:24.770+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"4b95b22d-10f7-4f58-ba29-32afa9acc7de","timestamp":"2023-05-23T00:05:24.632477Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-23T00:05:24.771+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:06:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e730160a-e9f3-417e-894e-7a8f7d3e2f58","timestamp":"2023-05-23T00:06:56.149772Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:06:56.196+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e730160a-e9f3-417e-894e-7a8f7d3e2f58","timestamp":"2023-05-23T00:06:56.149772Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:06:56.197+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:06:56.310+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7fe716da-445a-493b-97fc-d9f347c3ae3e","timestamp":"2023-05-23T00:06:56.255271Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-23T00:06:56.310+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:06:58.781+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b46b373b-f9b0-49eb-a46e-b9898d818423","timestamp":"2023-05-23T00:06:58.816771Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-23T00:06:58.782+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:07:03.634+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2d4e90b2-5204-4d3e-a4ac-a446295f581f","timestamp":"2023-05-23T00:07:03.809629Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-23T00:07:03.635+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:07:24.687+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"dc97f0da-7f8e-40bc-a05d-359b4edb2174","timestamp":"2023-05-23T00:07:24.632312Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-23T00:07:24.688+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:08:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b9c969a5-fb4a-4814-a3a6-ab193685b785","timestamp":"2023-05-23T00:08:56.149659Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:08:56.193+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b9c969a5-fb4a-4814-a3a6-ab193685b785","timestamp":"2023-05-23T00:08:56.149659Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:08:56.193+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:08:56.312+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0e012c36-b75b-4a31-a61c-bb6b573f48fb","timestamp":"2023-05-23T00:08:56.254992Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-23T00:08:56.313+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:08:58.774+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"12146b68-de3d-40c5-af99-3dab6c3ada12","timestamp":"2023-05-23T00:08:58.816796Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-23T00:08:58.775+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:09:03.634+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bf5f7cea-8437-4751-9609-287774add0a6","timestamp":"2023-05-23T00:09:03.809197Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-23T00:09:03.634+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:09:24.686+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b3656549-29bb-48d2-97fa-a8c0462cd79a","timestamp":"2023-05-23T00:09:24.632758Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-23T00:09:24.687+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:10:56.152+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8c9c3d4c-c1a7-4876-8413-21d80bec37c8","timestamp":"2023-05-23T00:10:56.151289Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:10:56.249+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8c9c3d4c-c1a7-4876-8413-21d80bec37c8","timestamp":"2023-05-23T00:10:56.151289Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:10:56.249+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:10:56.304+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"254887a3-2773-4c7a-8c6f-6486c7ec7c5d","timestamp":"2023-05-23T00:10:56.254998Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-23T00:10:56.304+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:10:58.780+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"272a72b5-d1fc-4fe4-936b-c952a2f613b7","timestamp":"2023-05-23T00:10:58.816736Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-23T00:10:58.781+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:11:03.621+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9519f365-78af-4c63-afa6-47ffae0d3952","timestamp":"2023-05-23T00:11:03.809718Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-23T00:11:03.622+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:11:24.690+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d5a5622b-0f78-4b18-ab15-55441b0899ba","timestamp":"2023-05-23T00:11:24.632169Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-23T00:11:24.690+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:12:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5efa5e3f-230f-42b3-aaa3-ba19c255701d","timestamp":"2023-05-23T00:12:56.149698Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:12:56.190+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5efa5e3f-230f-42b3-aaa3-ba19c255701d","timestamp":"2023-05-23T00:12:56.149698Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:12:56.190+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:12:56.300+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"35a5a1f6-1399-4904-8699-5fdcf35d1dfa","timestamp":"2023-05-23T00:12:56.254831Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-23T00:12:56.301+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:12:58.777+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3a3c5163-1910-452b-9e5b-6c44ea091996","timestamp":"2023-05-23T00:12:58.816657Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-23T00:12:58.777+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:13:03.624+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8f51597f-37b1-4d2d-a01d-2709c8e72d1c","timestamp":"2023-05-23T00:13:03.809391Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-23T00:13:03.624+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:13:24.684+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"d641f66e-b6aa-47ea-b33d-9d02507b3d6c","timestamp":"2023-05-23T00:13:24.632487Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-23T00:13:24.684+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:14:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"02248f7e-44ff-4480-aebf-3772ec3fb559","timestamp":"2023-05-23T00:14:56.149538Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:14:56.194+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"02248f7e-44ff-4480-aebf-3772ec3fb559","timestamp":"2023-05-23T00:14:56.149538Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:14:56.194+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:14:56.314+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"76220e2b-e3a8-4a60-b1b1-f7cebafe8afe","timestamp":"2023-05-23T00:14:56.254903Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-23T00:14:56.314+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:14:58.843+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dd8634a8-9377-48dc-b3b3-403039fe078f","timestamp":"2023-05-23T00:14:58.816758Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-23T00:14:58.844+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:15:03.625+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cc57c1b8-da73-4890-9079-1bfaacb6aac0","timestamp":"2023-05-23T00:15:03.809623Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-23T00:15:03.625+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:15:24.750+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"6e7a7ee6-038b-4d5a-b9b1-e5b6cf79bc41","timestamp":"2023-05-23T00:15:24.632156Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-23T00:15:24.751+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:16:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"385d5f18-fb81-41a4-b394-3111003ac309","timestamp":"2023-05-23T00:16:56.149666Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:16:56.179+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"385d5f18-fb81-41a4-b394-3111003ac309","timestamp":"2023-05-23T00:16:56.149666Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:16:56.180+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:16:56.305+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"02a3e251-7a64-46dd-81cd-3d407e6724cf","timestamp":"2023-05-23T00:16:56.254824Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-23T00:16:56.305+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:16:58.772+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9025764b-dd62-4b0a-af65-0bc5e510c1c6","timestamp":"2023-05-23T00:16:58.817164Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-23T00:16:58.773+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:17:03.631+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fd00e2ac-c193-4f7d-a259-e7cf7771cc29","timestamp":"2023-05-23T00:17:03.809753Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-23T00:17:03.631+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:17:24.690+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"e1a28f52-7d5f-46ac-8113-ba9f34db0fba","timestamp":"2023-05-23T00:17:24.632440Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-23T00:17:24.690+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:18:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c1f1d1c1-8cda-468c-bf8d-c0cf6703d30f","timestamp":"2023-05-23T00:18:56.149831Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:18:56.186+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c1f1d1c1-8cda-468c-bf8d-c0cf6703d30f","timestamp":"2023-05-23T00:18:56.149831Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:18:56.187+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:18:56.312+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4e9ec82f-9bbe-4ea6-96ac-94a4c2195cad","timestamp":"2023-05-23T00:18:56.254894Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-23T00:18:56.312+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:18:58.770+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b1e7f03b-ef5c-4582-9aba-28fb62c11fc6","timestamp":"2023-05-23T00:18:58.816821Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-23T00:18:58.770+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:19:03.617+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b1a978bf-5f78-4637-9850-c58685eaf910","timestamp":"2023-05-23T00:19:03.809685Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-23T00:19:03.617+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:19:24.692+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"26b69e57-8410-467b-b087-9f9f85f2af73","timestamp":"2023-05-23T00:19:24.632460Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-23T00:19:24.692+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:20:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a0b68adb-c352-4358-bf16-2038d1c3e13e","timestamp":"2023-05-23T00:20:56.149710Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:20:56.186+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a0b68adb-c352-4358-bf16-2038d1c3e13e","timestamp":"2023-05-23T00:20:56.149710Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:20:56.186+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:20:56.313+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4b987559-8857-4fea-b2ae-23541b43d28d","timestamp":"2023-05-23T00:20:56.255096Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-23T00:20:56.313+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:20:58.765+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1e33b3a4-7fa9-45f6-8c30-fa8e3c10c65a","timestamp":"2023-05-23T00:20:58.816982Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-23T00:20:58.765+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:21:03.619+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0f682f12-8ad2-481b-a342-01b1980022a9","timestamp":"2023-05-23T00:21:03.809470Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-23T00:21:03.620+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:21:24.687+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"16ae5878-5302-4671-9547-cb716b62a173","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b99a783d-d7fc-4dbe-9cb7-4dce8a1303ad","timestamp":"2023-05-23T00:21:24.632321Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2023-05-23T00:21:24.687+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:21:56.227+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-pf-ppnt-client-id] [Producer clientId=policy-clamp-ac-pf-ppnt-client-id] Node 2 disconnected.
[2023-05-23T00:22:56.150+00:00|INFO|network|pool-2-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"49a1ed4b-29a1-46b1-9ab2-a759c757c3eb","timestamp":"2023-05-23T00:22:56.149691Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:22:56.191+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"bdb5faf1-ed7b-48ad-a5fa-85fae6fbe26a","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"49a1ed4b-29a1-46b1-9ab2-a759c757c3eb","timestamp":"2023-05-23T00:22:56.149691Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2023-05-23T00:22:56.191+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:22:56.362+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"3aad00ff-e3c7-4764-8e02-a728d6c3ffb3","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"12603559-faf2-447d-a932-72e93430d15e","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b71eee63-0554-463a-bced-e4f536be1299","timestamp":"2023-05-23T00:22:56.254956Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2023-05-23T00:22:56.362+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:22:58.755+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"a108937b-7a9c-49b1-94b0-dfbe074c4452","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fa928124-e917-443e-9489-211e8a4b4e06","timestamp":"2023-05-23T00:22:58.817044Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2023-05-23T00:22:58.755+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2023-05-23T00:23:03.613+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"31958491-98db-4794-952d-d8293cd1c391","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bb689a73-d009-4744-9cda-4843dae5a546","timestamp":"2023-05-23T00:23:03.809501Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2023-05-23T00:23:03.613+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS