Results

By type

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

2023-05-27 23:33:21.010  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Starting Main using Java 11.0.9.1 on onap-dcae-ves-openapi-manager-7dfd5677c9-jmhwj with PID 1 (/app/ves-openapi-manager.jar started by onap in /app)
2023-05-27 23:33:21.013  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : No active profile set, falling back to 1 default profile: "default"
2023-05-27 23:33:22.435  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2023-05-27 23:33:22.446  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2023-05-27 23:33:22.447  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.65]
2023-05-27 23:33:22.535  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2023-05-27 23:33:22.536  INFO 1 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1478 ms
2023-05-27 23:33:23.498  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-05-27 23:33:23.498  INFO 1 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2023-05-27 23:33:23.810  INFO 1 --- [           main] o.a.k.clients.producer.ProducerConfig    : ProducerConfig values: 
	acks = -1
	batch.size = 16384
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	buffer.memory = 33554432
	client.dns.lookup = use_all_dns_ips
	client.id = ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e
	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.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

2023-05-27 23:33:23.936  INFO 1 --- [           main] o.a.k.clients.producer.KafkaProducer     : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] Instantiated an idempotent producer.
2023-05-27 23:33:23.989  INFO 1 --- [           main] o.a.k.c.s.authenticator.AbstractLogin    : Successfully logged in.
2023-05-27 23:33:24.026  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-05-27 23:33:24.028  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-05-27 23:33:24.028  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1685230404024
2023-05-27 23:33:24.032  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client initialized successfully
2023-05-27 23:33:24.032  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-05-27 23:33:24.032  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-05-27 23:33:24.033  INFO 1 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : start DistributionClient
2023-05-27 23:33:24.046  INFO 1 --- [           main] o.a.k.clients.consumer.ConsumerConfig    : ConsumerConfig values: 
	allow.auto.create.topics = false
	auto.commit.interval.ms = 5000
	auto.offset.reset = latest
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	check.crcs = true
	client.dns.lookup = use_all_dns_ips
	client.id = ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30
	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 = dcaegen2
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2023-05-27 23:33:24.119  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-05-27 23:33:24.120  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-05-27 23:33:24.120  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1685230404119
2023-05-27 23:33:24.120  INFO 1 --- [           main] o.a.k.clients.consumer.KafkaConsumer     : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:33:24.122  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client started successfully
2023-05-27 23:33:24.123  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-05-27 23:33:24.123  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:33:24.785  INFO 1 --- [2e-1395adab447e] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] Cluster ID: HjpDQeVqRIGBFpJY0vCvyg
2023-05-27 23:33:24.786  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27 23:33:24.787  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27 23:33:24.787  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27 23:33:24.787  INFO 1 --- [2e-1395adab447e] o.a.k.c.p.internals.TransactionManager   : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] ProducerId set to 6 with epoch 0
2023-05-27 23:33:24.788  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27 23:33:24.788  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27 23:33:24.788  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to E1qZLXXhSN2HOjvXOoa3JQ
2023-05-27 23:33:24.792  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Cluster ID: HjpDQeVqRIGBFpJY0vCvyg
2023-05-27 23:33:24.793  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-05-27 23:33:24.808  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] (Re-)joining group
2023-05-27 23:33:24.858  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Request joining group due to: need to re-join with the given member-id
2023-05-27 23:33:24.858  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] (Re-)joining group
2023-05-27 23:33:24.911  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
2023-05-27 23:33:24.926  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Started Main in 4.625 seconds (JVM running for 5.45)
2023-05-27 23:33:27.865  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Successfully joined group with generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30-480e46ae-5a1e-4b8e-b179-8919d82bbce1', protocol='range'}
2023-05-27 23:33:27.879  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Finished assignment for group at generation 1: {ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30-480e46ae-5a1e-4b8e-b179-8919d82bbce1=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-05-27 23:33:27.910  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Successfully synced group in generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30-480e46ae-5a1e-4b8e-b179-8919d82bbce1', protocol='range'}
2023-05-27 23:33:27.912  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-05-27 23:33:27.919  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-5, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-27 23:33:27.946  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-27 23:33:27.946  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-05-27 23:33:27.946  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-05-27 23:33:27.946  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-05-27 23:33:27.946  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-05-27 23:33:27.947  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-27 23:33:28.135  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-27 23:33:28.137  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-27 23:33:28.157  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-27 23:33:28.158  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-27 23:33:28.158  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-27 23:33:28.158  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-27 23:33:44.128  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:33:56.170  INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-27 23:33:56.170  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-05-27 23:33:56.172  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 1 ms
2023-05-27 23:34:04.130  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:34:24.131  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:34:44.134  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:35:04.135  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:35:24.136  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:35:44.138  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:36:04.139  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:36:24.144  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:36:44.146  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:37:04.148  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:37:24.149  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:37:44.150  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:38:04.152  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:38:24.152  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:38:44.153  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:39:04.154  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:39:24.157  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:39:44.159  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:40:04.161  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:40:24.164  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:40:44.167  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:41:04.167  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:41:24.168  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:41:44.171  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:42:04.172  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:42:24.173  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:42:24.912  INFO 1 --- [pool-1-thread-3] org.apache.kafka.clients.NetworkClient   : [Consumer clientId=ves-openapi-manager-consumer-c67e7bd4-4032-4e0b-8e0e-3d34fb5b3b30, groupId=dcaegen2] Node -1 disconnected.
2023-05-27 23:42:25.146  INFO 1 --- [2e-1395adab447e] org.apache.kafka.clients.NetworkClient   : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] Node -1 disconnected.
2023-05-27 23:42:44.174  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:43:04.175  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:43:24.176  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:43:44.177  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:44:04.178  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:44:24.179  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:44:44.180  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:45:04.181  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:45:24.182  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:45:44.182  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:46:04.184  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:46:24.184  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:46:44.185  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:47:04.186  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:47:24.186  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:47:44.188  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:48:04.190  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:48:24.192  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:48:44.192  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:49:04.192  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:49:24.193  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:49:44.195  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:50:04.196  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:50:24.197  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:50:44.197  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:51:04.199  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:51:24.202  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:51:44.203  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:52:04.205  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:52:24.205  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:52:44.207  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:53:04.208  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:53:24.208  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:53:44.208  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:54:04.209  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:54:24.210  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:54:44.212  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:55:04.217  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:55:24.218  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:55:44.219  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:56:04.219  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:56:24.220  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:56:44.220  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:57:04.221  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:57:24.223  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:57:44.224  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:58:04.225  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:58:24.226  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:58:44.227  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:59:04.229  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:59:24.229  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27 23:59:44.229  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:00:04.231  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:00:24.232  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:00:44.232  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:01:04.233  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:01:24.234  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:01:44.234  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:02:04.236  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:02:24.237  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:02:44.238  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:03:04.239  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:03:24.240  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:03:44.240  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:04:04.242  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:04:24.243  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:04:44.243  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:05:04.244  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:05:24.245  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:05:44.246  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:06:04.247  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:06:24.248  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:06:44.248  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:07:04.249  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:07:24.249  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:07:44.249  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:08:04.250  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:08:24.250  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:08:44.252  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:09:04.252  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:09:24.254  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:09:44.254  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:10:04.255  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:10:24.256  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:10:44.256  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:11:04.258  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:11:24.259  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:11:44.259  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:12:04.260  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:12:24.260  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:12:44.261  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:13:04.262  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:13:24.264  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:13:44.265  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:14:04.266  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:14:24.267  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:14:44.268  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:15:04.269  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:15:24.270  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:15:44.271  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:16:04.272  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:16:24.273  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:16:44.274  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:17:04.274  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:17:24.276  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:17:44.277  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:18:04.279  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:18:24.281  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:18:44.281  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:19:04.282  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:19:24.283  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:19:44.285  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:20:04.285  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:20:24.287  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:20:44.288  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:21:04.288  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:21:24.289  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:21:44.289  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:22:04.290  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:22:24.292  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:22:44.292  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:23:04.294  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:23:24.295  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:23:44.296  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:24:04.297  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:24:24.297  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:24:44.298  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:25:04.299  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:25:24.300  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:25:44.301  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:26:04.302  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:26:24.303  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:26:44.304  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:27:04.304  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:27:24.305  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:27:44.307  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:28:04.307  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:28:24.309  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:28:44.309  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:29:04.311  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:29:24.312  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:29:44.313  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:30:04.314  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:30:24.314  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:30:44.315  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:31:04.316  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:31:24.317  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:31:44.317  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:32:04.318  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:32:24.324  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:32:44.325  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:33:04.327  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:33:24.327  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:33:44.330  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:34:04.331  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:34:24.331  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:34:44.333  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:35:04.334  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:35:24.335  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:35:44.335  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:36:04.335  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:36:24.336  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:36:44.338  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:37:04.339  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:37:24.340  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:37:44.341  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:38:04.342  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:38:24.342  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:38:44.342  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:39:04.343  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:39:24.343  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:39:44.345  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:40:04.346  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:40:24.346  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:40:44.348  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:41:04.350  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:41:24.350  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:41:44.351  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:42:04.351  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:42:24.352  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:42:44.352  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:43:04.353  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:43:24.354  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:43:44.356  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:44:04.357  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:44:24.358  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:44:44.358  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:45:04.360  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:45:24.360  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:45:44.363  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:46:04.365  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:46:24.368  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:46:44.370  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:47:04.370  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:47:24.371  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:47:44.372  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:48:04.373  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:48:08.900  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 00:48:08.911  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 00:48:08.911  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234884373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 00:48:08.920  INFO 1 --- [2e-1395adab447e] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28 00:48:08.920  INFO 1 --- [2e-1395adab447e] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28 00:48:08.921  INFO 1 --- [2e-1395adab447e] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28 00:48:08.921  INFO 1 --- [2e-1395adab447e] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28 00:48:08.921  INFO 1 --- [2e-1395adab447e] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28 00:48:08.921  INFO 1 --- [2e-1395adab447e] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28 00:48:09.956  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 00:48:09.957  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 00:48:09.957  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234884373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vfw43a367eea9950_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 00:48:10.958  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 00:48:10.959  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 00:48:10.959  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234884373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 00:48:11.961  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 00:48:11.961  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 00:48:11.961  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234884373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 00:48:12.963  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 00:48:12.964  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 00:48:12.964  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234884373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/resourceInstances/vfw43a367eea9950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 00:48:13.965  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 00:48:13.965  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 00:48:13.965  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234884373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 00:48:14.966  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 00:48:14.967  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 00:48:14.967  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "0fbfbc3d-f671-4e27-8b0c-53e00b4d525d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234884373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230528004643/1.0/artifacts/service-Vfw20230528004643-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 00:48:24.122  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:48:44.124  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:49:04.124  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:49:21.780  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 00:49:21.780  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 00:49:21.781  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234944124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 00:49:22.781  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 00:49:22.782  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 00:49:22.782  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234944124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/basic_onboard_lgntjg0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 00:49:23.783  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 00:49:23.784  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 00:49:23.784  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234944124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 00:49:24.785  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 00:49:24.786  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 00:49:24.786  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234944124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 00:49:25.786  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 00:49:25.787  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 00:49:25.787  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234944124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/resourceInstances/basic_onboard_lgntjg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 00:49:26.788  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 00:49:26.789  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 00:49:26.789  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234944124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 00:49:27.790  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 00:49:27.791  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 00:49:27.791  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "c3dc9a84-dacb-49d1-a19d-641176e2721e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685234944124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLgntjg/1.0/artifacts/service-BasicOnboardLgntjg-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 00:49:28.792  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:49:48.793  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:50:08.793  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:50:28.794  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:50:48.796  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:51:08.797  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:51:28.797  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:51:48.797  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:52:08.797  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:52:28.799  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:52:48.800  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:53:08.800  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:53:28.801  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:53:48.801  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:54:08.803  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:54:28.803  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:54:48.804  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:55:08.805  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:55:28.807  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:55:48.808  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:56:08.809  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:56:28.811  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:56:48.812  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:57:08.814  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:57:25.648  INFO 1 --- [2e-1395adab447e] org.apache.kafka.clients.NetworkClient   : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] Node 2 disconnected.
2023-05-28 00:57:28.814  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:57:48.816  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:58:08.817  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:58:28.817  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:58:48.818  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:59:08.820  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:59:28.821  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 00:59:48.822  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:00:08.822  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:00:28.823  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:00:48.824  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:01:08.825  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:01:28.826  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:01:48.826  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:02:08.828  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:02:28.828  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:02:48.829  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:03:08.831  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:03:13.260  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:03:13.260  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:03:13.260  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235788831,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:03:13.266  INFO 1 --- [2e-1395adab447e] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28 01:03:13.266  INFO 1 --- [2e-1395adab447e] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28 01:03:13.266  INFO 1 --- [2e-1395adab447e] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28 01:03:13.266  INFO 1 --- [2e-1395adab447e] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28 01:03:13.267  INFO 1 --- [2e-1395adab447e] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28 01:03:13.267  INFO 1 --- [2e-1395adab447e] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ed257ae-1f75-42d7-8d2e-1395adab447e] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to YpfhbShVRSitcQQ5QDYCLw
2023-05-28 01:03:14.268  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:03:14.269  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:03:14.269  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "bfe4e5cb-b3b2-4294-afc5-50eecdb3f001",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235788831,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:03:24.122  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:03:44.122  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:04:04.124  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:04:12.050  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:04:12.050  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:04:12.050  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235844124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:04:13.051  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:04:13.052  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:04:13.052  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235844124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:04:14.053  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:04:14.053  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:04:14.053  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235844124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:04:15.054  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:04:15.054  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:04:15.055  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235844124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:04:16.055  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:04:16.056  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:04:16.056  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235844124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:04:17.060  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:04:17.063  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:04:17.063  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235844124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:04:18.064  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:04:18.064  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:04:18.065  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235844124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:04:19.065  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:04:19.066  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:04:19.066  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235844124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/artifacts/service-DemoPnf0htvvz5vqxsj9hsnrfus-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:04:20.068  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-05-28 01:04:20.068  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : Distributed service information
2023-05-28 01:04:20.077  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : Service UUID: dc6a1a51-4a87-4bd9-86d7-1a60db819b5c
2023-05-28 01:04:20.077  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : Service name: Demo_pNF_0HtvVZ5VQXSj9hsNrfuS
2023-05-28 01:04:20.082  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : Service resources:
2023-05-28 01:04:20.082  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   :  - Resource: pNF 4f45061f-1885
2023-05-28 01:04:20.083  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   :    Artifacts:
2023-05-28 01:04:20.083  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   :    - Name: MyPnf_Pnf_v1.yaml
2023-05-28 01:04:20.084  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-05-28 01:04:20.085  INFO 1 --- [pool-1-thread-8] o.o.v.o.m.service.ArtifactsCollector     : Downloading artifacts
2023-05-28 01:04:20.225  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDownloadStatus
2023-05-28 01:04:20.226  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:04:20.226  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235860225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:04:21.758  WARN 1 --- [pool-1-thread-8] o.o.v.o.m.s.n.ValidationStatusSender     : Artifact MyPnf_Pnf_v1.yaml is valid
2023-05-28 01:04:21.759  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDeploymentStatus
2023-05-28 01:04:21.759  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:04:21.759  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235861758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0htvvz5vqxsj9hsnrfus/1.0/resourceInstances/pnf4f45061f18850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:04:22.760  INFO 1 --- [pool-1-thread-8] o.o.v.o.m.s.n.FinalStatusSender          : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2023-05-28 01:04:22.760  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendFinalDistributionStatus status
2023-05-28 01:04:22.760  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:04:22.760  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "19e9890b-3af6-4051-82bb-2f60d09e01b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235862760,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:04:24.122  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:04:44.123  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:04:57.036  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:04:57.036  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:04:57.036  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235884123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:04:58.037  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:04:58.038  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:04:58.038  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235884123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:04:59.039  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:04:59.039  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:04:59.039  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235884123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:05:00.040  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:05:00.041  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:05:00.041  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235884123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:05:01.042  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:05:01.042  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:05:01.042  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235884123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:05:02.043  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:05:02.044  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:05:02.044  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235884123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:05:03.045  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:05:03.046  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:05:03.046  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8ea6c68e-cd0c-4a84-b760-89c7a8a1c162",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685235884123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:05:04.122  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:05:24.122  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:05:44.124  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:06:04.125  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:06:24.126  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:06:44.127  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:07:04.127  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:07:24.129  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:07:44.130  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:08:04.130  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:08:24.132  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:08:44.132  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:09:04.132  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:09:24.132  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:09:44.132  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:10:04.134  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:10:24.135  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:10:44.136  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:11:04.136  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:11:24.137  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:11:44.139  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:12:04.140  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:12:24.140  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:12:44.142  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:13:04.143  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:13:24.144  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:13:44.144  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:14:04.146  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:14:24.146  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:14:44.147  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:15:04.148  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:15:24.149  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:15:44.150  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:16:04.150  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:16:23.324  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:16:23.324  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:16:23.324  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236564150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:16:24.330  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:16:24.331  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:16:24.331  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236564150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:16:25.332  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:16:25.332  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:16:25.332  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236564150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:16:26.333  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:16:26.333  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:16:26.333  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236564150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:16:27.334  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:16:27.335  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:16:27.335  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236564150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:16:28.336  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:16:28.337  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:16:28.337  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236564150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:16:29.337  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:16:29.338  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:16:29.338  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236564150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:16:30.339  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:16:30.339  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:16:30.340  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236564150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/artifacts/service-DemoPnfNmt2cxfly0vrtilyaflb-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:16:31.341  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-05-28 01:16:31.341  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : Distributed service information
2023-05-28 01:16:31.342  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : Service UUID: a5cb6fa4-7a18-4556-95ea-918802727ff3
2023-05-28 01:16:31.342  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : Service name: Demo_pNF_NMt2CxFLy0VRtiLyAfLb
2023-05-28 01:16:31.342  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : Service resources:
2023-05-28 01:16:31.342  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   :  - Resource: pNF 26dab5ef-4687
2023-05-28 01:16:31.342  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   :    Artifacts:
2023-05-28 01:16:31.342  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   :    - Name: MyPnf_Pnf_v1.yaml
2023-05-28 01:16:31.342  INFO 1 --- [pool-1-thread-8] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-05-28 01:16:31.342  INFO 1 --- [pool-1-thread-8] o.o.v.o.m.service.ArtifactsCollector     : Downloading artifacts
2023-05-28 01:16:31.452  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDownloadStatus
2023-05-28 01:16:31.453  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:16:31.453  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236591452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:16:32.493  WARN 1 --- [pool-1-thread-8] o.o.v.o.m.s.n.ValidationStatusSender     : Artifact MyPnf_Pnf_v1.yaml is valid
2023-05-28 01:16:32.493  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDeploymentStatus
2023-05-28 01:16:32.493  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:16:32.493  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236592493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNmt2cxfly0vrtilyaflb/1.0/resourceInstances/pnf26dab5ef46870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:16:33.494  INFO 1 --- [pool-1-thread-8] o.o.v.o.m.s.n.FinalStatusSender          : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2023-05-28 01:16:33.494  INFO 1 --- [pool-1-thread-8] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendFinalDistributionStatus status
2023-05-28 01:16:33.495  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:16:33.495  INFO 1 --- [pool-1-thread-8] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b8264f47-b5ef-4f7e-8557-2eb78a02c4d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685236593494,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:16:34.496  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:16:54.496  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:17:14.496  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:17:34.497  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:17:54.497  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:18:14.498  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:18:34.500  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:18:54.501  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:19:14.502  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:19:34.503  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:19:54.503  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:20:14.505  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:20:34.505  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:20:54.506  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:21:14.507  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:21:34.508  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:21:54.508  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:22:14.510  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:22:34.510  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:22:54.512  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:23:14.512  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:23:34.513  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:23:54.514  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:24:14.516  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:24:34.516  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:24:54.516  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:25:14.517  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:25:34.519  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:25:54.520  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:26:14.520  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:26:34.520  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:26:36.227  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:26:36.227  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:26:36.227  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:26:37.246  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:26:37.247  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:26:37.247  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:26:38.252  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:26:38.252  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:26:38.252  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:26:39.254  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:26:39.254  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:26:39.254  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:26:40.256  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:26:40.256  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:26:40.256  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:26:41.259  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:26:41.260  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:26:41.260  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:26:42.260  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:26:42.260  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:26:42.260  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:26:43.261  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:26:43.262  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:26:43.262  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:26:44.262  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:26:44.263  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:26:44.263  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:26:45.264  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:26:45.264  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:26:45.264  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "fab590fc-10f0-4265-a38d-4626f2d98fe2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237194520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:26:46.265  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:27:06.265  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:27:17.205  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:27:17.206  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:27:17.206  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237226265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:27:18.207  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:27:18.208  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:27:18.208  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237226265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:27:19.208  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:27:19.208  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:27:19.208  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237226265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:27:20.209  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:27:20.209  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:27:20.210  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237226265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:27:21.210  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:27:21.211  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:27:21.211  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237226265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:27:22.211  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:27:22.212  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:27:22.212  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237226265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:27:23.213  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:27:23.213  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:27:23.213  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237226265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:27:24.214  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:27:24.214  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:27:24.214  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "883689ee-be41-4510-b0d9-1a33c1b591a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237226265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:27:25.215  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:27:45.216  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:28:05.217  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:28:22.638  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:28:22.638  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:28:22.638  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:28:23.639  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:28:23.639  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:28:23.640  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:28:24.641  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:28:24.641  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:28:24.641  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:28:25.642  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:28:25.642  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:28:25.642  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:28:26.642  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:28:26.643  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:28:26.643  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:28:27.643  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:28:27.644  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:28:27.644  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:28:28.644  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:28:28.645  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:28:28.645  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:28:29.646  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:28:29.646  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:28:29.646  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:28:30.647  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-28 01:28:30.648  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:28:30.648  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237285217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:28:31.650  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-05-28 01:28:31.650  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   : Distributed service information
2023-05-28 01:28:31.651  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   : Service UUID: ee9019d2-a455-44cc-93ba-1ad2c439512f
2023-05-28 01:28:31.651  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   : Service name: test_pnf_macro
2023-05-28 01:28:31.651  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   : Service resources:
2023-05-28 01:28:31.651  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   :  - Resource: test-pnf
2023-05-28 01:28:31.651  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   :    Artifacts:
2023-05-28 01:28:31.651  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   :    - Name: MyPnf_Pnf_v1.yaml
2023-05-28 01:28:31.651  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-05-28 01:28:31.651  INFO 1 --- [pool-1-thread-6] o.o.v.o.m.service.ArtifactsCollector     : Downloading artifacts
2023-05-28 01:28:31.866  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDownloadStatus
2023-05-28 01:28:31.866  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:28:31.866  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237311866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:28:32.915  WARN 1 --- [pool-1-thread-6] o.o.v.o.m.s.n.ValidationStatusSender     : Artifact MyPnf_Pnf_v1.yaml is valid
2023-05-28 01:28:32.915  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDeploymentStatus
2023-05-28 01:28:32.915  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:28:32.916  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237312915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:28:33.916  INFO 1 --- [pool-1-thread-6] o.o.v.o.m.s.n.FinalStatusSender          : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2023-05-28 01:28:33.916  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendFinalDistributionStatus status
2023-05-28 01:28:33.916  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-28 01:28:33.916  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "aea8f17b-f994-460d-b5a2-90ee480d0911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1685237313916,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-28 01:28:34.917  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:28:54.918  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:29:14.919  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:29:34.920  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:29:54.920  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:30:14.921  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:30:34.922  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:30:54.923  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:31:14.924  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:31:34.924  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:31:54.925  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:32:14.925  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:32:34.927  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:32:54.931  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:33:14.932  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:33:34.933  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:33:54.934  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:34:14.934  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:34:34.935  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:34:54.936  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:35:14.937  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:35:34.937  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:35:54.938  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:36:14.939  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:36:34.939  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:36:54.944  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:37:14.944  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:37:34.944  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:37:54.945  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:38:14.945  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:38:34.945  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:38:54.947  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:39:14.947  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:39:34.947  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:39:54.964  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:40:14.964  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:40:34.965  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:40:54.966  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:41:14.967  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:41:34.968  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:41:54.968  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:42:14.969  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:42:34.970  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:42:54.971  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:43:14.973  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:43:34.974  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:43:54.975  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:44:14.975  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:44:34.976  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:44:54.976  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:45:14.978  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:45:34.978  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:45:54.979  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:46:14.980  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:46:34.980  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:46:54.980  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:47:14.980  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:47:34.981  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:47:54.982  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:48:14.982  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:48:34.984  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:48:54.985  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:49:14.985  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:49:34.986  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:49:54.988  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:50:14.988  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:50:34.989  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:50:54.990  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:51:14.990  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:51:34.991  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:51:54.993  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:52:14.994  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:52:34.995  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:52:54.995  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:53:14.997  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:53:34.998  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:53:54.998  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:54:14.999  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:54:35.000  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:54:55.000  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:55:15.000  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:55:35.000  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:55:55.002  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:56:15.003  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:56:35.003  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:56:55.003  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:57:15.004  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-28 01:57:35.004  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO