By type
Policy clamp Kserve participant config file: /opt/app/policy/clamp/etc/mounted/KserveParticipantParameters.yaml
overriding logback xml file
cp: '/opt/app/policy/clamp/etc/mounted/logback.xml' and '/opt/app/policy/clamp/etc/logback.xml' are the same file
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.1.10)
[2024-10-17T19:12:18.965+00:00|INFO|Version|background-preinit] HV000001: Hibernate Validator 8.0.1.Final
[2024-10-17T19:12:19.339+00:00|INFO|Application|main] Starting Application using Java 17.0.11 with PID 9 (/app/app.jar started by policy in /opt/app/policy/clamp/bin)
[2024-10-17T19:12:19.343+00:00|INFO|Application|main] The following 1 profile is active: "kubernetes"
[2024-10-17T19:12:22.786+00:00|INFO|GenericScope|main] BeanFactory id=74d3c309-f5a8-3346-82bd-d515edfbea56
[2024-10-17T19:12:24.311+00:00|INFO|TomcatWebServer|main] Tomcat initialized with port(s): 8087 (http)
[2024-10-17T19:12:24.352+00:00|INFO|Http11NioProtocol|main] Initializing ProtocolHandler ["http-nio-8087"]
[2024-10-17T19:12:24.361+00:00|INFO|StandardService|main] Starting service [Tomcat]
[2024-10-17T19:12:24.361+00:00|INFO|StandardEngine|main] Starting Servlet engine: [Apache Tomcat/10.1.19]
[2024-10-17T19:12:24.492+00:00|INFO|[/onap/policy/clamp/acm/kserveparticipant]|main] Initializing Spring embedded WebApplicationContext
[2024-10-17T19:12:24.493+00:00|INFO|ServletWebServerApplicationContext|main] Root WebApplicationContext: initialization completed in 5026 ms
[2024-10-17T19:12:26.820+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-kserve-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-kserve-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
[2024-10-17T19:12:27.057+00:00|INFO|AbstractLogin|main] Successfully logged in.
[2024-10-17T19:12:27.202+00:00|INFO|AppInfoParser|main] Kafka version: 3.6.1
[2024-10-17T19:12:27.202+00:00|INFO|AppInfoParser|main] Kafka commitId: 5e3c2b738d253ff5
[2024-10-17T19:12:27.202+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1729192347199
[2024-10-17T19:12:27.207+00:00|INFO|KafkaConsumer|main] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-1, groupId=policy-clamp-ac-kserve-ppnt] Subscribed to topic(s): policy.clamp-runtime-acm
[2024-10-17T19:12:27.220+00:00|WARN|LocalVariableTableParameterNameDiscoverer|main] Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: org.onap.policy.clamp.acm.participant.kserve.config.MicrometerConfig
[2024-10-17T19:12:27.670+00:00|INFO|DefaultSecurityFilterChain|main] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@17d32e9b, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@66f0548d, org.springframework.security.web.context.SecurityContextHolderFilter@2016f509, org.springframework.security.web.header.HeaderWriterFilter@665522c2, org.springframework.security.web.authentication.logout.LogoutFilter@22a0d4ea, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@3c69362a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5a237731, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6a0094c9, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2e6f610d, org.springframework.security.web.access.ExceptionTranslationFilter@782be4eb, org.springframework.security.web.access.intercept.AuthorizationFilter@5ba26eb0]
[2024-10-17T19:12:29.568+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path ''
[2024-10-17T19:12:30.148+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["http-nio-8087"]
[2024-10-17T19:12:30.196+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 8087 (http) with context path '/onap/policy/clamp/acm/kserveparticipant'
[2024-10-17T19:12:30.225+00:00|INFO|ServiceManager|main] service manager starting
[2024-10-17T19:12:30.225+00:00|INFO|ServiceManager|main] service manager starting Topic endpoint management
[2024-10-17T19:12:30.234+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=6657b596-e01c-42d3-909d-c87f929a21ee, consumerInstance=onap-policy-clamp-ac-kserve-ppnt-758c456d49-d56vt, 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
[2024-10-17T19:12:30.281+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-kserve-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-kserve-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
[2024-10-17T19:12:30.314+00:00|INFO|AppInfoParser|main] Kafka version: 3.6.1
[2024-10-17T19:12:30.315+00:00|INFO|AppInfoParser|main] Kafka commitId: 5e3c2b738d253ff5
[2024-10-17T19:12:30.317+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1729192350314
[2024-10-17T19:12:30.319+00:00|INFO|KafkaConsumer|main] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Subscribed to topic(s): policy.clamp-runtime-acm
[2024-10-17T19:12:30.321+00:00|INFO|InlineBusTopicSink|main] InlineKafkaTopicSink [getTopicCommInfrastructure()=KAFKA, toString()=InlineBusTopicSink [partitionId=6e7528f8-0365-4fbc-8a98-8d2e4189be11, alive=false, publisher=null]]: starting
[2024-10-17T19:12:30.388+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-kserve-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
[2024-10-17T19:12:30.426+00:00|INFO|KafkaProducer|main] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Instantiated an idempotent producer.
[2024-10-17T19:12:30.475+00:00|INFO|AppInfoParser|main] Kafka version: 3.6.1
[2024-10-17T19:12:30.475+00:00|INFO|AppInfoParser|main] Kafka commitId: 5e3c2b738d253ff5
[2024-10-17T19:12:30.475+00:00|INFO|AppInfoParser|main] Kafka startTimeMs: 1729192350474
[2024-10-17T19:12:30.476+00:00|INFO|InlineKafkaTopicSink|main] InlineKafkaTopicSink [getTopicCommInfrastructure()=KAFKA, toString()=InlineBusTopicSink [partitionId=6e7528f8-0365-4fbc-8a98-8d2e4189be11, alive=false, publisher=KafkaPublisherWrapper []]]: KAFKA SINK created
[2024-10-17T19:12:30.476+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantMessagePublisher$$SpringCGLIB$$0
[2024-10-17T19:12:30.501+00:00|INFO|ServiceManager|main] service manager starting Listener AcPropertyUpdateListener
[2024-10-17T19:12:30.503+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantPrimeListener
[2024-10-17T19:12:30.504+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionMigrationListener
[2024-10-17T19:12:30.505+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantRestartListener
[2024-10-17T19:12:30.506+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantRegisterAckListener
[2024-10-17T19:12:30.507+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantStatusReqListener
[2024-10-17T19:12:30.507+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionStateChangeListener
[2024-10-17T19:12:30.508+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionDeployListener
[2024-10-17T19:12:30.509+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantDeregisterAckListener
[2024-10-17T19:12:30.510+00:00|INFO|ServiceManager|main] service manager starting Topic Message Dispatcher
[2024-10-17T19:12:30.511+00:00|INFO|TopicBase|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=6657b596-e01c-42d3-909d-c87f929a21ee, consumerInstance=onap-policy-clamp-ac-kserve-ppnt-758c456d49-d56vt, 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@3138953b
[2024-10-17T19:12:30.513+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedKafkaTopicSource [getTopicCommInfrastructure()=KAFKA, toString()=SingleThreadedBusTopicSource [consumerGroup=6657b596-e01c-42d3-909d-c87f929a21ee, consumerInstance=onap-policy-clamp-ac-kserve-ppnt-758c456d49-d56vt, 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
[2024-10-17T19:12:30.514+00:00|INFO|ServiceManager|main] service manager started
[2024-10-17T19:12:30.554+00:00|INFO|OrderedServiceImpl|main] ***** OrderedServiceImpl implementers:
[]
[2024-10-17T19:12:30.556+00:00|INFO|network|main] [OUT|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"34204d4a-8142-41f9-963a-8d43c28e9482","timestamp":"2024-10-17T19:12:30.515812854Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:12:31.635+00:00|INFO|Metadata|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Cluster ID: AktOnIoGQlSivYRC-VW-4Q
[2024-10-17T19:12:31.653+00:00|INFO|Metadata|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Cluster ID: AktOnIoGQlSivYRC-VW-4Q
[2024-10-17T19:12:32.270+00:00|INFO|TransactionManager|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] ProducerId set to 1000 with epoch 0
[2024-10-17T19:12:32.718+00:00|INFO|ParticipantMessagePublisher|main] Sent Participant Register message to CLAMP - ParticipantRegister(super=ParticipantMessage(messageType=PARTICIPANT_REGISTER, messageId=34204d4a-8142-41f9-963a-8d43c28e9482, timestamp=2024-10-17T19:12:30.515812854Z, participantId=101c62b3-8918-41b9-a747-d21eb79c6c04, automationCompositionId=null, compositionId=null), participantSupportedElementType=[ParticipantSupportedElementType(id=cb67f48f-9d10-47c9-9255-9422899910af, typeName=org.onap.policy.clamp.acm.KserveAutomationCompositionElement, typeVersion=1.0.1), ParticipantSupportedElementType(id=6e2081da-743c-4a33-990e-9347416fd9e0, typeName=org.onap.policy.clamp.acm.AutomationCompositionElement, typeVersion=1.0.0)])
[2024-10-17T19:12:32.727+00:00|INFO|Application|main] Started Application in 17.133 seconds (process running for 18.46)
[2024-10-17T19:12:33.295+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
[2024-10-17T19:12:33.318+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] (Re-)joining group
[2024-10-17T19:12:33.446+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Request joining group due to: need to re-join with the given member-id: consumer-policy-clamp-ac-kserve-ppnt-2-d236e6c8-9cb4-4838-a7b0-96c2f5da662c
[2024-10-17T19:12:33.447+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-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)
[2024-10-17T19:12:33.447+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] (Re-)joining group
[2024-10-17T19:12:36.529+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Successfully joined group with generation Generation{generationId=1, memberId='consumer-policy-clamp-ac-kserve-ppnt-2-d236e6c8-9cb4-4838-a7b0-96c2f5da662c', protocol='range'}
[2024-10-17T19:12:36.549+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Finished assignment for group at generation 1: {consumer-policy-clamp-ac-kserve-ppnt-2-d236e6c8-9cb4-4838-a7b0-96c2f5da662c=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])}
[2024-10-17T19:12:36.639+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Successfully synced group in generation Generation{generationId=1, memberId='consumer-policy-clamp-ac-kserve-ppnt-2-d236e6c8-9cb4-4838-a7b0-96c2f5da662c', protocol='range'}
[2024-10-17T19:12:36.640+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-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])
[2024-10-17T19:12:36.649+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-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
[2024-10-17T19:12:36.711+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Found no committed offset for partition policy.clamp-runtime-acm-4
[2024-10-17T19:12:36.711+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Found no committed offset for partition policy.clamp-runtime-acm-5
[2024-10-17T19:12:36.712+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Found no committed offset for partition policy.clamp-runtime-acm-2
[2024-10-17T19:12:36.712+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Found no committed offset for partition policy.clamp-runtime-acm-3
[2024-10-17T19:12:36.712+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Found no committed offset for partition policy.clamp-runtime-acm-0
[2024-10-17T19:12:36.712+00:00|INFO|ConsumerCoordinator|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Found no committed offset for partition policy.clamp-runtime-acm-1
[2024-10-17T19:12:36.772+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2024-10-17T19:12:36.773+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Resetting offset for partition policy.clamp-runtime-acm-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
[2024-10-17T19:12:36.847+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Resetting offset for partition policy.clamp-runtime-acm-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2024-10-17T19:12:36.847+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
[2024-10-17T19:12:36.853+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Resetting offset for partition policy.clamp-runtime-acm-4 to position FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2024-10-17T19:12:36.853+00:00|INFO|SubscriptionState|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Resetting offset for partition policy.clamp-runtime-acm-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
[2024-10-17T19:14:30.250+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"000848d7-32a5-4393-8e3c-f92ca414ac34","timestamp":"2024-10-17T19:14:30.224085452Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:14:30.476+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"000848d7-32a5-4393-8e3c-f92ca414ac34","timestamp":"2024-10-17T19:14:30.224085452Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:14:30.489+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:16:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dc4b9ffe-b79f-4eac-9c50-fcfe94c6f840","timestamp":"2024-10-17T19:16:30.223605214Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:16:30.329+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dc4b9ffe-b79f-4eac-9c50-fcfe94c6f840","timestamp":"2024-10-17T19:16:30.223605214Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:16:30.330+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:18:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"781e73dd-9a08-44d5-b136-e781ff98b6ab","timestamp":"2024-10-17T19:18:30.223387522Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:18:30.266+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"781e73dd-9a08-44d5-b136-e781ff98b6ab","timestamp":"2024-10-17T19:18:30.223387522Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:18:30.267+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:20:30.225+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8ac05cf-eed7-46a9-9f9c-a819de32306a","timestamp":"2024-10-17T19:20:30.223464118Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:20:30.382+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8ac05cf-eed7-46a9-9f9c-a819de32306a","timestamp":"2024-10-17T19:20:30.223464118Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:20:30.383+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:21:32.013+00:00|INFO|NetworkClient|KAFKA-source-policy.clamp-runtime-acm] [Consumer clientId=consumer-policy-clamp-ac-kserve-ppnt-2, groupId=policy-clamp-ac-kserve-ppnt] Node -1 disconnected.
[2024-10-17T19:22:00.355+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node -1 disconnected.
[2024-10-17T19:22:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8866dbf4-5ae4-49dc-8b97-56d55d654f11","timestamp":"2024-10-17T19:22:30.223438223Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:22:30.311+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8866dbf4-5ae4-49dc-8b97-56d55d654f11","timestamp":"2024-10-17T19:22:30.223438223Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:22:30.312+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:24:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ed9923c3-cdbb-4574-bba6-0a8ad2713e4b","timestamp":"2024-10-17T19:24:30.223364424Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:24:30.273+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ed9923c3-cdbb-4574-bba6-0a8ad2713e4b","timestamp":"2024-10-17T19:24:30.223364424Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:24:30.274+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:26:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b455156f-fb55-43f1-992b-08f3d9192b41","timestamp":"2024-10-17T19:26:30.223377823Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:26:30.261+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b455156f-fb55-43f1-992b-08f3d9192b41","timestamp":"2024-10-17T19:26:30.223377823Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:26:30.261+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:28:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"32d6c365-1e0c-46af-a37a-9c76d57c4475","timestamp":"2024-10-17T19:28:30.223359100Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:28:30.347+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"32d6c365-1e0c-46af-a37a-9c76d57c4475","timestamp":"2024-10-17T19:28:30.223359100Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:28:30.348+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:30:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"feefc997-39e3-4188-a578-2480309451b8","timestamp":"2024-10-17T19:30:30.223464377Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:30:30.257+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"feefc997-39e3-4188-a578-2480309451b8","timestamp":"2024-10-17T19:30:30.223464377Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:30:30.258+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:32:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"16bd2fd9-fffb-4548-9305-6629c5d2ef73","timestamp":"2024-10-17T19:32:30.223391754Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:32:30.305+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"16bd2fd9-fffb-4548-9305-6629c5d2ef73","timestamp":"2024-10-17T19:32:30.223391754Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:32:30.306+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:33:30.301+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 2 disconnected.
[2024-10-17T19:34:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"38990d78-8b18-4ba9-85eb-dadc083e2f05","timestamp":"2024-10-17T19:34:30.223435427Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:34:30.253+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"38990d78-8b18-4ba9-85eb-dadc083e2f05","timestamp":"2024-10-17T19:34:30.223435427Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:34:30.254+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:36:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6a70e28b-12e5-4019-99c0-2f462c1ce899","timestamp":"2024-10-17T19:36:30.223590389Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:36:30.274+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6a70e28b-12e5-4019-99c0-2f462c1ce899","timestamp":"2024-10-17T19:36:30.223590389Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:36:30.275+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:38:30.225+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6cfceb4b-f437-49b6-af55-7b317b3129a6","timestamp":"2024-10-17T19:38:30.223870418Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:38:30.370+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6cfceb4b-f437-49b6-af55-7b317b3129a6","timestamp":"2024-10-17T19:38:30.223870418Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:38:30.371+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:40:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"652bd9f3-0bdd-486b-9e0a-61aec4cb50b5","timestamp":"2024-10-17T19:40:30.223440812Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:40:30.272+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"652bd9f3-0bdd-486b-9e0a-61aec4cb50b5","timestamp":"2024-10-17T19:40:30.223440812Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:40:30.273+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:42:30.225+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"526c8cdf-450b-4778-a926-8533b2c918cb","timestamp":"2024-10-17T19:42:30.223455986Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:42:30.257+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"526c8cdf-450b-4778-a926-8533b2c918cb","timestamp":"2024-10-17T19:42:30.223455986Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:42:30.258+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:44:30.226+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1b41cada-2eb5-4492-92f4-6d1754ee4243","timestamp":"2024-10-17T19:44:30.224992548Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:44:30.261+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1b41cada-2eb5-4492-92f4-6d1754ee4243","timestamp":"2024-10-17T19:44:30.224992548Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:44:30.261+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:46:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"00bc9330-0274-4d3a-b9c3-9d3b0434f853","timestamp":"2024-10-17T19:46:30.223411689Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:46:30.266+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"00bc9330-0274-4d3a-b9c3-9d3b0434f853","timestamp":"2024-10-17T19:46:30.223411689Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:46:30.267+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:48:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc2ec6de-785f-41e6-a519-acf4625af7f3","timestamp":"2024-10-17T19:48:30.223344003Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:48:30.259+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc2ec6de-785f-41e6-a519-acf4625af7f3","timestamp":"2024-10-17T19:48:30.223344003Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:48:30.260+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:50:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0d66349a-52d5-44a9-87e9-41f8ce13d50a","timestamp":"2024-10-17T19:50:30.223416735Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:50:30.255+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0d66349a-52d5-44a9-87e9-41f8ce13d50a","timestamp":"2024-10-17T19:50:30.223416735Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:50:30.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:52:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a72b3f3e-f152-4124-a5a3-4e8a9b746230","timestamp":"2024-10-17T19:52:30.223590146Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:52:30.255+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a72b3f3e-f152-4124-a5a3-4e8a9b746230","timestamp":"2024-10-17T19:52:30.223590146Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:52:30.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:54:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3d0e812c-6f65-4bf6-9ba8-207f4934f7d9","timestamp":"2024-10-17T19:54:30.223702469Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:54:30.257+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3d0e812c-6f65-4bf6-9ba8-207f4934f7d9","timestamp":"2024-10-17T19:54:30.223702469Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:54:30.257+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:56:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a1627f35-5aee-4af9-abce-c922526705c3","timestamp":"2024-10-17T19:56:30.223471511Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:56:30.261+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a1627f35-5aee-4af9-abce-c922526705c3","timestamp":"2024-10-17T19:56:30.223471511Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:56:30.262+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T19:58:00.315+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 0 disconnected.
[2024-10-17T19:58:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a2d99329-7a74-4130-89d1-e2c4aab579e2","timestamp":"2024-10-17T19:58:30.223374063Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:58:30.256+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a2d99329-7a74-4130-89d1-e2c4aab579e2","timestamp":"2024-10-17T19:58:30.223374063Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T19:58:30.257+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:00:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3c16ab71-359c-4451-9805-b469b59a2ea3","timestamp":"2024-10-17T20:00:30.223474246Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:00:30.248+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3c16ab71-359c-4451-9805-b469b59a2ea3","timestamp":"2024-10-17T20:00:30.223474246Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:00:30.249+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:02:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"647a8f22-b7ef-4376-a27f-1c84fb3da102","timestamp":"2024-10-17T20:02:30.223448889Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:02:30.246+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"647a8f22-b7ef-4376-a27f-1c84fb3da102","timestamp":"2024-10-17T20:02:30.223448889Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:02:30.247+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:04:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3264b224-09df-4696-aab6-1bcf4c5676c3","timestamp":"2024-10-17T20:04:30.223368400Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:04:30.412+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3264b224-09df-4696-aab6-1bcf4c5676c3","timestamp":"2024-10-17T20:04:30.223368400Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:04:30.412+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:05:30.415+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 2 disconnected.
[2024-10-17T20:06:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"560d506f-f2c0-4392-bd84-63ac0f7472fd","timestamp":"2024-10-17T20:06:30.223520781Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:06:30.246+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"560d506f-f2c0-4392-bd84-63ac0f7472fd","timestamp":"2024-10-17T20:06:30.223520781Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:06:30.247+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:08:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"51d8033c-a8e9-40ee-858b-8901212935da","timestamp":"2024-10-17T20:08:30.223367259Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:08:30.349+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"51d8033c-a8e9-40ee-858b-8901212935da","timestamp":"2024-10-17T20:08:30.223367259Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:08:30.350+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:10:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"de6cacda-9e62-4a65-8fc4-59118516cf6e","timestamp":"2024-10-17T20:10:30.223625829Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:10:30.258+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"de6cacda-9e62-4a65-8fc4-59118516cf6e","timestamp":"2024-10-17T20:10:30.223625829Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:10:30.259+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:12:00.509+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 1 disconnected.
[2024-10-17T20:12:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"45c7bd41-679f-46be-81c7-626cc8630466","timestamp":"2024-10-17T20:12:30.223638500Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:12:30.258+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"45c7bd41-679f-46be-81c7-626cc8630466","timestamp":"2024-10-17T20:12:30.223638500Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:12:30.258+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:14:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cf02c101-89ba-4771-bc3c-1493ca2741ad","timestamp":"2024-10-17T20:14:30.223502478Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:14:30.255+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cf02c101-89ba-4771-bc3c-1493ca2741ad","timestamp":"2024-10-17T20:14:30.223502478Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:14:30.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:16:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ddad1ba3-6518-4c22-996b-14d8c3d62dc4","timestamp":"2024-10-17T20:16:30.223296579Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:16:30.347+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ddad1ba3-6518-4c22-996b-14d8c3d62dc4","timestamp":"2024-10-17T20:16:30.223296579Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:16:30.347+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:18:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a6f2b950-4190-4e8b-ab4c-9c8ef8294af5","timestamp":"2024-10-17T20:18:30.223252880Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:18:30.257+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a6f2b950-4190-4e8b-ab4c-9c8ef8294af5","timestamp":"2024-10-17T20:18:30.223252880Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:18:30.258+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:20:00.326+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 2 disconnected.
[2024-10-17T20:20:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3da25416-0481-4ed4-8ad3-e964de6f746b","timestamp":"2024-10-17T20:20:30.223688332Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:20:30.358+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3da25416-0481-4ed4-8ad3-e964de6f746b","timestamp":"2024-10-17T20:20:30.223688332Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:20:30.359+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:22:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7be75c85-aedd-41f2-8f58-5288876a3b5f","timestamp":"2024-10-17T20:22:30.223529318Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:22:30.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7be75c85-aedd-41f2-8f58-5288876a3b5f","timestamp":"2024-10-17T20:22:30.223529318Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:22:30.251+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:24:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3924c971-f0ab-4796-b2e2-df8d6a84ad43","timestamp":"2024-10-17T20:24:30.223250233Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:24:30.256+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3924c971-f0ab-4796-b2e2-df8d6a84ad43","timestamp":"2024-10-17T20:24:30.223250233Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:24:30.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:26:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"13304f44-c7db-4a83-ad82-3168661da28f","timestamp":"2024-10-17T20:26:30.223526050Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:26:30.257+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"13304f44-c7db-4a83-ad82-3168661da28f","timestamp":"2024-10-17T20:26:30.223526050Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:26:30.260+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:28:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"95fc341e-806b-4ebb-8d25-dd45c47d7499","timestamp":"2024-10-17T20:28:30.223450186Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:28:30.256+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"95fc341e-806b-4ebb-8d25-dd45c47d7499","timestamp":"2024-10-17T20:28:30.223450186Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:28:30.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:30:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f71832db-aa3a-4547-83a6-61eaf3cebe97","timestamp":"2024-10-17T20:30:30.223392519Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:30:30.249+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f71832db-aa3a-4547-83a6-61eaf3cebe97","timestamp":"2024-10-17T20:30:30.223392519Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:30:30.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:32:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c3d7351d-ed51-4d92-84b1-24b6561ca44a","timestamp":"2024-10-17T20:32:30.223510173Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:32:30.259+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c3d7351d-ed51-4d92-84b1-24b6561ca44a","timestamp":"2024-10-17T20:32:30.223510173Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:32:30.259+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:34:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9c2f6015-dcab-4c92-8779-827028f2e67d","timestamp":"2024-10-17T20:34:30.223535141Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:34:30.225+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 0 disconnected.
[2024-10-17T20:34:30.253+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9c2f6015-dcab-4c92-8779-827028f2e67d","timestamp":"2024-10-17T20:34:30.223535141Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:34:30.253+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:36:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b43d1b98-bb26-4830-bf6a-9d78f31f937e","timestamp":"2024-10-17T20:36:30.223644823Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:36:30.253+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b43d1b98-bb26-4830-bf6a-9d78f31f937e","timestamp":"2024-10-17T20:36:30.223644823Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:36:30.253+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:38:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a457ddaf-6841-43a4-a581-04caa788956f","timestamp":"2024-10-17T20:38:30.223324650Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:38:30.256+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a457ddaf-6841-43a4-a581-04caa788956f","timestamp":"2024-10-17T20:38:30.223324650Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:38:30.257+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:40:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4d36c837-358d-4776-b354-085ede8a55c9","timestamp":"2024-10-17T20:40:30.223461967Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:40:30.253+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4d36c837-358d-4776-b354-085ede8a55c9","timestamp":"2024-10-17T20:40:30.223461967Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:40:30.254+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:42:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e92c2b7b-e666-4bd9-b483-e47f813206e3","timestamp":"2024-10-17T20:42:30.223417186Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:42:30.378+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e92c2b7b-e666-4bd9-b483-e47f813206e3","timestamp":"2024-10-17T20:42:30.223417186Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:42:30.378+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:44:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"08838179-9834-4672-97dd-d3763cfa19ab","timestamp":"2024-10-17T20:44:30.223329724Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:44:30.314+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"08838179-9834-4672-97dd-d3763cfa19ab","timestamp":"2024-10-17T20:44:30.223329724Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:44:30.314+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:46:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e6fca17-1ef2-40a7-812b-079d276aee45","timestamp":"2024-10-17T20:46:30.223345852Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:46:30.254+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e6fca17-1ef2-40a7-812b-079d276aee45","timestamp":"2024-10-17T20:46:30.223345852Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:46:30.254+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:48:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9ccb89ed-153a-4044-80b1-750e9d6a74f3","timestamp":"2024-10-17T20:48:30.223361813Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:48:30.251+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9ccb89ed-153a-4044-80b1-750e9d6a74f3","timestamp":"2024-10-17T20:48:30.223361813Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:48:30.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:49:00.259+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 2 disconnected.
[2024-10-17T20:50:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1a924177-687f-4e6f-924c-99c2bc2c65f7","timestamp":"2024-10-17T20:50:30.223510395Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:50:30.255+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1a924177-687f-4e6f-924c-99c2bc2c65f7","timestamp":"2024-10-17T20:50:30.223510395Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:50:30.255+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:52:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e2b8ab0c-36c0-4f42-a4e9-f123b987d825","timestamp":"2024-10-17T20:52:30.223404662Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:52:30.332+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e2b8ab0c-36c0-4f42-a4e9-f123b987d825","timestamp":"2024-10-17T20:52:30.223404662Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:52:30.333+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:54:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"875290a7-c99f-4278-8ac1-8487bdd2427c","timestamp":"2024-10-17T20:54:30.223281003Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:54:30.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"875290a7-c99f-4278-8ac1-8487bdd2427c","timestamp":"2024-10-17T20:54:30.223281003Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:54:30.251+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:56:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee74aadd-69d4-43f3-a058-0c6068277a51","timestamp":"2024-10-17T20:56:30.223284551Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:56:30.249+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ee74aadd-69d4-43f3-a058-0c6068277a51","timestamp":"2024-10-17T20:56:30.223284551Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:56:30.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:58:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ede6b0c7-c128-4cea-9637-82eea07f374d","timestamp":"2024-10-17T20:58:30.223345774Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:58:30.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ede6b0c7-c128-4cea-9637-82eea07f374d","timestamp":"2024-10-17T20:58:30.223345774Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T20:58:30.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T20:59:30.328+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 0 disconnected.
[2024-10-17T21:00:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9b799262-a71f-4731-8a92-edecbcacf5b0","timestamp":"2024-10-17T21:00:30.223493126Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:00:30.249+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9b799262-a71f-4731-8a92-edecbcacf5b0","timestamp":"2024-10-17T21:00:30.223493126Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:00:30.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:02:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0caf950f-3e97-4b93-a27e-f4c828e82fc4","timestamp":"2024-10-17T21:02:30.223311097Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:02:30.276+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0caf950f-3e97-4b93-a27e-f4c828e82fc4","timestamp":"2024-10-17T21:02:30.223311097Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:02:30.276+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:04:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8485519f-8561-4c3d-bdd2-5fb714b4bf03","timestamp":"2024-10-17T21:04:30.223394486Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:04:30.254+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8485519f-8561-4c3d-bdd2-5fb714b4bf03","timestamp":"2024-10-17T21:04:30.223394486Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:04:30.255+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:06:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"53e148af-2ca8-44e2-967a-7f69562e8fcd","timestamp":"2024-10-17T21:06:30.223438470Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:06:30.251+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"53e148af-2ca8-44e2-967a-7f69562e8fcd","timestamp":"2024-10-17T21:06:30.223438470Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:06:30.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:08:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9482adc3-840d-4dde-b9c5-e53ef4754a6d","timestamp":"2024-10-17T21:08:30.223461874Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:08:30.274+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9482adc3-840d-4dde-b9c5-e53ef4754a6d","timestamp":"2024-10-17T21:08:30.223461874Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:08:30.275+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:10:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0de6625-2ef2-4c97-8335-68310ed91b34","timestamp":"2024-10-17T21:10:30.223564608Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:10:30.265+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0de6625-2ef2-4c97-8335-68310ed91b34","timestamp":"2024-10-17T21:10:30.223564608Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:10:30.266+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:12:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e39b6ca0-9aaf-4543-929e-649ec1e8aaa0","timestamp":"2024-10-17T21:12:30.223301625Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:12:30.402+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e39b6ca0-9aaf-4543-929e-649ec1e8aaa0","timestamp":"2024-10-17T21:12:30.223301625Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:12:30.402+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:12:56.805+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"6562ee20-826f-4224-b30e-a7bfc8b19780","timestamp":"2024-10-17T21:12:54.977046455Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:12:56.806+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_REGISTER
[2024-10-17T21:14:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3955233f-32a8-4373-a257-f8a4892e3ec5","timestamp":"2024-10-17T21:14:30.223427083Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:14:30.254+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3955233f-32a8-4373-a257-f8a4892e3ec5","timestamp":"2024-10-17T21:14:30.223427083Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:14:30.255+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:14:55.269+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c2ef249d-4e48-4830-b6f0-0e111fd2edf8","timestamp":"2024-10-17T21:14:54.798124212Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:14:55.269+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:16:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"988d0f75-d462-47b6-a355-22326f4970fa","timestamp":"2024-10-17T21:16:30.223326193Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:16:30.258+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"988d0f75-d462-47b6-a355-22326f4970fa","timestamp":"2024-10-17T21:16:30.223326193Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:16:30.264+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:16:55.228+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a4f05c9e-1078-4f66-b3bf-dd0483d5f78e","timestamp":"2024-10-17T21:16:54.797125655Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:16:55.229+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:18:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"92636c0a-c8b2-4110-a5be-f91699bc88ce","timestamp":"2024-10-17T21:18:30.223288509Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:18:30.257+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"92636c0a-c8b2-4110-a5be-f91699bc88ce","timestamp":"2024-10-17T21:18:30.223288509Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:18:30.258+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:18:55.350+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f98e5193-3bd0-4f12-adad-ecf0996ee50a","timestamp":"2024-10-17T21:18:54.796866125Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:18:55.351+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:19:00.273+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 1 disconnected.
[2024-10-17T21:20:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b3fd6093-0b93-4344-8a6f-dac804c13d53","timestamp":"2024-10-17T21:20:30.223340713Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:20:30.254+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b3fd6093-0b93-4344-8a6f-dac804c13d53","timestamp":"2024-10-17T21:20:30.223340713Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:20:30.254+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:20:55.225+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d1b14195-c95b-4a4b-a372-50e252db5214","timestamp":"2024-10-17T21:20:54.796854157Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:20:55.226+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:22:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1828d888-35dc-4a85-83f4-bda791eb2db4","timestamp":"2024-10-17T21:22:30.223198710Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:22:30.261+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1828d888-35dc-4a85-83f4-bda791eb2db4","timestamp":"2024-10-17T21:22:30.223198710Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:22:30.261+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:22:55.232+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7db9d667-9a00-471b-85a9-3f3f28653dc9","timestamp":"2024-10-17T21:22:54.797385436Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:22:55.232+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:24:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c309feaf-bc88-46dc-abda-9a46268196b4","timestamp":"2024-10-17T21:24:30.223331239Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:24:30.252+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c309feaf-bc88-46dc-abda-9a46268196b4","timestamp":"2024-10-17T21:24:30.223331239Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:24:30.253+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:24:55.227+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7ade6acb-6e92-42de-9c5b-70500e1938fe","timestamp":"2024-10-17T21:24:54.797171649Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:24:55.228+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:26:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8095ed4f-9242-4529-900a-ae7b94bfa946","timestamp":"2024-10-17T21:26:30.223305555Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:26:30.252+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8095ed4f-9242-4529-900a-ae7b94bfa946","timestamp":"2024-10-17T21:26:30.223305555Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:26:30.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:26:55.230+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0a412213-66c5-4e55-aeca-24b313df74eb","timestamp":"2024-10-17T21:26:54.798318900Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:26:55.231+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:28:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1d49b905-c3db-4a81-9c59-688c16e8ef20","timestamp":"2024-10-17T21:28:30.223434498Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:28:30.256+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1d49b905-c3db-4a81-9c59-688c16e8ef20","timestamp":"2024-10-17T21:28:30.223434498Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:28:30.257+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:28:55.235+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"43f480b8-96ce-426d-bc08-5f82dad8683e","timestamp":"2024-10-17T21:28:54.797079342Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:28:55.235+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:29:30.373+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 2 disconnected.
[2024-10-17T21:30:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4558c14f-70a4-4f40-ba61-5e57d764f707","timestamp":"2024-10-17T21:30:30.223392689Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:30:30.333+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4558c14f-70a4-4f40-ba61-5e57d764f707","timestamp":"2024-10-17T21:30:30.223392689Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:30:30.334+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:30:55.227+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b95e3b17-38a5-478b-ba05-72ce23f19585","timestamp":"2024-10-17T21:30:54.796869198Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:30:55.228+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:32:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0c77b7dc-cee5-4bf9-b7d0-9a23a27169ae","timestamp":"2024-10-17T21:32:30.223307239Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:32:30.394+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0c77b7dc-cee5-4bf9-b7d0-9a23a27169ae","timestamp":"2024-10-17T21:32:30.223307239Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:32:30.394+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:32:55.233+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a94a7b4a-9492-4fbf-a649-2a87938745df","timestamp":"2024-10-17T21:32:54.797025114Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:32:55.234+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:34:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"909416a4-7312-4d3b-beac-687e7090f454","timestamp":"2024-10-17T21:34:30.223288622Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:34:30.252+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"909416a4-7312-4d3b-beac-687e7090f454","timestamp":"2024-10-17T21:34:30.223288622Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:34:30.253+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:34:55.227+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1384b0b3-65b2-4258-bc78-b2b91b47dcca","timestamp":"2024-10-17T21:34:54.797293323Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:34:55.228+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:36:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"14cbdcac-ae4b-4619-b384-fa64520515d8","timestamp":"2024-10-17T21:36:30.223294592Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:36:30.254+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"14cbdcac-ae4b-4619-b384-fa64520515d8","timestamp":"2024-10-17T21:36:30.223294592Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:36:30.255+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:36:55.228+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f3c7dff4-61b6-423a-af59-b8bae871c0f3","timestamp":"2024-10-17T21:36:54.796941790Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:36:55.228+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:38:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a39d8449-e6df-4027-9e70-5aa2314cfaae","timestamp":"2024-10-17T21:38:30.223515816Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:38:30.256+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a39d8449-e6df-4027-9e70-5aa2314cfaae","timestamp":"2024-10-17T21:38:30.223515816Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:38:30.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:38:55.345+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad9a6467-f13b-4fff-ab9b-6db09dca8bf6","timestamp":"2024-10-17T21:38:54.796997554Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:38:55.346+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:40:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e1d37fe0-6644-425c-9d8d-89cc496f5cd1","timestamp":"2024-10-17T21:40:30.223334446Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:40:30.255+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e1d37fe0-6644-425c-9d8d-89cc496f5cd1","timestamp":"2024-10-17T21:40:30.223334446Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:40:30.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:40:55.222+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"00b8b490-69d9-4ec7-8dad-91944a4d25fb","timestamp":"2024-10-17T21:40:54.797431493Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:40:55.223+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:42:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6b1399ac-aae3-46cb-b890-67f8b14e9f7b","timestamp":"2024-10-17T21:42:30.223231894Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:42:30.251+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6b1399ac-aae3-46cb-b890-67f8b14e9f7b","timestamp":"2024-10-17T21:42:30.223231894Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:42:30.251+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:42:55.233+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"881b33f6-9032-4f0b-bc72-030c2bf61817","timestamp":"2024-10-17T21:42:54.797476368Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:42:55.233+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:44:00.326+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 2 disconnected.
[2024-10-17T21:44:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7008bb4e-7c1d-428a-b853-b45b85b9e76d","timestamp":"2024-10-17T21:44:30.223337584Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:44:30.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7008bb4e-7c1d-428a-b853-b45b85b9e76d","timestamp":"2024-10-17T21:44:30.223337584Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:44:30.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:44:55.228+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"065423bc-0615-4b2a-b03f-96c03b0d4855","timestamp":"2024-10-17T21:44:54.799796088Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:44:55.229+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:46:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ea939bc2-a096-46a8-a763-90b579fd68fc","timestamp":"2024-10-17T21:46:30.223680704Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:46:30.254+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ea939bc2-a096-46a8-a763-90b579fd68fc","timestamp":"2024-10-17T21:46:30.223680704Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:46:30.254+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:46:55.235+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d56077f4-a104-481d-9ad9-c8a2d1737f37","timestamp":"2024-10-17T21:46:54.796960966Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:46:55.236+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:48:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"52b9d5b7-e77f-427f-9430-2adc4b01904e","timestamp":"2024-10-17T21:48:30.223348394Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:48:30.246+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"52b9d5b7-e77f-427f-9430-2adc4b01904e","timestamp":"2024-10-17T21:48:30.223348394Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:48:30.247+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:48:55.235+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aaf71ad9-13d2-475c-b942-0bb7e8ac1d6d","timestamp":"2024-10-17T21:48:54.798082094Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:48:55.235+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:50:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"51bf06af-093e-4295-bf5f-fbb570c11fd5","timestamp":"2024-10-17T21:50:30.223391740Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:50:30.258+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"51bf06af-093e-4295-bf5f-fbb570c11fd5","timestamp":"2024-10-17T21:50:30.223391740Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:50:30.259+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:50:55.324+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"610c09e9-eb14-439d-bcac-336a8925eed8","timestamp":"2024-10-17T21:50:54.797504459Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:50:55.325+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:52:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"200f5843-8ce6-4850-b5c6-ebc3e21f95cc","timestamp":"2024-10-17T21:52:30.223585468Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:52:30.251+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"200f5843-8ce6-4850-b5c6-ebc3e21f95cc","timestamp":"2024-10-17T21:52:30.223585468Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:52:30.251+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:52:55.218+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae3c0275-40a4-4cd2-89e7-2143340dcaa7","timestamp":"2024-10-17T21:52:54.796799320Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:52:55.219+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:54:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ceb5226e-675b-47e1-9573-f090c0992fd5","timestamp":"2024-10-17T21:54:30.223464185Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:54:30.340+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ceb5226e-675b-47e1-9573-f090c0992fd5","timestamp":"2024-10-17T21:54:30.223464185Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:54:30.340+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:54:55.225+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0a9ab29e-418d-48fb-b746-50c596ff1e1f","timestamp":"2024-10-17T21:54:54.797265484Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:54:55.226+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:56:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9eb5df72-d174-4022-a451-705635de683d","timestamp":"2024-10-17T21:56:30.223402866Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:56:30.257+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9eb5df72-d174-4022-a451-705635de683d","timestamp":"2024-10-17T21:56:30.223402866Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:56:30.257+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:56:55.223+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2c155395-c9ee-4c9e-bf11-c50518cc9630","timestamp":"2024-10-17T21:56:54.797946946Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:56:55.223+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:57:30.300+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 1 disconnected.
[2024-10-17T21:58:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b96bfc6-8b8b-41ae-bed5-691b8f0bbecd","timestamp":"2024-10-17T21:58:30.223323007Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:58:30.254+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b96bfc6-8b8b-41ae-bed5-691b8f0bbecd","timestamp":"2024-10-17T21:58:30.223323007Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T21:58:30.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T21:58:55.218+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8e583ae8-45ef-4c22-9cbb-b602f706b705","timestamp":"2024-10-17T21:58:54.796792654Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T21:58:55.219+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:00:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3d1e2d7f-ff1a-42bd-98ef-302653e2958a","timestamp":"2024-10-17T22:00:30.223327291Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:00:30.256+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3d1e2d7f-ff1a-42bd-98ef-302653e2958a","timestamp":"2024-10-17T22:00:30.223327291Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:00:30.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:00:55.220+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fa4131c3-bca5-42fb-a76a-c1a1a7f88287","timestamp":"2024-10-17T22:00:54.797120367Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:00:55.220+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:02:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"74ea0a05-f913-4c5a-af2d-022cd9ee1d4c","timestamp":"2024-10-17T22:02:30.223342406Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:02:30.252+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"74ea0a05-f913-4c5a-af2d-022cd9ee1d4c","timestamp":"2024-10-17T22:02:30.223342406Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:02:30.253+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:02:55.225+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ca7abbb1-4b5a-403f-92e8-1fb0b0364701","timestamp":"2024-10-17T22:02:54.797294242Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:02:55.226+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:04:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"471cb52f-c06a-40b2-bd10-ad40762dec18","timestamp":"2024-10-17T22:04:30.223410630Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:04:30.256+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"471cb52f-c06a-40b2-bd10-ad40762dec18","timestamp":"2024-10-17T22:04:30.223410630Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:04:30.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:04:55.296+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fd884734-0494-4c43-a440-c447e2c5e31b","timestamp":"2024-10-17T22:04:54.797087931Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:04:55.297+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:06:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c9e646fa-ec9f-4373-8d41-ca84cc021864","timestamp":"2024-10-17T22:06:30.223432109Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:06:30.254+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c9e646fa-ec9f-4373-8d41-ca84cc021864","timestamp":"2024-10-17T22:06:30.223432109Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:06:30.255+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:06:55.227+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dca81361-eb43-4c78-9eae-013088d5565a","timestamp":"2024-10-17T22:06:54.797916692Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:06:55.227+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:08:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a3fb7317-d8cf-4427-a439-4e2781b8a38a","timestamp":"2024-10-17T22:08:30.223211401Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:08:30.251+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a3fb7317-d8cf-4427-a439-4e2781b8a38a","timestamp":"2024-10-17T22:08:30.223211401Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:08:30.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:08:55.226+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"14986319-1281-4bb6-a450-faf777935c45","timestamp":"2024-10-17T22:08:54.798133608Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:08:55.227+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:10:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aa1e79de-08c0-4e93-891b-2d9aca547fe7","timestamp":"2024-10-17T22:10:30.223418918Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:10:30.264+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aa1e79de-08c0-4e93-891b-2d9aca547fe7","timestamp":"2024-10-17T22:10:30.223418918Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:10:30.266+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:10:55.255+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8ec3bb9c-6637-4e72-be22-b7696c17867f","timestamp":"2024-10-17T22:10:54.798905943Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:10:55.255+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:12:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1d5101ec-150a-40dc-950d-10130b4bcd0b","timestamp":"2024-10-17T22:12:30.223266799Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:12:30.258+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1d5101ec-150a-40dc-950d-10130b4bcd0b","timestamp":"2024-10-17T22:12:30.223266799Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:12:30.258+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:12:55.219+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"218ed959-1e3e-4c38-a298-1d8a77ef0578","timestamp":"2024-10-17T22:12:54.797572129Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:12:55.219+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:14:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7fba2a51-bb6f-4569-a52a-8dd5a9c141f0","timestamp":"2024-10-17T22:14:30.223290569Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:14:30.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7fba2a51-bb6f-4569-a52a-8dd5a9c141f0","timestamp":"2024-10-17T22:14:30.223290569Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:14:30.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:14:55.228+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aff11f1f-9df2-4426-a178-edf0e47c8d09","timestamp":"2024-10-17T22:14:54.796842438Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:14:55.228+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:16:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"66858f68-a674-4a9b-adfa-489263eb37cd","timestamp":"2024-10-17T22:16:30.223411221Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:16:30.251+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"66858f68-a674-4a9b-adfa-489263eb37cd","timestamp":"2024-10-17T22:16:30.223411221Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:16:30.251+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:16:55.233+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dc6cfc43-c451-4b8e-982b-2f9269ead8d1","timestamp":"2024-10-17T22:16:54.796982616Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:16:55.234+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:17:00.266+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 2 disconnected.
[2024-10-17T22:18:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ac1affe6-4358-4886-99c9-14bf798c0059","timestamp":"2024-10-17T22:18:30.223277233Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:18:30.254+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ac1affe6-4358-4886-99c9-14bf798c0059","timestamp":"2024-10-17T22:18:30.223277233Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:18:30.255+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:18:55.302+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7f585cb3-f88a-4f48-a5ee-fa2c405c43e2","timestamp":"2024-10-17T22:18:54.796846978Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:18:55.303+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:20:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4f7fe062-561d-4c73-bf54-ba4b1982fa6f","timestamp":"2024-10-17T22:20:30.223443033Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:20:30.355+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4f7fe062-561d-4c73-bf54-ba4b1982fa6f","timestamp":"2024-10-17T22:20:30.223443033Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:20:30.355+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:20:55.218+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"24845bab-522a-4c0b-823f-3c952ff7d8c4","timestamp":"2024-10-17T22:20:54.797631810Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:20:55.219+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:22:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8fdab72e-4509-4219-8920-51bc2d6214c1","timestamp":"2024-10-17T22:22:30.223329999Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:22:30.343+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8fdab72e-4509-4219-8920-51bc2d6214c1","timestamp":"2024-10-17T22:22:30.223329999Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:22:30.344+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:22:55.219+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fcd18338-2112-4458-9dff-d0f8481324fa","timestamp":"2024-10-17T22:22:54.796836615Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:22:55.219+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:24:30.225+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"810f8449-d6d3-40ee-bf46-75f783b06bc6","timestamp":"2024-10-17T22:24:30.225300515Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:24:30.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"810f8449-d6d3-40ee-bf46-75f783b06bc6","timestamp":"2024-10-17T22:24:30.225300515Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:24:30.251+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:24:55.216+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"be82789d-5886-4f8a-bc1b-4acbb973f4a5","timestamp":"2024-10-17T22:24:54.796847893Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:24:55.216+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:26:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"27af4ee6-974a-43f7-994e-a9f41f53a593","timestamp":"2024-10-17T22:26:30.223528776Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:26:30.264+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"27af4ee6-974a-43f7-994e-a9f41f53a593","timestamp":"2024-10-17T22:26:30.223528776Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:26:30.264+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:26:55.226+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"51078aea-a51e-49c8-bb1d-af6bd09d0c37","timestamp":"2024-10-17T22:26:54.800100143Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:26:55.227+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:28:30.225+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"797c99d8-7684-4153-96f5-364896979d3a","timestamp":"2024-10-17T22:28:30.223296038Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:28:30.255+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"797c99d8-7684-4153-96f5-364896979d3a","timestamp":"2024-10-17T22:28:30.223296038Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:28:30.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:28:55.212+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"62a51ba8-ef05-43fb-a0e9-4214d5038882","timestamp":"2024-10-17T22:28:54.796850267Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:28:55.213+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:30:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"17f8dc71-aca7-4b60-b748-5a4e4c37e60a","timestamp":"2024-10-17T22:30:30.223408669Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:30:30.252+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"17f8dc71-aca7-4b60-b748-5a4e4c37e60a","timestamp":"2024-10-17T22:30:30.223408669Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:30:30.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:30:55.211+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cbf0a57a-30b4-4b6a-96ee-c38dd371c934","timestamp":"2024-10-17T22:30:54.796690908Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:30:55.211+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:32:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ea16b066-8bb2-42f8-8488-eabe82cefccc","timestamp":"2024-10-17T22:32:30.223232444Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:32:30.248+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ea16b066-8bb2-42f8-8488-eabe82cefccc","timestamp":"2024-10-17T22:32:30.223232444Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:32:30.249+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:32:55.213+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"358e5e31-e6c8-477a-a0f8-f2afca319c57","timestamp":"2024-10-17T22:32:54.796899655Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:32:55.214+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:34:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2abef622-d58f-4937-acbd-d70932d5cc9c","timestamp":"2024-10-17T22:34:30.223517402Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:34:30.262+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2abef622-d58f-4937-acbd-d70932d5cc9c","timestamp":"2024-10-17T22:34:30.223517402Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:34:30.263+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:34:55.228+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d41648ce-de09-456b-97d3-d278ac2eb640","timestamp":"2024-10-17T22:34:54.796727503Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:34:55.229+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:36:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"07f1b868-e14e-46f4-8fae-7d6034e1197c","timestamp":"2024-10-17T22:36:30.223721857Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:36:30.252+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"07f1b868-e14e-46f4-8fae-7d6034e1197c","timestamp":"2024-10-17T22:36:30.223721857Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:36:30.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:36:55.222+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cf98989d-cf17-4e41-97f9-267a940b73ca","timestamp":"2024-10-17T22:36:54.796889235Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:36:55.222+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:38:30.225+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc4a8baf-911e-47dc-82f3-4902c0bab17d","timestamp":"2024-10-17T22:38:30.223392737Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:38:30.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fc4a8baf-911e-47dc-82f3-4902c0bab17d","timestamp":"2024-10-17T22:38:30.223392737Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:38:30.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:38:55.220+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"284ac7e5-8451-4fcb-b08e-3b93801df94a","timestamp":"2024-10-17T22:38:54.797088315Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:38:55.220+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:40:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f1fac16b-7d71-4c87-8790-7a73f5597d62","timestamp":"2024-10-17T22:40:30.223350273Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:40:30.252+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f1fac16b-7d71-4c87-8790-7a73f5597d62","timestamp":"2024-10-17T22:40:30.223350273Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:40:30.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:40:55.296+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c7f6c095-7a2a-4e25-8b41-318a6ce6a921","timestamp":"2024-10-17T22:40:54.796654795Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:40:55.296+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:42:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d84af047-2e2e-404b-a0c3-7d9decacd29d","timestamp":"2024-10-17T22:42:30.223400241Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:42:30.259+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d84af047-2e2e-404b-a0c3-7d9decacd29d","timestamp":"2024-10-17T22:42:30.223400241Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:42:30.259+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:42:55.246+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9f493859-c4fc-4562-b5e3-631c1fde506d","timestamp":"2024-10-17T22:42:54.798435524Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:42:55.247+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:44:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"10123cfa-762b-4bc1-abba-12a85f643a06","timestamp":"2024-10-17T22:44:30.223235498Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:44:30.245+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"10123cfa-762b-4bc1-abba-12a85f643a06","timestamp":"2024-10-17T22:44:30.223235498Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:44:30.245+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:44:55.209+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b10719b9-8c74-4fbf-969c-5cbff82989a2","timestamp":"2024-10-17T22:44:54.796854365Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:44:55.210+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:46:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"89a45422-ebdf-42c9-ba50-76e65e6be81d","timestamp":"2024-10-17T22:46:30.223262069Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:46:30.224+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 2 disconnected.
[2024-10-17T22:46:30.278+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"89a45422-ebdf-42c9-ba50-76e65e6be81d","timestamp":"2024-10-17T22:46:30.223262069Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:46:30.279+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:46:55.215+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2f03a508-b9fe-4839-ac92-7843ae22e534","timestamp":"2024-10-17T22:46:54.796797192Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:46:55.215+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:47:16.888+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"0d587e9f-f14f-447f-913d-84cf6dc5f645","timestamp":"2024-10-17T22:47:15.661608347Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T22:47:16.888+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_REGISTER
[2024-10-17T22:48:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c9bb77d9-5464-4f3a-b2d1-64549f59521c","timestamp":"2024-10-17T22:48:30.223289610Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:48:30.253+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c9bb77d9-5464-4f3a-b2d1-64549f59521c","timestamp":"2024-10-17T22:48:30.223289610Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:48:30.253+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:48:55.218+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b57b8da2-97eb-471b-a798-5207d6c482ca","timestamp":"2024-10-17T22:48:54.796967218Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:48:55.219+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:49:15.734+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"827e936e-fc61-4ce4-b1a6-cc0694f95370","timestamp":"2024-10-17T22:49:15.517443498Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T22:49:15.734+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:50:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e13b3c32-bb6a-4c9e-b854-f5629fee6b66","timestamp":"2024-10-17T22:50:30.223538985Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:50:30.365+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e13b3c32-bb6a-4c9e-b854-f5629fee6b66","timestamp":"2024-10-17T22:50:30.223538985Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:50:30.366+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:50:55.220+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aa42f330-c06e-4fbd-9100-846ab969c3cb","timestamp":"2024-10-17T22:50:54.796769874Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:50:55.221+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:51:15.783+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b56b6d89-b06f-4bcd-be53-5507eda261c6","timestamp":"2024-10-17T22:51:15.516913508Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T22:51:15.784+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:52:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a0fe559a-8812-42be-bf0c-16f8b6928613","timestamp":"2024-10-17T22:52:30.223309379Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:52:30.254+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a0fe559a-8812-42be-bf0c-16f8b6928613","timestamp":"2024-10-17T22:52:30.223309379Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:52:30.255+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:52:55.325+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5ae13e0f-66d1-4698-8c37-5ec67fe1fcc6","timestamp":"2024-10-17T22:52:54.796729421Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:52:55.325+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:53:15.709+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f7db8d31-eb35-4e8e-8256-31c3e8439502","timestamp":"2024-10-17T22:53:15.516795358Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T22:53:15.709+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:54:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c0accfa-7f1e-46bd-a7f0-e576d00dcadc","timestamp":"2024-10-17T22:54:30.223502927Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:54:30.259+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c0accfa-7f1e-46bd-a7f0-e576d00dcadc","timestamp":"2024-10-17T22:54:30.223502927Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:54:30.259+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:54:55.219+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6c649993-b6d5-4e54-911e-9f61dece9d5d","timestamp":"2024-10-17T22:54:54.796996849Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:54:55.219+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:55:15.786+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2d64f655-2fed-45c1-92c8-bacefb769f1b","timestamp":"2024-10-17T22:55:15.516817449Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T22:55:15.786+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:56:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0dc9daf7-42bf-448a-9cf1-3ed65be0d38e","timestamp":"2024-10-17T22:56:30.223253040Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:56:30.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0dc9daf7-42bf-448a-9cf1-3ed65be0d38e","timestamp":"2024-10-17T22:56:30.223253040Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:56:30.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:56:55.223+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ddb3f1f0-0092-4c95-a462-3d1672b73717","timestamp":"2024-10-17T22:56:54.796857311Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:56:55.223+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:57:15.709+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"13a80501-8506-4c22-b976-c1dd49209034","timestamp":"2024-10-17T22:57:15.516748081Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T22:57:15.710+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:58:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2c07f808-5304-4819-9876-2a7bc7a94e38","timestamp":"2024-10-17T22:58:30.223380117Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:58:30.268+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2c07f808-5304-4819-9876-2a7bc7a94e38","timestamp":"2024-10-17T22:58:30.223380117Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T22:58:30.269+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:58:55.317+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"742c2c84-984c-4725-bb36-bfba1a7000a8","timestamp":"2024-10-17T22:58:54.798347286Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T22:58:55.317+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T22:59:15.706+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"89eaf1eb-4935-403a-ad0f-0f9e4b10bd93","timestamp":"2024-10-17T22:59:15.517144558Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T22:59:15.706+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:00:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b841457d-db29-4442-b9d7-f6002e8647eb","timestamp":"2024-10-17T23:00:30.223310633Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:00:30.262+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b841457d-db29-4442-b9d7-f6002e8647eb","timestamp":"2024-10-17T23:00:30.223310633Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:00:30.263+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:00:55.224+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"22385cb7-5efc-4943-97af-22a64a8d3782","timestamp":"2024-10-17T23:00:54.796990293Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:00:55.224+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:01:00.273+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 0 disconnected.
[2024-10-17T23:01:15.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e2787182-0f27-4200-bca9-1831c5865cde","timestamp":"2024-10-17T23:01:15.516926423Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:01:15.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:02:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4b324aae-4778-4660-8bb8-992aa2b4eecd","timestamp":"2024-10-17T23:02:30.223280746Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:02:30.252+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4b324aae-4778-4660-8bb8-992aa2b4eecd","timestamp":"2024-10-17T23:02:30.223280746Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:02:30.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:02:55.225+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0b70eecc-e0a5-40f9-a4c6-b2b8756b6cae","timestamp":"2024-10-17T23:02:54.796588913Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:02:55.225+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:03:15.777+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5bd74526-bdb2-4143-b907-3dd2e2d134d4","timestamp":"2024-10-17T23:03:15.516804413Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:03:15.778+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:04:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"98c79abc-fb74-404d-b1c7-f442e29499f2","timestamp":"2024-10-17T23:04:30.223426038Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:04:30.251+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"98c79abc-fb74-404d-b1c7-f442e29499f2","timestamp":"2024-10-17T23:04:30.223426038Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:04:30.251+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:04:55.213+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"731c3e45-8e5c-4244-a986-775876680963","timestamp":"2024-10-17T23:04:54.796871182Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:04:55.213+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:05:15.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2bd8ea43-a5f0-48c6-adb9-4c85d42d9ab4","timestamp":"2024-10-17T23:05:15.516682901Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:05:15.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:06:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"685e6ce6-7dd7-49c8-a5b7-23d0d13b22e9","timestamp":"2024-10-17T23:06:30.223294114Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:06:30.253+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"685e6ce6-7dd7-49c8-a5b7-23d0d13b22e9","timestamp":"2024-10-17T23:06:30.223294114Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:06:30.253+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:06:55.270+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f020f983-0b96-4f6d-8fcb-2bed41475cac","timestamp":"2024-10-17T23:06:54.797170660Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:06:55.270+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:07:15.705+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e25e702f-9360-4306-8097-cbd5ea0d74e6","timestamp":"2024-10-17T23:07:15.516819014Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:07:15.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:08:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4885f6f5-53fd-4755-b20d-51259571e9b5","timestamp":"2024-10-17T23:08:30.223373985Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:08:30.245+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4885f6f5-53fd-4755-b20d-51259571e9b5","timestamp":"2024-10-17T23:08:30.223373985Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:08:30.245+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:08:55.236+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"796f68b7-ffc7-4c64-8b22-7fa072789124","timestamp":"2024-10-17T23:08:54.796859331Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:08:55.237+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:09:15.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fbd2bb87-18b9-4daa-b352-626563630814","timestamp":"2024-10-17T23:09:15.516904613Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:09:15.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:10:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6f9cadfd-da85-4154-bde6-7f6ec5cfcadb","timestamp":"2024-10-17T23:10:30.223640834Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:10:30.363+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6f9cadfd-da85-4154-bde6-7f6ec5cfcadb","timestamp":"2024-10-17T23:10:30.223640834Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:10:30.364+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:10:55.219+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"66da71e0-3140-4dff-b3cd-6366b02323b2","timestamp":"2024-10-17T23:10:54.797287198Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:10:55.219+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:11:15.708+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0a65f1a8-44ca-454a-8f28-413ae90defcf","timestamp":"2024-10-17T23:11:15.516858731Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:11:15.709+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:12:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ef75ed0b-8251-4faa-a69a-629d4ddea11e","timestamp":"2024-10-17T23:12:30.223148174Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:12:30.251+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ef75ed0b-8251-4faa-a69a-629d4ddea11e","timestamp":"2024-10-17T23:12:30.223148174Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:12:30.251+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:12:55.231+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cc1bf9a7-0eab-4617-9671-e0ef23c782a5","timestamp":"2024-10-17T23:12:54.797188556Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:12:55.237+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:13:15.763+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6bf9b78b-06fa-4f18-adb1-4420e334c8a9","timestamp":"2024-10-17T23:13:15.516851060Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:13:15.763+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:14:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b2675e02-e7fe-4e52-a2fe-f60b8be63865","timestamp":"2024-10-17T23:14:30.223590564Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:14:30.257+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b2675e02-e7fe-4e52-a2fe-f60b8be63865","timestamp":"2024-10-17T23:14:30.223590564Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:14:30.258+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:14:55.218+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f9399562-1be5-41b8-ac04-e1f0fbdce9f9","timestamp":"2024-10-17T23:14:54.797734762Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:14:55.218+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:15:15.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8b72d904-1bd3-4698-a54a-9f2636c385d4","timestamp":"2024-10-17T23:15:15.516801470Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:15:15.704+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:16:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"34be8d28-9e6e-413d-bf83-fc1a5d4eb1be","timestamp":"2024-10-17T23:16:30.223391887Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:16:30.246+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"34be8d28-9e6e-413d-bf83-fc1a5d4eb1be","timestamp":"2024-10-17T23:16:30.223391887Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:16:30.247+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:16:55.219+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0b5702f2-6769-4d54-a0b4-b8fceefd7429","timestamp":"2024-10-17T23:16:54.796946669Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:16:55.220+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:17:15.712+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a9c1f5fa-a7a9-4412-a0ca-b9f5667817a7","timestamp":"2024-10-17T23:17:15.516915852Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:17:15.712+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:18:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d193b1b0-0523-435e-b0be-b97c2adb1e9a","timestamp":"2024-10-17T23:18:30.223197572Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:18:30.262+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d193b1b0-0523-435e-b0be-b97c2adb1e9a","timestamp":"2024-10-17T23:18:30.223197572Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:18:30.262+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:18:55.210+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b0589e7f-2a51-4410-84b3-f6821aecfe0b","timestamp":"2024-10-17T23:18:54.796772107Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:18:55.210+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:19:15.711+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"86051230-f5fe-490f-b034-b8c418c94acd","timestamp":"2024-10-17T23:19:15.518251872Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:19:15.712+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:20:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f3c4c569-97cf-452d-914c-a542acdb966d","timestamp":"2024-10-17T23:20:30.223182299Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:20:30.224+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 1 disconnected.
[2024-10-17T23:20:30.258+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f3c4c569-97cf-452d-914c-a542acdb966d","timestamp":"2024-10-17T23:20:30.223182299Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:20:30.258+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:20:55.227+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"89acde41-7ab0-499d-9b49-a55dc9592d86","timestamp":"2024-10-17T23:20:54.796654167Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:20:55.228+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:21:15.701+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"109be696-3c9d-49f2-a593-46dafb94c64e","timestamp":"2024-10-17T23:21:15.516923784Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:21:15.701+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:22:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"96a4abe2-cc73-4952-90bb-08c4465636db","timestamp":"2024-10-17T23:22:30.223229057Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:22:30.251+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"96a4abe2-cc73-4952-90bb-08c4465636db","timestamp":"2024-10-17T23:22:30.223229057Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:22:30.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:22:55.223+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"776b20e1-0832-4d84-8035-d5eaee8b6515","timestamp":"2024-10-17T23:22:54.796790573Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:22:55.224+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:23:15.707+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1115288f-1e46-4109-8581-e1103a2de741","timestamp":"2024-10-17T23:23:15.516785006Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:23:15.707+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:24:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad3ffd82-99f0-4843-91ef-f0ebfa235504","timestamp":"2024-10-17T23:24:30.223388300Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:24:30.343+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad3ffd82-99f0-4843-91ef-f0ebfa235504","timestamp":"2024-10-17T23:24:30.223388300Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:24:30.343+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:24:55.223+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0d31ecaa-c720-4bc2-8d1a-80bc97c44c22","timestamp":"2024-10-17T23:24:54.796977450Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:24:55.224+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:25:15.702+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2369b2f7-5060-4477-b725-58598fa4b1f0","timestamp":"2024-10-17T23:25:15.516830729Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:25:15.703+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:26:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e24009dd-4851-43d1-b105-6855661730ef","timestamp":"2024-10-17T23:26:30.223358854Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:26:30.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e24009dd-4851-43d1-b105-6855661730ef","timestamp":"2024-10-17T23:26:30.223358854Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:26:30.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:26:55.211+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bc5a300e-14a2-479a-96e6-8290e0d3c971","timestamp":"2024-10-17T23:26:54.797049735Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:26:55.211+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:27:15.772+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae8b8fba-8ea8-4d9a-a848-a6ed8848c128","timestamp":"2024-10-17T23:27:15.517028609Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:27:15.773+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:28:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"399e5746-5f6d-427f-b560-109c7ff7ecc3","timestamp":"2024-10-17T23:28:30.223985936Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:28:30.271+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"399e5746-5f6d-427f-b560-109c7ff7ecc3","timestamp":"2024-10-17T23:28:30.223985936Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:28:30.271+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:28:55.221+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"99b1f4df-9e45-4f5e-bc4c-3c4ceaf81bd3","timestamp":"2024-10-17T23:28:54.796609145Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:28:55.221+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:29:15.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"57ab269c-8d25-4cff-a347-757e83db54f9","timestamp":"2024-10-17T23:29:15.516675374Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:29:15.704+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:30:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"df699f54-77c2-4558-8574-a8f62d5ba604","timestamp":"2024-10-17T23:30:30.223355265Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:30:30.249+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"df699f54-77c2-4558-8574-a8f62d5ba604","timestamp":"2024-10-17T23:30:30.223355265Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:30:30.249+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:30:55.218+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"86e2f3fd-c4b4-4e03-b1b4-289d8e023214","timestamp":"2024-10-17T23:30:54.797340288Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:30:55.219+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:31:15.706+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad0f69ea-99ba-464c-b82c-ecc3ee884ffd","timestamp":"2024-10-17T23:31:15.516901592Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:31:15.707+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:31:30.292+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 0 disconnected.
[2024-10-17T23:32:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c5f92989-40fc-4165-a57b-18d045ea9101","timestamp":"2024-10-17T23:32:30.223184426Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:32:30.372+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c5f92989-40fc-4165-a57b-18d045ea9101","timestamp":"2024-10-17T23:32:30.223184426Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:32:30.373+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:32:55.207+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bde15122-32e4-480d-b32c-3f2e016521da","timestamp":"2024-10-17T23:32:54.796821572Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:32:55.207+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:33:15.700+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f004a964-01ae-4d97-a4b9-f9a4163d1583","timestamp":"2024-10-17T23:33:15.516899806Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:33:15.700+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:34:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"352ae77e-e1f7-44ef-9253-a6cff0f5bcdc","timestamp":"2024-10-17T23:34:30.223351604Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:34:30.256+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"352ae77e-e1f7-44ef-9253-a6cff0f5bcdc","timestamp":"2024-10-17T23:34:30.223351604Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:34:30.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:34:55.212+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"35425600-c541-40b9-8d20-46b76e2dbfa8","timestamp":"2024-10-17T23:34:54.796752305Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:34:55.213+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:35:15.700+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"56b0981c-2e84-4484-bb5a-290b09c51c1f","timestamp":"2024-10-17T23:35:15.516826057Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:35:15.700+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:36:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"735268e9-04b8-4481-a49d-59b3a2393846","timestamp":"2024-10-17T23:36:30.223222613Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:36:30.252+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"735268e9-04b8-4481-a49d-59b3a2393846","timestamp":"2024-10-17T23:36:30.223222613Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:36:30.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:36:55.227+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9e1b243d-da78-4365-a8a4-744e9f58f395","timestamp":"2024-10-17T23:36:54.796890310Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:36:55.227+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:37:15.705+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"433e278d-00d1-45d1-87b6-2de8abd0df0f","timestamp":"2024-10-17T23:37:15.516804172Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:37:15.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:38:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b12b1017-d9e8-46db-9ee9-34ed0df99719","timestamp":"2024-10-17T23:38:30.223357114Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:38:30.261+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b12b1017-d9e8-46db-9ee9-34ed0df99719","timestamp":"2024-10-17T23:38:30.223357114Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:38:30.262+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:38:55.214+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f467089b-9436-415b-9e8f-667cf8597465","timestamp":"2024-10-17T23:38:54.796766596Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:38:55.214+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:39:15.702+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"89f1cb9c-594a-430a-ae2f-135b1ffd70d2","timestamp":"2024-10-17T23:39:15.516895858Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:39:15.703+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:39:30.285+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 1 disconnected.
[2024-10-17T23:40:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f181287f-d6ea-4166-8ca6-e42ee8ec25c4","timestamp":"2024-10-17T23:40:30.223284113Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:40:30.251+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f181287f-d6ea-4166-8ca6-e42ee8ec25c4","timestamp":"2024-10-17T23:40:30.223284113Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:40:30.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:40:55.223+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aaeca045-34d2-470f-bd31-e4bb6f721e90","timestamp":"2024-10-17T23:40:54.796644696Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:40:55.223+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:41:15.707+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e0ce1dc5-0862-441c-ad35-0beaf27245a1","timestamp":"2024-10-17T23:41:15.516903697Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:41:15.708+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:42:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b294e1b5-ae29-4e16-b126-afbc0462fbd8","timestamp":"2024-10-17T23:42:30.223228739Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:42:30.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b294e1b5-ae29-4e16-b126-afbc0462fbd8","timestamp":"2024-10-17T23:42:30.223228739Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:42:30.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:42:55.312+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"675bf8f5-172c-4ecd-90ae-b7d9d7c99c99","timestamp":"2024-10-17T23:42:54.797030483Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:42:55.313+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:43:15.701+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0b0ebb56-1030-43b2-981a-fac2e8c1fce8","timestamp":"2024-10-17T23:43:15.516948460Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:43:15.701+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:44:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8ca2fe1-b264-408d-9ee1-701713a9ea2c","timestamp":"2024-10-17T23:44:30.223373123Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:44:30.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8ca2fe1-b264-408d-9ee1-701713a9ea2c","timestamp":"2024-10-17T23:44:30.223373123Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:44:30.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:44:55.222+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"51df186c-641c-4ce2-9144-e88a09efeb20","timestamp":"2024-10-17T23:44:54.796835113Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:44:55.222+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:45:15.709+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2b2b7aa5-62ba-4204-b3aa-b52a0c906f02","timestamp":"2024-10-17T23:45:15.516942095Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:45:15.709+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:46:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"65656532-b36a-416c-bfcf-b617e3565625","timestamp":"2024-10-17T23:46:30.223339880Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:46:30.311+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"65656532-b36a-416c-bfcf-b617e3565625","timestamp":"2024-10-17T23:46:30.223339880Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:46:30.311+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:46:55.211+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"76341020-d963-449e-892d-b91fda3877d1","timestamp":"2024-10-17T23:46:54.798535071Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:46:55.211+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:47:15.703+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"134da3e1-047f-4768-90aa-963c1813aaf7","timestamp":"2024-10-17T23:47:15.516682463Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:47:15.703+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:48:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"63840c1c-6570-463e-9a81-b9303fa60e36","timestamp":"2024-10-17T23:48:30.223351431Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:48:30.249+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"63840c1c-6570-463e-9a81-b9303fa60e36","timestamp":"2024-10-17T23:48:30.223351431Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:48:30.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:48:55.302+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c3d06d56-f39e-477a-947c-4528b228d1d4","timestamp":"2024-10-17T23:48:54.796774123Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:48:55.302+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:49:00.265+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 0 disconnected.
[2024-10-17T23:49:15.706+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d8e311f0-d57b-46bd-9f5d-5cb5d23bc88c","timestamp":"2024-10-17T23:49:15.516801229Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:49:15.706+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:50:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5ffc061b-1108-435b-8b4d-15009b293f3d","timestamp":"2024-10-17T23:50:30.223241858Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:50:30.368+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5ffc061b-1108-435b-8b4d-15009b293f3d","timestamp":"2024-10-17T23:50:30.223241858Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:50:30.369+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:50:55.212+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f09cd8c2-9ec0-4185-babe-c348b518a8cb","timestamp":"2024-10-17T23:50:54.796887914Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:50:55.213+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:51:15.708+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2370fccb-05e2-4c5c-90f0-a2879cbdeb06","timestamp":"2024-10-17T23:51:15.516712869Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:51:15.708+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:52:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1726bc75-e191-432d-ae2b-f0b035a8a043","timestamp":"2024-10-17T23:52:30.223227890Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:52:30.256+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1726bc75-e191-432d-ae2b-f0b035a8a043","timestamp":"2024-10-17T23:52:30.223227890Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:52:30.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:52:55.219+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d2005add-42e6-4678-9aa9-cbf1d50efe3c","timestamp":"2024-10-17T23:52:54.796978889Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:52:55.220+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:53:15.710+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4b5e1ec1-71dc-486d-ab7b-4e5385f7a2f1","timestamp":"2024-10-17T23:53:15.516820123Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:53:15.711+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:54:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"16080e5b-1387-45db-8558-487f03f4f8a0","timestamp":"2024-10-17T23:54:30.223532381Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:54:30.249+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"16080e5b-1387-45db-8558-487f03f4f8a0","timestamp":"2024-10-17T23:54:30.223532381Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:54:30.249+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:54:55.204+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f6c72af6-373c-4fd7-bddb-51df9ed0441d","timestamp":"2024-10-17T23:54:54.796701461Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:54:55.205+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:55:15.706+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"145b0d3a-2082-4d6a-8ccf-36104064a1b0","timestamp":"2024-10-17T23:55:15.516852079Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:55:15.706+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:56:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad5a8437-b2e7-4ef6-81dd-d25251abff16","timestamp":"2024-10-17T23:56:30.223300717Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:56:30.245+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad5a8437-b2e7-4ef6-81dd-d25251abff16","timestamp":"2024-10-17T23:56:30.223300717Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:56:30.245+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:56:55.313+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"676528ce-c23f-4ade-87af-24f05603c738","timestamp":"2024-10-17T23:56:54.797290893Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:56:55.313+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:57:15.700+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fd096f25-436c-4913-bc96-a2d83b96035d","timestamp":"2024-10-17T23:57:15.516685714Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:57:15.700+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:57:30.287+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 1 disconnected.
[2024-10-17T23:58:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b037b245-de51-45a3-8137-7588d6868cca","timestamp":"2024-10-17T23:58:30.223446906Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:58:30.254+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b037b245-de51-45a3-8137-7588d6868cca","timestamp":"2024-10-17T23:58:30.223446906Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-17T23:58:30.254+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:58:55.216+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f79d295c-21fc-4c5d-a112-c78c55975b60","timestamp":"2024-10-17T23:58:54.796826808Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-17T23:58:55.217+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-17T23:59:15.702+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ba88cc11-df93-4a05-a776-6a267203c070","timestamp":"2024-10-17T23:59:15.516709005Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-17T23:59:15.702+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:00:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c5b1edd-d9ec-4bcf-a709-f7a514ee649c","timestamp":"2024-10-18T00:00:30.223389250Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:00:30.255+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c5b1edd-d9ec-4bcf-a709-f7a514ee649c","timestamp":"2024-10-18T00:00:30.223389250Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:00:30.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:00:55.207+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6380e2f8-9c7f-4c1e-b457-162b2ddd7065","timestamp":"2024-10-18T00:00:54.797082240Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:00:55.208+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:01:15.701+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"21b28492-6645-4eb7-a9da-761857ac05c1","timestamp":"2024-10-18T00:01:15.516907588Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:01:15.701+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:02:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"22332fe6-ee6f-48e3-9937-397e1db71201","timestamp":"2024-10-18T00:02:30.223137954Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:02:30.255+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"22332fe6-ee6f-48e3-9937-397e1db71201","timestamp":"2024-10-18T00:02:30.223137954Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:02:30.255+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:02:55.218+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"14b171ed-e2d9-4cbb-99b8-af5bf44e2107","timestamp":"2024-10-18T00:02:54.798131658Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:02:55.219+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:03:15.764+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5d7c48fe-37bc-47d3-bbcb-c7059de67968","timestamp":"2024-10-18T00:03:15.516843250Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:03:15.765+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:04:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c6b5ee8f-3fa0-410d-8898-428ac4f0731c","timestamp":"2024-10-18T00:04:30.223205460Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:04:30.336+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c6b5ee8f-3fa0-410d-8898-428ac4f0731c","timestamp":"2024-10-18T00:04:30.223205460Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:04:30.337+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:04:55.214+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ed1ba734-33a3-4238-86cf-361208e70b3e","timestamp":"2024-10-18T00:04:54.797123011Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:04:55.214+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:05:15.702+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d6a243ce-12c0-4c8b-a918-4e6cadc2e48e","timestamp":"2024-10-18T00:05:15.516799332Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:05:15.702+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:06:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"82e9272a-0218-426b-ae77-d5bdb4aa87a3","timestamp":"2024-10-18T00:06:30.223380917Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:06:30.247+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"82e9272a-0218-426b-ae77-d5bdb4aa87a3","timestamp":"2024-10-18T00:06:30.223380917Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:06:30.248+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:06:55.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c39d65be-c842-49bd-b04a-4b76f2c7b3ac","timestamp":"2024-10-18T00:06:54.796662695Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:06:55.204+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:07:00.265+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 0 disconnected.
[2024-10-18T00:07:15.705+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4c3b462c-de9a-462d-8a5e-21ae6850b94d","timestamp":"2024-10-18T00:07:15.516666728Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:07:15.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:08:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ca69adca-bcb0-49a9-8737-fca5b6f92afd","timestamp":"2024-10-18T00:08:30.223346460Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:08:30.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ca69adca-bcb0-49a9-8737-fca5b6f92afd","timestamp":"2024-10-18T00:08:30.223346460Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:08:30.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:08:55.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bb1515c4-3e98-4f6e-85df-f4eba871e89c","timestamp":"2024-10-18T00:08:54.796903613Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:08:55.204+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:09:15.702+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8ca3b3a9-9c58-4bf7-b271-e5a2b4ffa2d2","timestamp":"2024-10-18T00:09:15.516923597Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:09:15.702+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:10:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a66fd51d-4ee6-4659-b132-91e05d67b2aa","timestamp":"2024-10-18T00:10:30.223353244Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:10:30.356+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a66fd51d-4ee6-4659-b132-91e05d67b2aa","timestamp":"2024-10-18T00:10:30.223353244Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:10:30.356+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:10:55.207+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4f715eb2-7c84-4bd3-ae6b-5ea5ef1cb74e","timestamp":"2024-10-18T00:10:54.797164576Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:10:55.207+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:11:15.703+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"424e38d6-f056-4ea6-bc88-03b3f589c71a","timestamp":"2024-10-18T00:11:15.516852351Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:11:15.703+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:11:30.393+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 2 disconnected.
[2024-10-18T00:12:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"af5fc5b5-8401-4329-b0e4-9d97ef3e5f06","timestamp":"2024-10-18T00:12:30.223374452Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:12:30.256+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"af5fc5b5-8401-4329-b0e4-9d97ef3e5f06","timestamp":"2024-10-18T00:12:30.223374452Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:12:30.256+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:12:55.206+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fbb672e9-a14a-4646-b6b4-6a7530436877","timestamp":"2024-10-18T00:12:54.796862240Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:12:55.206+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:13:15.790+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"94c5d2c0-b796-45b1-aead-5b4a00e11394","timestamp":"2024-10-18T00:13:15.516722834Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:13:15.790+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:14:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6a32d80c-8a3e-448f-be29-947ef518504b","timestamp":"2024-10-18T00:14:30.223198688Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:14:30.251+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6a32d80c-8a3e-448f-be29-947ef518504b","timestamp":"2024-10-18T00:14:30.223198688Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:14:30.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:14:55.209+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"930f7717-4a2b-4896-9b6f-26c8f1a9544b","timestamp":"2024-10-18T00:14:54.796590312Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:14:55.209+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:15:15.702+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"291da22d-64e8-45fa-ba2e-0feacbcf4b8b","timestamp":"2024-10-18T00:15:15.516791521Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:15:15.703+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:16:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"40a239f3-efe9-42c2-ad8c-44acd6e8df3e","timestamp":"2024-10-18T00:16:30.223529787Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:16:30.351+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"40a239f3-efe9-42c2-ad8c-44acd6e8df3e","timestamp":"2024-10-18T00:16:30.223529787Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:16:30.351+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:16:55.287+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d793aa02-4436-4a2a-8c63-93a1eccaec22","timestamp":"2024-10-18T00:16:54.796657391Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:16:55.287+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:17:15.703+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6a15f1a4-b766-4ad8-b7d6-6aa86e157140","timestamp":"2024-10-18T00:17:15.516820113Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:17:15.703+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:17:30.464+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 1 disconnected.
[2024-10-18T00:18:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c3d7ca5f-a7bf-4dda-b110-d82c02f493d8","timestamp":"2024-10-18T00:18:30.223204792Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:18:30.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c3d7ca5f-a7bf-4dda-b110-d82c02f493d8","timestamp":"2024-10-18T00:18:30.223204792Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:18:30.250+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:18:55.205+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3dd81cfe-fa62-4b8e-a831-6eab82d16bee","timestamp":"2024-10-18T00:18:54.797155314Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:18:55.206+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:19:15.702+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"953f4f78-d829-4a02-ab1c-b868a586a959","timestamp":"2024-10-18T00:19:15.516684845Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:19:15.702+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:20:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d5a6182b-1d9f-402e-a48c-d6972e74de75","timestamp":"2024-10-18T00:20:30.223218031Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:20:30.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d5a6182b-1d9f-402e-a48c-d6972e74de75","timestamp":"2024-10-18T00:20:30.223218031Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:20:30.251+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:20:55.204+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b35db47f-f17e-4da8-aab8-4eb175b0dab8","timestamp":"2024-10-18T00:20:54.797867109Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:20:55.205+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:21:15.701+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"147cd339-d2f0-45f9-b80d-25843b732c78","timestamp":"2024-10-18T00:21:15.516988299Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:21:15.701+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:22:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0619713f-2c96-4454-a2b4-0b8103bd2a3e","timestamp":"2024-10-18T00:22:30.223701221Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:22:30.248+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0619713f-2c96-4454-a2b4-0b8103bd2a3e","timestamp":"2024-10-18T00:22:30.223701221Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:22:30.248+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:22:55.222+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2ef1a99f-18f5-4749-9d48-2216063e2034","timestamp":"2024-10-18T00:22:54.796842604Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:22:55.225+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:23:15.701+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"aed16c39-f1a1-4375-91dc-f0204d131eca","timestamp":"2024-10-18T00:23:15.516724228Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:23:15.702+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:24:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2e3b3d14-d94e-40ce-8af7-ce2e3136a2bd","timestamp":"2024-10-18T00:24:30.223315083Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:24:30.252+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2e3b3d14-d94e-40ce-8af7-ce2e3136a2bd","timestamp":"2024-10-18T00:24:30.223315083Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:24:30.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:24:55.205+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0056b6e6-70c9-4069-a0f2-48a4caf24894","timestamp":"2024-10-18T00:24:54.796704200Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:24:55.206+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:25:15.783+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"64e8eb68-5847-44a1-a95c-23ed776ac570","timestamp":"2024-10-18T00:25:15.516843593Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:25:15.783+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:26:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d1bf5fd1-16a7-4081-8a86-320f7276ce91","timestamp":"2024-10-18T00:26:30.223408046Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:26:30.342+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d1bf5fd1-16a7-4081-8a86-320f7276ce91","timestamp":"2024-10-18T00:26:30.223408046Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:26:30.343+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:26:55.197+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3e978c7e-9167-49d4-9806-2278a438dd41","timestamp":"2024-10-18T00:26:54.796826754Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:26:55.197+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:27:15.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6a608bd8-275d-4d90-8253-95b1800f0eea","timestamp":"2024-10-18T00:27:15.516734943Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:27:15.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:28:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4749816f-15d9-4494-837e-6570dd830f7e","timestamp":"2024-10-18T00:28:30.223535874Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:28:30.258+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4749816f-15d9-4494-837e-6570dd830f7e","timestamp":"2024-10-18T00:28:30.223535874Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:28:30.259+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:28:55.198+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"794b5c4b-f6ce-4349-a830-a4416084b2a3","timestamp":"2024-10-18T00:28:54.796771037Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:28:55.199+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:29:15.718+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"052b2621-bfe8-499d-86c1-a6688b2a1e7c","timestamp":"2024-10-18T00:29:15.516805906Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:29:15.718+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:30:30.234+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b313f908-ba4c-4df5-9939-174ba43f3f8f","timestamp":"2024-10-18T00:30:30.223318863Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:30:30.262+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b313f908-ba4c-4df5-9939-174ba43f3f8f","timestamp":"2024-10-18T00:30:30.223318863Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:30:30.262+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:30:55.216+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"600d1ed0-d1d3-4e46-a670-f50b877e153b","timestamp":"2024-10-18T00:30:54.796722499Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:30:55.216+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:31:15.699+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3c0e206d-bc6c-4e2e-8569-4d2de6918f5e","timestamp":"2024-10-18T00:31:15.516970945Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:31:15.700+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:32:00.319+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 2 disconnected.
[2024-10-18T00:32:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d35c86cc-2b9d-4084-90fb-fc850be5db1b","timestamp":"2024-10-18T00:32:30.223278632Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:32:30.265+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d35c86cc-2b9d-4084-90fb-fc850be5db1b","timestamp":"2024-10-18T00:32:30.223278632Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:32:30.265+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:32:55.214+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3c9bc118-2cef-4f75-9c23-fe3d8523c81b","timestamp":"2024-10-18T00:32:54.797251892Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:32:55.214+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:33:15.702+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"90267e70-5a7a-407e-a2ca-4b60fc6b03e0","timestamp":"2024-10-18T00:33:15.516704583Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:33:15.702+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:34:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f11404b1-9b21-403b-8c49-8848777ffc56","timestamp":"2024-10-18T00:34:30.223422054Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:34:30.257+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f11404b1-9b21-403b-8c49-8848777ffc56","timestamp":"2024-10-18T00:34:30.223422054Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:34:30.257+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:34:55.202+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"fb257eb3-eb10-4adf-bd4e-ce9f78ed5d1b","timestamp":"2024-10-18T00:34:54.796824456Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:34:55.206+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:35:15.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1c793737-e701-4d2a-80b7-80e9721ed3e5","timestamp":"2024-10-18T00:35:15.516704612Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:35:15.704+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:36:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"76661a07-7f78-4afb-9886-b933c65f00ca","timestamp":"2024-10-18T00:36:30.223240711Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:36:30.243+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"76661a07-7f78-4afb-9886-b933c65f00ca","timestamp":"2024-10-18T00:36:30.223240711Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:36:30.243+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:36:55.210+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"78be4a05-f1dd-424c-9db3-3a8c49f1c0f0","timestamp":"2024-10-18T00:36:54.797050985Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:36:55.210+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:37:15.771+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d7e8ffe2-f0f6-461d-a099-84670b0af025","timestamp":"2024-10-18T00:37:15.516766355Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:37:15.771+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:38:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f8df64e3-4d6b-453d-98c1-6f3b86b590c3","timestamp":"2024-10-18T00:38:30.223300522Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:38:30.355+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f8df64e3-4d6b-453d-98c1-6f3b86b590c3","timestamp":"2024-10-18T00:38:30.223300522Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:38:30.356+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:38:55.304+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7eeb4d08-b936-4315-9d8f-9ec3b54f691c","timestamp":"2024-10-18T00:38:54.797366689Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:38:55.304+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:39:15.706+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"beeef413-cf85-4ccb-822e-8913c18f96da","timestamp":"2024-10-18T00:39:15.516761033Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:39:15.706+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:40:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ec194620-dadd-4f9f-9a07-3afa000f2209","timestamp":"2024-10-18T00:40:30.223310705Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:40:30.248+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ec194620-dadd-4f9f-9a07-3afa000f2209","timestamp":"2024-10-18T00:40:30.223310705Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:40:30.248+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:40:55.207+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"58b7158f-bca2-49a5-83c2-20caf00dab06","timestamp":"2024-10-18T00:40:54.796787938Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:40:55.208+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:41:07.833+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_REGISTER","messageId":"8e3d71d8-a131-40b2-9af7-85aae5011827","timestamp":"2024-10-18T00:41:07.804264710Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T00:41:07.833+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_REGISTER
[2024-10-18T00:41:15.703+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"31ddf8e1-ee65-4c84-98ba-7e66ee0d859e","timestamp":"2024-10-18T00:41:15.516757649Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:41:15.704+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:42:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8e52f089-74d5-41c0-acbd-d8b3ecdd7422","timestamp":"2024-10-18T00:42:30.223432491Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:42:30.249+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8e52f089-74d5-41c0-acbd-d8b3ecdd7422","timestamp":"2024-10-18T00:42:30.223432491Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:42:30.249+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:42:55.196+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"539e67f0-100e-439d-a1ee-2bef4c283a0b","timestamp":"2024-10-18T00:42:54.796634161Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:42:55.197+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:43:06.351+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4ca01130-2c36-41c3-ba69-af114b65cb40","timestamp":"2024-10-18T00:43:07.655028720Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T00:43:06.353+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:43:15.727+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"440143a0-ccbf-415a-8bd3-46ff3af7d713","timestamp":"2024-10-18T00:43:15.516835814Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:43:15.728+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:44:30.225+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"48f4dc80-5ba1-4b3e-9511-91eca2e31439","timestamp":"2024-10-18T00:44:30.223287494Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:44:30.245+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"48f4dc80-5ba1-4b3e-9511-91eca2e31439","timestamp":"2024-10-18T00:44:30.223287494Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:44:30.245+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:44:55.212+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a3d6daa6-c9b7-4cd4-aae0-1f75afedb1fc","timestamp":"2024-10-18T00:44:54.796944042Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:44:55.212+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:45:06.279+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"06b3c8b4-f46f-47b4-b2d8-e853d53dd418","timestamp":"2024-10-18T00:45:07.654736465Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T00:45:06.279+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:45:15.701+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2fe58f0e-8b99-42b9-b60c-79e028b9eba8","timestamp":"2024-10-18T00:45:15.516828033Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:45:15.701+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:45:30.273+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 0 disconnected.
[2024-10-18T00:46:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d642e15b-5055-4184-b678-944d3c40aa99","timestamp":"2024-10-18T00:46:30.223340300Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:46:30.246+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d642e15b-5055-4184-b678-944d3c40aa99","timestamp":"2024-10-18T00:46:30.223340300Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:46:30.246+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:46:55.204+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0a233d5d-deaf-4aa0-9b1a-d46f31dfedaa","timestamp":"2024-10-18T00:46:54.796997929Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:46:55.204+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:47:06.288+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"79dada6d-b472-4284-b1b0-e39a5a641dcb","timestamp":"2024-10-18T00:47:07.655132319Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T00:47:06.288+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:47:15.703+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f509ea62-2904-4350-932b-3c38301a962a","timestamp":"2024-10-18T00:47:15.517045364Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:47:15.704+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:48:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ef3917f8-3594-4d29-a097-db245b73259b","timestamp":"2024-10-18T00:48:30.223303227Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:48:30.255+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ef3917f8-3594-4d29-a097-db245b73259b","timestamp":"2024-10-18T00:48:30.223303227Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:48:30.255+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:48:55.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bb574467-c1bd-4308-8edd-334876182299","timestamp":"2024-10-18T00:48:54.796751758Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:48:55.203+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:49:06.367+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"92ed6355-6282-47d5-8d49-310428e275ce","timestamp":"2024-10-18T00:49:07.655631673Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T00:49:06.368+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:49:15.703+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f4acda11-bc71-4274-b467-23267fa1a98f","timestamp":"2024-10-18T00:49:15.516972975Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:49:15.703+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:50:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0b01d125-60d1-49c0-aa5c-0a77f7d1cf32","timestamp":"2024-10-18T00:50:30.223512335Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:50:30.367+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0b01d125-60d1-49c0-aa5c-0a77f7d1cf32","timestamp":"2024-10-18T00:50:30.223512335Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:50:30.368+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:50:55.204+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ca163675-b13e-4a63-910b-2d1ef0f37d5b","timestamp":"2024-10-18T00:50:54.796722568Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:50:55.205+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:51:06.271+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bba87910-1153-4525-ba6d-bbce647fe3c5","timestamp":"2024-10-18T00:51:07.655067356Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T00:51:06.271+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:51:15.701+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3badcc8a-0910-4409-8ecf-16940445bad9","timestamp":"2024-10-18T00:51:15.516916484Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:51:15.701+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:52:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a77667e7-8f9a-4695-97ef-cb543a3eba9c","timestamp":"2024-10-18T00:52:30.223444920Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:52:30.252+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a77667e7-8f9a-4695-97ef-cb543a3eba9c","timestamp":"2024-10-18T00:52:30.223444920Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:52:30.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:52:55.208+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"462f1af9-085b-407b-8707-dcfb1ca5cdae","timestamp":"2024-10-18T00:52:54.796593011Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:52:55.208+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:53:06.287+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"715aec9b-d707-4a2d-b4dd-433884675fae","timestamp":"2024-10-18T00:53:07.656731468Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T00:53:06.288+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:53:15.707+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0e8b6c3a-2a21-41d9-8355-db14c2ed4ef0","timestamp":"2024-10-18T00:53:15.516840948Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:53:15.707+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:54:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8c670d29-00bc-4f3d-bcc9-f8a7ebd7023a","timestamp":"2024-10-18T00:54:30.223379500Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:54:30.258+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8c670d29-00bc-4f3d-bcc9-f8a7ebd7023a","timestamp":"2024-10-18T00:54:30.223379500Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:54:30.258+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:54:55.210+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"136d2246-4d44-44e0-ba39-d3c7d7fa50a0","timestamp":"2024-10-18T00:54:54.798442914Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:54:55.210+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:55:06.265+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bbc6d8ed-88c9-45a1-b10d-23756b3d8843","timestamp":"2024-10-18T00:55:07.654816539Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T00:55:06.265+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:55:15.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"189d2ec9-e596-45ac-93d5-a8f5069c49a4","timestamp":"2024-10-18T00:55:15.516741155Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:55:15.704+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:56:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1fc839ec-5a3e-4d4f-8a84-068937b42f9e","timestamp":"2024-10-18T00:56:30.223436199Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:56:30.248+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1fc839ec-5a3e-4d4f-8a84-068937b42f9e","timestamp":"2024-10-18T00:56:30.223436199Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:56:30.249+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:56:55.269+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cfbf0304-8a18-4fc9-84e5-b708f988d4e5","timestamp":"2024-10-18T00:56:54.796708952Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:56:55.269+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:57:06.293+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0920ff53-60dc-4225-98a3-33319c6ed210","timestamp":"2024-10-18T00:57:07.654773591Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T00:57:06.293+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:57:15.783+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5d42c4b2-f1ca-4127-85e5-f98f899ee2fe","timestamp":"2024-10-18T00:57:15.516790317Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:57:15.784+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:58:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c20f9a8d-804b-41f2-9ff0-0dd291b0926f","timestamp":"2024-10-18T00:58:30.223493771Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:58:30.247+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"c20f9a8d-804b-41f2-9ff0-0dd291b0926f","timestamp":"2024-10-18T00:58:30.223493771Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T00:58:30.247+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:58:55.199+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3827aebd-7e10-404e-8c45-c1d5fc9aebb6","timestamp":"2024-10-18T00:58:54.796807203Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T00:58:55.200+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:59:06.258+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"20d83fda-0b3c-4589-aa1b-abdb52c3cc10","timestamp":"2024-10-18T00:59:07.654684499Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T00:59:06.259+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T00:59:15.708+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0db06d21-0786-4e11-bbe0-b561636a1ba4","timestamp":"2024-10-18T00:59:15.516616874Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T00:59:15.708+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:00:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"05c67d6e-0837-4412-953f-499d95a70e56","timestamp":"2024-10-18T01:00:30.223267569Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:00:30.247+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"05c67d6e-0837-4412-953f-499d95a70e56","timestamp":"2024-10-18T01:00:30.223267569Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:00:30.247+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:00:55.210+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"12a4ce95-5f89-4166-b71f-d74fd752c8cf","timestamp":"2024-10-18T01:00:54.796788248Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:00:55.210+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:01:06.379+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9e2f1884-b608-48b0-98f9-1de140fb3b5f","timestamp":"2024-10-18T01:01:07.656063726Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:01:06.379+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:01:15.700+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"35be97b4-a851-4748-874f-8103d2ef774f","timestamp":"2024-10-18T01:01:15.516904415Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:01:15.700+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:01:30.363+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 2 disconnected.
[2024-10-18T01:02:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f30097bf-9329-4290-a265-ffc7dd85d9ab","timestamp":"2024-10-18T01:02:30.223431132Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:02:30.350+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f30097bf-9329-4290-a265-ffc7dd85d9ab","timestamp":"2024-10-18T01:02:30.223431132Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:02:30.351+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:02:55.203+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"729427f6-9d0d-461f-9636-a26dfa64b059","timestamp":"2024-10-18T01:02:54.796753228Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:02:55.204+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:03:06.247+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3935d09c-f1e5-4a7d-9eb3-0008a51263fe","timestamp":"2024-10-18T01:03:07.654681819Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:03:06.248+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:03:15.702+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b8050ab3-e65f-4972-b95f-56a70b9c5c9b","timestamp":"2024-10-18T01:03:15.516790137Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:03:15.702+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:04:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7ec0caac-1d79-4f31-bfe6-1fbbce1ca746","timestamp":"2024-10-18T01:04:30.223426776Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:04:30.248+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7ec0caac-1d79-4f31-bfe6-1fbbce1ca746","timestamp":"2024-10-18T01:04:30.223426776Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:04:30.248+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:04:55.198+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"90b3c0ec-0cec-4cda-879e-f8af2409e991","timestamp":"2024-10-18T01:04:54.797133905Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:04:55.199+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:05:06.239+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"1307238f-babd-4924-9e26-758f0e6906ff","timestamp":"2024-10-18T01:05:07.654614514Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:05:06.239+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:05:15.705+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"955ee2f4-b671-4c40-89e0-f8c83c742f77","timestamp":"2024-10-18T01:05:15.516732274Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:05:15.706+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:05:30.266+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 0 disconnected.
[2024-10-18T01:06:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ced06fce-26a0-4797-a3d8-23ccfe265084","timestamp":"2024-10-18T01:06:30.223170421Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:06:30.341+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"ced06fce-26a0-4797-a3d8-23ccfe265084","timestamp":"2024-10-18T01:06:30.223170421Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:06:30.342+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:06:55.262+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e2e976df-b6b6-45b9-b82c-e7422d4d165d","timestamp":"2024-10-18T01:06:54.797194537Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:06:55.263+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:07:06.239+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dabbef20-aa94-47fd-809d-c7dc778cb369","timestamp":"2024-10-18T01:07:07.654643269Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:07:06.239+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:07:15.707+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a04dbb1e-2bda-46ec-ba9b-e359ad089c5a","timestamp":"2024-10-18T01:07:15.516822917Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:07:15.708+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:08:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0dc49db5-8a4c-4d16-bdad-3f1abaea5219","timestamp":"2024-10-18T01:08:30.223313507Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:08:30.259+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0dc49db5-8a4c-4d16-bdad-3f1abaea5219","timestamp":"2024-10-18T01:08:30.223313507Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:08:30.259+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:08:55.201+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"469f709d-a5c1-4d33-90a8-5c10613d1553","timestamp":"2024-10-18T01:08:54.797443884Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:08:55.201+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:09:06.240+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a65343da-5b0a-4907-bd83-911a7005ba56","timestamp":"2024-10-18T01:09:07.654684639Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:09:06.240+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:09:15.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f0d72304-92bc-454b-b43a-4dbf49016796","timestamp":"2024-10-18T01:09:15.516780215Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:09:15.704+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:10:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b8dbd9c9-d1e5-44cc-8a0b-a2774d981a1d","timestamp":"2024-10-18T01:10:30.223322724Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:10:30.248+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b8dbd9c9-d1e5-44cc-8a0b-a2774d981a1d","timestamp":"2024-10-18T01:10:30.223322724Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:10:30.248+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:10:55.198+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4e620b84-41cd-4114-b3e1-daa2493df19c","timestamp":"2024-10-18T01:10:54.797001717Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:10:55.201+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:11:06.245+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f92384aa-43c6-4fab-bc65-5f648be069c7","timestamp":"2024-10-18T01:11:07.654723773Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:11:06.245+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:11:15.703+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4580b91a-60dd-45e8-8b84-3a6cefcccdd0","timestamp":"2024-10-18T01:11:15.517084059Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:11:15.704+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:12:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d95206fc-21c8-47a5-931d-349a1b4b706f","timestamp":"2024-10-18T01:12:30.223447755Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:12:30.252+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"d95206fc-21c8-47a5-931d-349a1b4b706f","timestamp":"2024-10-18T01:12:30.223447755Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:12:30.252+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:12:55.205+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b320d55b-b43a-496e-8002-2126702caa64","timestamp":"2024-10-18T01:12:54.797032211Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:12:55.205+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:13:06.230+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a7963e23-ab16-4d9b-adb3-d686c55a958e","timestamp":"2024-10-18T01:13:07.659313393Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:13:06.230+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:13:15.705+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"75d03fba-ee13-4f86-b970-e93450c336cf","timestamp":"2024-10-18T01:13:15.516782276Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:13:15.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:13:30.292+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 1 disconnected.
[2024-10-18T01:14:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b5035fe3-3a30-4b58-a6b4-cd07a9b9a6f8","timestamp":"2024-10-18T01:14:30.223210065Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:14:30.250+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b5035fe3-3a30-4b58-a6b4-cd07a9b9a6f8","timestamp":"2024-10-18T01:14:30.223210065Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:14:30.251+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:14:55.192+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8c209f5a-65b3-4414-9f97-2ca74548ea92","timestamp":"2024-10-18T01:14:54.796661037Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:14:55.193+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:14:59.154+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"participantSupportedElementType":[{"id":"26a5bcda-0739-4b4a-85eb-5d3ab5ff6010","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_REGISTER","messageId":"3196c7c1-d68f-489f-90a4-ea20f5f244de","timestamp":"2024-10-18T01:14:59.149923755Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2024-10-18T01:14:59.154+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_REGISTER
[2024-10-18T01:15:06.271+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"986a5360-319f-46aa-979c-2881482ec33b","timestamp":"2024-10-18T01:15:07.656076672Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:15:06.271+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:15:15.712+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"36c992fb-17aa-474d-862c-bafa37a46185","timestamp":"2024-10-18T01:15:15.516670222Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:15:15.713+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:16:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e056afd4-4d00-4473-af83-4757fd9f5fe6","timestamp":"2024-10-18T01:16:30.223254368Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:16:30.323+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e056afd4-4d00-4473-af83-4757fd9f5fe6","timestamp":"2024-10-18T01:16:30.223254368Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:16:30.323+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:16:55.288+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5095c8b4-f78c-4e5b-b4f6-0f3f707cbc81","timestamp":"2024-10-18T01:16:54.796671903Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:16:55.288+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:16:57.597+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"26a5bcda-0739-4b4a-85eb-5d3ab5ff6010","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ae3e9cfd-3bfb-4c8d-9718-4cfc0d65ff50","timestamp":"2024-10-18T01:16:58.995850447Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2024-10-18T01:16:57.597+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:17:06.225+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5c3963d0-adb3-4741-9216-a44911acb374","timestamp":"2024-10-18T01:17:07.654874079Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:17:06.226+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:17:15.791+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"76d90021-0dfe-459f-b679-0454e2e3e785","timestamp":"2024-10-18T01:17:15.516681382Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:17:15.791+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:18:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a0122785-6112-4782-b240-4d632b91345d","timestamp":"2024-10-18T01:18:30.223401230Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:18:30.249+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a0122785-6112-4782-b240-4d632b91345d","timestamp":"2024-10-18T01:18:30.223401230Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:18:30.249+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:18:55.195+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"8692c835-4970-42aa-bff9-53863bd68764","timestamp":"2024-10-18T01:18:54.796728336Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:18:55.196+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:18:57.636+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"26a5bcda-0739-4b4a-85eb-5d3ab5ff6010","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"5bd8c9d0-bb53-47db-bc00-0a43128dd68e","timestamp":"2024-10-18T01:18:58.994912708Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2024-10-18T01:18:57.650+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:19:06.220+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f768cff7-c02c-4c6f-b42c-bfa616d4679c","timestamp":"2024-10-18T01:19:07.654737389Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:19:06.221+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:19:15.698+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"dc658969-fa46-4fca-abee-ead10bebc5d5","timestamp":"2024-10-18T01:19:15.517075192Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:19:15.698+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:20:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5ec101a3-feee-4e14-92ab-56807431055c","timestamp":"2024-10-18T01:20:30.223329560Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:20:30.254+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5ec101a3-feee-4e14-92ab-56807431055c","timestamp":"2024-10-18T01:20:30.223329560Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:20:30.255+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:20:55.199+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"87460243-2b0b-4b2d-bdc9-21ba070ead87","timestamp":"2024-10-18T01:20:54.796557326Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:20:55.199+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:20:57.555+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"26a5bcda-0739-4b4a-85eb-5d3ab5ff6010","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"eb8b7078-d2ab-4ad4-848f-d68551dd53fe","timestamp":"2024-10-18T01:20:58.995563474Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2024-10-18T01:20:57.555+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:21:06.214+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"cd4be3ce-8d5d-4899-b960-34db4752bac6","timestamp":"2024-10-18T01:21:07.654627470Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:21:06.215+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:21:15.703+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"177fe990-efb2-4c6d-8f2f-7e760e4dc93a","timestamp":"2024-10-18T01:21:15.516737096Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:21:15.703+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:21:30.299+00:00|INFO|NetworkClient|kafka-producer-network-thread | policy-clamp-ac-kserve-ppnt-client-id] [Producer clientId=policy-clamp-ac-kserve-ppnt-client-id] Node 2 disconnected.
[2024-10-18T01:22:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f9224a38-2e37-424f-89bb-9d692eef9180","timestamp":"2024-10-18T01:22:30.223310845Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:22:30.252+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"f9224a38-2e37-424f-89bb-9d692eef9180","timestamp":"2024-10-18T01:22:30.223310845Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:22:30.253+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:22:55.236+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3206bdd0-afea-4734-a2d9-84bc9523097a","timestamp":"2024-10-18T01:22:54.798463906Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:22:55.236+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:22:57.548+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"26a5bcda-0739-4b4a-85eb-5d3ab5ff6010","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"ad2a8aea-1efc-4a21-a0d0-faf3f4b173f3","timestamp":"2024-10-18T01:22:58.994946900Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2024-10-18T01:22:57.549+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:23:06.213+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e346638a-12bc-4055-8392-89b45ac51a84","timestamp":"2024-10-18T01:23:07.654952996Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:23:06.214+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:23:15.771+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"daa7ad9f-286a-416d-b146-34cafb12639f","timestamp":"2024-10-18T01:23:15.516665114Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:23:15.771+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:24:30.224+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"323af6c1-8a1b-402e-b622-8b76c5cce4dd","timestamp":"2024-10-18T01:24:30.223437246Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:24:30.243+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"323af6c1-8a1b-402e-b622-8b76c5cce4dd","timestamp":"2024-10-18T01:24:30.223437246Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:24:30.244+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:24:55.194+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"648fbec4-ed18-4eef-908a-5e39070446de","timestamp":"2024-10-18T01:24:54.796635554Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:24:55.195+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:24:57.547+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"26a5bcda-0739-4b4a-85eb-5d3ab5ff6010","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"63031b6c-001e-48a5-a066-4b399bdd7099","timestamp":"2024-10-18T01:24:58.995510844Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2024-10-18T01:24:57.547+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:25:06.205+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"59968b29-face-4715-893e-bac928507c0b","timestamp":"2024-10-18T01:25:07.654702229Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:25:06.205+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:25:15.705+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5562a6f8-5bc2-4d75-81ec-48ad2da1e2e5","timestamp":"2024-10-18T01:25:15.516792777Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:25:15.705+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:26:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3acf9d33-b22f-45af-8e4f-cfa56ecedbe6","timestamp":"2024-10-18T01:26:30.223572609Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:26:30.245+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"3acf9d33-b22f-45af-8e4f-cfa56ecedbe6","timestamp":"2024-10-18T01:26:30.223572609Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:26:30.245+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:26:55.197+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"e8497d6c-b99a-4827-abda-f454afd6f060","timestamp":"2024-10-18T01:26:54.796857110Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:26:55.198+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:26:57.538+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"26a5bcda-0739-4b4a-85eb-5d3ab5ff6010","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7f92b1dd-99b3-4e81-9185-8ed6639b5355","timestamp":"2024-10-18T01:26:58.995345418Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2024-10-18T01:26:57.538+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:27:06.240+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5d6c1978-8367-4712-8221-7e33a01b09b2","timestamp":"2024-10-18T01:27:07.656193904Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:27:06.241+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:27:15.702+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"b399dff5-2905-4631-9146-99e998f8d157","timestamp":"2024-10-18T01:27:15.517039220Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:27:15.702+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:28:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"62822f38-1a95-4ce4-b4ce-8109bc4d4e08","timestamp":"2024-10-18T01:28:30.223186709Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:28:30.257+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"62822f38-1a95-4ce4-b4ce-8109bc4d4e08","timestamp":"2024-10-18T01:28:30.223186709Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:28:30.258+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:28:55.197+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"03f06e1e-32d5-4e3b-a9b8-e0dbbac8c206","timestamp":"2024-10-18T01:28:54.797220752Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:28:55.197+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:28:57.633+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"26a5bcda-0739-4b4a-85eb-5d3ab5ff6010","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"b5955203-d81a-4594-aaf5-94e1538542a7","timestamp":"2024-10-18T01:28:58.995041947Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2024-10-18T01:28:57.634+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:29:06.273+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"a9a8d63d-0b5b-49e3-bb68-158908503ff1","timestamp":"2024-10-18T01:29:07.654680327Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:29:06.274+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:29:15.719+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"6e2475ee-25b4-4492-bbe2-a8b2354b8989","timestamp":"2024-10-18T01:29:15.516769882Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:29:15.719+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:30:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5f48f6b9-4f82-4949-a839-64418f659af4","timestamp":"2024-10-18T01:30:30.223384708Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:30:30.350+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"5f48f6b9-4f82-4949-a839-64418f659af4","timestamp":"2024-10-18T01:30:30.223384708Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:30:30.350+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:30:55.196+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0be499bc-af32-47ef-b0e7-e9e45f1eca1d","timestamp":"2024-10-18T01:30:54.796823468Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:30:55.197+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:30:57.535+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"26a5bcda-0739-4b4a-85eb-5d3ab5ff6010","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"4eb8754e-6a4a-474f-83fc-235fbe74e949","timestamp":"2024-10-18T01:30:58.994951015Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2024-10-18T01:30:57.536+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:31:06.199+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"4a306d8d-9555-4813-b330-83469dfa8a8a","timestamp":"2024-10-18T01:31:07.655022752Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:31:06.199+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:31:15.703+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9a2b12f1-b115-48cb-b610-fed7a1f26d6e","timestamp":"2024-10-18T01:31:15.516746502Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:31:15.703+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:32:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2a726f75-9f66-4581-b5ba-d952a6a76ac3","timestamp":"2024-10-18T01:32:30.223270441Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:32:30.248+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"2a726f75-9f66-4581-b5ba-d952a6a76ac3","timestamp":"2024-10-18T01:32:30.223270441Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:32:30.248+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:32:55.295+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"77090560-487f-4ba1-9ff4-03aab0c9672f","timestamp":"2024-10-18T01:32:54.796848639Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:32:55.296+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:32:57.543+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"26a5bcda-0739-4b4a-85eb-5d3ab5ff6010","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"55ea33d3-acc3-4966-a11a-306179fde5c2","timestamp":"2024-10-18T01:32:58.994831457Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2024-10-18T01:32:57.543+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:33:06.190+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"bf27b99f-2737-4021-a097-9799eabee673","timestamp":"2024-10-18T01:33:07.654629361Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:33:06.190+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:33:15.704+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"40eb9169-35df-4f88-a3ab-fec945b0ea4c","timestamp":"2024-10-18T01:33:15.516845129Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c01"}
[2024-10-18T01:33:15.704+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:34:30.223+00:00|INFO|network|pool-6-thread-1] [OUT|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7ca23721-dd37-449d-8354-c9f77df3fea1","timestamp":"2024-10-18T01:34:30.223237430Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:34:30.249+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"cb67f48f-9d10-47c9-9255-9422899910af","typeName":"org.onap.policy.clamp.acm.KserveAutomationCompositionElement","typeVersion":"1.0.1"},{"id":"6e2081da-743c-4a33-990e-9347416fd9e0","typeName":"org.onap.policy.clamp.acm.AutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"7ca23721-dd37-449d-8354-c9f77df3fea1","timestamp":"2024-10-18T01:34:30.223237430Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c04"}
[2024-10-18T01:34:30.249+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:34:55.196+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2d76d129-c417-4bea-96e5-78f0d9577c2c","typeName":"org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"0eb6051a-d59f-4d34-aa5e-331f477e4d30","timestamp":"2024-10-18T01:34:54.796773681Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c02"}
[2024-10-18T01:34:55.196+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:34:57.545+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"26a5bcda-0739-4b4a-85eb-5d3ab5ff6010","typeName":"org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement","typeVersion":"1.0.1"}],"messageType":"PARTICIPANT_STATUS","messageId":"7346a067-397e-461f-840a-a70d37b6bae1","timestamp":"2024-10-18T01:34:58.994999971Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c00"}
[2024-10-18T01:34:57.545+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:35:06.188+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"2c2d464a-de7f-4c7f-b501-cccff37451d0","typeName":"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement","typeVersion":"1.0.0"}],"messageType":"PARTICIPANT_STATUS","messageId":"9b9cef45-126d-4453-8448-b8ce287cc8aa","timestamp":"2024-10-18T01:35:07.654645114Z","participantId":"101c62b3-8918-41b9-a747-d21eb79c6c03"}
[2024-10-18T01:35:06.189+00:00|INFO|MessageTypeDispatcher|KAFKA-source-policy.clamp-runtime-acm] discarding event of type PARTICIPANT_STATUS
[2024-10-18T01:35:15.706+00:00|INFO|network|KAFKA-source-policy.clamp-runtime-acm] [IN|KAFKA|policy.clamp-runtime-acm]
{"state":"ON_LINE","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"participantSupportedElementType":[{"id":"72015161-d94b-4380-bbd0-5b3a113dcf84","typeName":"org.onap.policy.clamp.acm.HttpAutomationCompositionElement","typeVersion":"1