Results

By type

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

2023-04-28 14:07:30.206  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Starting Main using Java 11.0.9.1 on onap-dcae-ves-openapi-manager-7dfd5677c9-7ddhs with PID 1 (/app/ves-openapi-manager.jar started by onap in /app)
2023-04-28 14:07:30.211  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : No active profile set, falling back to 1 default profile: "default"
2023-04-28 14:07:31.491  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2023-04-28 14:07:31.503  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2023-04-28 14:07:31.504  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.65]
2023-04-28 14:07:31.598  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2023-04-28 14:07:31.598  INFO 1 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1330 ms
2023-04-28 14:07:32.390  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-04-28 14:07:32.391  INFO 1 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2023-04-28 14:07:32.736  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-76a6432b-a4e8-40e0-8087-b39bdb317522
	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-04-28 14:07:32.908  INFO 1 --- [           main] o.a.k.clients.producer.KafkaProducer     : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Instantiated an idempotent producer.
2023-04-28 14:07:32.962  INFO 1 --- [           main] o.a.k.c.s.authenticator.AbstractLogin    : Successfully logged in.
2023-04-28 14:07:33.002  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-04-28 14:07:33.004  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-04-28 14:07:33.004  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1682690852999
2023-04-28 14:07:33.007  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client initialized successfully
2023-04-28 14:07:33.008  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-04-28 14:07:33.008  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-04-28 14:07:33.008  INFO 1 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : start DistributionClient
2023-04-28 14:07:33.020  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-8c9e137d-cb73-412f-b61b-cf2249f6682e
	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-04-28 14:07:33.073  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-04-28 14:07:33.073  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-04-28 14:07:33.073  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1682690853073
2023-04-28 14:07:33.076  INFO 1 --- [           main] o.a.k.clients.consumer.KafkaConsumer     : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, groupId=dcaegen2] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:07:33.078  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client started successfully
2023-04-28 14:07:33.078  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-04-28 14:07:33.079  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:07:33.755  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
2023-04-28 14:07:33.766  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Started Main in 4.297 seconds (JVM running for 5.041)
2023-04-28 14:07:33.841  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, 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 sh6kqPPqQBmH95yiHTX8eA
2023-04-28 14:07:33.842  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, 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 sh6kqPPqQBmH95yiHTX8eA
2023-04-28 14:07:33.842  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, 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 sh6kqPPqQBmH95yiHTX8eA
2023-04-28 14:07:33.842  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, 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 sh6kqPPqQBmH95yiHTX8eA
2023-04-28 14:07:33.842  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, 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 sh6kqPPqQBmH95yiHTX8eA
2023-04-28 14:07:33.842  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, 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 sh6kqPPqQBmH95yiHTX8eA
2023-04-28 14:07:33.843  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Cluster ID: TvYLu9EtQQ6pkmlUyB27-g
2023-04-28 14:07:33.844  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, groupId=dcaegen2] Cluster ID: TvYLu9EtQQ6pkmlUyB27-g
2023-04-28 14:07:33.845  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, groupId=dcaegen2] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-04-28 14:07:33.845  INFO 1 --- [87-b39bdb317522] o.a.k.c.p.internals.TransactionManager   : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] ProducerId set to 2003 with epoch 0
2023-04-28 14:07:33.857  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, groupId=dcaegen2] (Re-)joining group
2023-04-28 14:07:33.930  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, groupId=dcaegen2] Request joining group due to: need to re-join with the given member-id
2023-04-28 14:07:33.930  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, groupId=dcaegen2] (Re-)joining group
2023-04-28 14:07:36.942  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, groupId=dcaegen2] Successfully joined group with generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e-4422a30f-c579-46ae-b0f2-518332cf7d5c', protocol='range'}
2023-04-28 14:07:36.947  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, groupId=dcaegen2] Finished assignment for group at generation 1: {ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e-4422a30f-c579-46ae-b0f2-518332cf7d5c=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-04-28 14:07:36.979  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, groupId=dcaegen2] Successfully synced group in generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e-4422a30f-c579-46ae-b0f2-518332cf7d5c', protocol='range'}
2023-04-28 14:07:36.980  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, 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-04-28 14:07:36.983  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, 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-04-28 14:07:37.003  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-28 14:07:37.003  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-04-28 14:07:37.003  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-04-28 14:07:37.003  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-04-28 14:07:37.003  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-04-28 14:07:37.003  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-04-28 14:07:37.190  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, 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-04-28 14:07:37.192  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, 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-04-28 14:07:37.207  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, 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-04-28 14:07:37.208  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, 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-04-28 14:07:37.218  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, 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-04-28 14:07:37.219  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, 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-04-28 14:07:53.084  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:08:13.084  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:08:17.390  INFO 1 --- [nio-8080-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-04-28 14:08:17.390  INFO 1 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-04-28 14:08:17.391  INFO 1 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet        : Completed initialization in 1 ms
2023-04-28 14:08:33.086  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:08:53.087  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:09:13.088  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:09:33.089  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:09:53.091  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:10:13.092  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:10:33.093  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:10:53.095  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:11:13.096  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:11:33.096  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:11:53.098  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:12:13.099  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:12:33.100  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:12:53.101  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:13:13.101  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:13:33.104  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:13:53.105  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:14:13.106  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:14:33.107  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:14:53.108  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:15:13.109  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:15:33.109  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:15:53.110  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:16:13.111  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:16:33.113  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:16:33.887  INFO 1 --- [pool-1-thread-4] org.apache.kafka.clients.NetworkClient   : [Consumer clientId=ves-openapi-manager-consumer-8c9e137d-cb73-412f-b61b-cf2249f6682e, groupId=dcaegen2] Node -1 disconnected.
2023-04-28 14:16:34.183  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.NetworkClient   : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Node -1 disconnected.
2023-04-28 14:16:53.114  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:17:13.114  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:17:33.115  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:17:53.115  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:18:13.117  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:18:33.118  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:18:53.119  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:19:13.119  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:19:33.124  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:19:53.126  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:20:13.126  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:20:33.127  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:20:53.128  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:21:13.130  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:21:33.131  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:21:53.132  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:22:13.132  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:22:33.134  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:22:53.136  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:23:13.137  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:23:33.138  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:23:53.140  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:24:13.141  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:24:33.142  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:24:53.144  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:25:13.145  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:25:33.147  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:25:53.148  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:26:13.149  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:26:33.150  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:26:53.150  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:27:13.151  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:27:33.152  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:27:53.153  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:28:13.155  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:28:33.156  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:28:53.156  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:29:13.158  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:29:33.159  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:29:53.160  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:30:13.160  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:30:33.162  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:30:53.162  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:31:13.164  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:31:33.165  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:31:53.167  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:32:13.168  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:32:33.169  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:32:53.171  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:33:13.171  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:33:33.173  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:33:53.174  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:34:13.176  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:34:33.176  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:34:53.178  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:35:13.180  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:35:33.181  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:35:53.182  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:36:13.182  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:36:33.184  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:36:53.185  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:37:13.185  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:37:33.186  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:37:53.187  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:38:13.188  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:38:33.188  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:38:53.189  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:39:13.190  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:39:33.192  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:39:53.194  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:40:13.195  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:40:33.197  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:40:53.199  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:41:13.200  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:41:33.201  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:41:53.202  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:42:13.203  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:42:33.203  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:42:53.205  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:43:13.205  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:43:33.206  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:43:53.208  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:44:13.209  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:44:33.210  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:44:53.211  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:45:13.213  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:45:33.213  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:45:53.214  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:46:13.216  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:46:33.216  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:46:53.218  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:47:13.219  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:47:33.220  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:47:53.222  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:48:13.223  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:48:33.225  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:48:53.226  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:49:13.227  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:49:33.228  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:49:53.228  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:50:13.230  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:50:33.231  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:50:53.233  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:51:13.234  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:51:33.234  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:51:53.236  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:52:13.237  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:52:33.238  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:52:53.238  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:53:13.239  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:53:33.240  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:53:53.241  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:54:13.241  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:54:33.242  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:54:53.244  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:55:13.244  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:55:33.246  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:55:53.247  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:56:13.248  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:56:33.249  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:56:53.249  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:57:13.251  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:57:33.253  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:57:53.255  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:58:13.256  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:58:33.257  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:58:53.258  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:59:13.258  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:59:33.259  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 14:59:53.261  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:00:13.262  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:00:33.263  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:00:53.264  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:01:13.265  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:01:33.266  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:01:53.267  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:02:13.267  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:02:33.269  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:02:53.271  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:03:13.271  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:03:33.272  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:03:53.274  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:04:13.274  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:04:33.275  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:04:53.276  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:05:13.277  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:05:33.279  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:05:53.279  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:06:13.280  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:06:33.280  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:06:53.282  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:07:13.282  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:07:33.284  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:07:53.285  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:08:13.286  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:08:33.287  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:08:53.288  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:09:13.290  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:09:33.291  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:09:53.292  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:10:13.294  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:10:33.295  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:10:53.296  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:11:13.297  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:11:33.298  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:11:53.299  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:12:13.299  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:12:33.300  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:12:53.301  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:13:13.302  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:13:33.303  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:13:53.303  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:14:13.305  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:14:33.305  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:14:53.305  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:15:13.306  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:15:33.308  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:15:53.308  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:16:13.310  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:16:33.311  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:16:53.311  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:17:13.312  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:17:33.313  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:17:53.315  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:18:13.316  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:18:33.316  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:18:53.317  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:19:13.318  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:19:33.319  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:19:53.320  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:20:13.321  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:20:33.322  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:20:53.322  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:21:13.323  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:21:33.324  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:21:53.324  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:22:13.324  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:22:33.324  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:22:53.325  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:23:13.327  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:23:33.329  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:23:53.329  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:24:13.330  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:24:33.331  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:24:53.331  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:25:13.332  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:25:33.332  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:25:53.333  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:26:13.334  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:26:33.335  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:26:53.335  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:27:13.335  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:27:33.218  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:27:33.229  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:27:33.229  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a865ece4-57b0-4754-8f84-d01f20f6986c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682695633335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230428152615/1.0/resourceInstances/vfwb2a9e0b0e7fd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:27:33.237  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:27:33.238  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:27:33.238  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:27:33.238  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:27:33.238  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:27:33.238  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:27:34.263  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:27:34.263  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:27:34.266  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a865ece4-57b0-4754-8f84-d01f20f6986c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682695633335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230428152615/1.0/resourceInstances/vfwb2a9e0b0e7fd0/artifacts/vfwb2a9e0b0e7fd0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:27:35.269  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:27:35.270  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:27:35.270  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a865ece4-57b0-4754-8f84-d01f20f6986c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682695633335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230428152615/1.0/resourceInstances/vfwb2a9e0b0e7fd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:27:36.271  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:27:36.272  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:27:36.272  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a865ece4-57b0-4754-8f84-d01f20f6986c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682695633335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230428152615/1.0/resourceInstances/vfwb2a9e0b0e7fd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:27:37.274  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:27:37.274  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:27:37.274  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a865ece4-57b0-4754-8f84-d01f20f6986c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682695633335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230428152615/1.0/resourceInstances/vfwb2a9e0b0e7fd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:27:38.275  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:27:38.276  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:27:38.277  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a865ece4-57b0-4754-8f84-d01f20f6986c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682695633335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230428152615/1.0/artifacts/service-Vfw20230428152615-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:27:39.278  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:27:39.278  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:27:39.278  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a865ece4-57b0-4754-8f84-d01f20f6986c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682695633335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230428152615/1.0/artifacts/service-Vfw20230428152615-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:27:40.279  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:28:00.279  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:28:20.279  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:28:37.071  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:28:37.071  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:28:37.072  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "62489c7a-274a-44cf-8cc0-a0ed17fe2b2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682695700279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJwoukf/1.0/resourceInstances/basic_onboard_jwoukf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:28:38.074  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:28:38.074  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:28:38.074  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "62489c7a-274a-44cf-8cc0-a0ed17fe2b2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682695700279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJwoukf/1.0/resourceInstances/basic_onboard_jwoukf0/artifacts/basic_onboard_jwoukf0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:28:39.076  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:28:39.077  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:28:39.077  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "62489c7a-274a-44cf-8cc0-a0ed17fe2b2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682695700279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJwoukf/1.0/resourceInstances/basic_onboard_jwoukf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:28:40.080  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:28:40.081  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:28:40.081  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "62489c7a-274a-44cf-8cc0-a0ed17fe2b2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682695700279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJwoukf/1.0/resourceInstances/basic_onboard_jwoukf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:28:41.083  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:28:41.084  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:28:41.084  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "62489c7a-274a-44cf-8cc0-a0ed17fe2b2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682695700279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJwoukf/1.0/resourceInstances/basic_onboard_jwoukf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:28:42.086  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:28:42.087  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:28:42.087  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "62489c7a-274a-44cf-8cc0-a0ed17fe2b2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682695700279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJwoukf/1.0/artifacts/service-BasicOnboardJwoukf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:28:43.089  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:28:43.089  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:28:43.089  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "62489c7a-274a-44cf-8cc0-a0ed17fe2b2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682695700279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJwoukf/1.0/artifacts/service-BasicOnboardJwoukf-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:28:44.091  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:29:04.093  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:29:24.093  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:29:44.095  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:30:04.096  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:30:24.097  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:30:44.098  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:31:04.099  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:31:24.100  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:31:44.100  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:32:04.101  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:32:24.103  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:32:44.105  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:33:04.105  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:33:24.106  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:33:44.107  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:34:04.107  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:34:24.107  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:34:44.108  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:35:04.110  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:35:24.111  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:35:44.112  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:36:04.112  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:36:24.114  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:36:44.115  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:37:04.116  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:37:24.116  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:37:44.118  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:38:04.120  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:38:24.121  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:38:44.122  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:39:04.123  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:39:24.124  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:39:44.125  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:40:04.125  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:40:24.127  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:40:44.127  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:41:04.128  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:41:24.129  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:41:44.129  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:42:04.129  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:42:24.130  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:42:44.131  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:42:48.207  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:42:48.208  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:42:48.208  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "37fd2837-3844-445a-8688-855f19de8c95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696564131,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:42:48.212  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:42:48.212  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:42:48.212  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:42:48.212  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:42:48.212  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:42:48.212  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:42:49.213  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:42:49.214  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:42:49.214  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "37fd2837-3844-445a-8688-855f19de8c95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696564131,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:42:53.078  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:43:13.079  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:43:33.080  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:43:33.749  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:43:33.749  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:33.750  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "013cfc82-ef48-402d-89fe-dcdf25deb64a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696613080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUp7mpheyaqjjgvjxnwhd/1.0/resourceInstances/pnfe9d5b872d73a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:43:34.750  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:43:34.751  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:34.751  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "013cfc82-ef48-402d-89fe-dcdf25deb64a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696613080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUp7mpheyaqjjgvjxnwhd/1.0/resourceInstances/pnfe9d5b872d73a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:43:35.751  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:43:35.752  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:35.752  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "013cfc82-ef48-402d-89fe-dcdf25deb64a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696613080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUp7mpheyaqjjgvjxnwhd/1.0/resourceInstances/pnfe9d5b872d73a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:43:36.753  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:43:36.754  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:36.754  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "013cfc82-ef48-402d-89fe-dcdf25deb64a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696613080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUp7mpheyaqjjgvjxnwhd/1.0/resourceInstances/pnfe9d5b872d73a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:43:37.755  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:43:37.756  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:37.756  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "013cfc82-ef48-402d-89fe-dcdf25deb64a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696613080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUp7mpheyaqjjgvjxnwhd/1.0/resourceInstances/pnfe9d5b872d73a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:43:38.758  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:43:38.759  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:38.759  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "013cfc82-ef48-402d-89fe-dcdf25deb64a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696613080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUp7mpheyaqjjgvjxnwhd/1.0/resourceInstances/pnfe9d5b872d73a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:43:39.760  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:43:39.760  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:39.760  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "013cfc82-ef48-402d-89fe-dcdf25deb64a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696613080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUp7mpheyaqjjgvjxnwhd/1.0/artifacts/service-DemoPnfUp7mpheyaqjjgvjxnwhd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:43:40.761  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:43:40.761  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:40.761  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "013cfc82-ef48-402d-89fe-dcdf25deb64a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696613080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUp7mpheyaqjjgvjxnwhd/1.0/artifacts/service-DemoPnfUp7mpheyaqjjgvjxnwhd-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:43:41.763  INFO 1 --- [pool-1-thread-5] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-04-28 15:43:41.763  INFO 1 --- [pool-1-thread-5] o.o.v.o.manager.service.ClientCallback   : Distributed service information
2023-04-28 15:43:41.769  INFO 1 --- [pool-1-thread-5] o.o.v.o.manager.service.ClientCallback   : Service UUID: 75bb73f2-c503-445f-af1e-8331e2a08440
2023-04-28 15:43:41.769  INFO 1 --- [pool-1-thread-5] o.o.v.o.manager.service.ClientCallback   : Service name: Demo_pNF_up7mPHeYaqJjGVJXNWHd
2023-04-28 15:43:41.769  INFO 1 --- [pool-1-thread-5] o.o.v.o.manager.service.ClientCallback   : Service resources:
2023-04-28 15:43:41.770  INFO 1 --- [pool-1-thread-5] o.o.v.o.manager.service.ClientCallback   :  - Resource: pNF e9d5b872-d73a
2023-04-28 15:43:41.770  INFO 1 --- [pool-1-thread-5] o.o.v.o.manager.service.ClientCallback   :    Artifacts:
2023-04-28 15:43:41.770  INFO 1 --- [pool-1-thread-5] o.o.v.o.manager.service.ClientCallback   :    - Name: MyPnf_Pnf_v1.yaml
2023-04-28 15:43:41.771  INFO 1 --- [pool-1-thread-5] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-04-28 15:43:41.772  INFO 1 --- [pool-1-thread-5] o.o.v.o.m.service.ArtifactsCollector     : Downloading artifacts
2023-04-28 15:43:41.926  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDownloadStatus
2023-04-28 15:43:41.927  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:41.927  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "013cfc82-ef48-402d-89fe-dcdf25deb64a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696621926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUp7mpheyaqjjgvjxnwhd/1.0/resourceInstances/pnfe9d5b872d73a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:43:43.205  WARN 1 --- [pool-1-thread-5] o.o.v.o.m.s.n.ValidationStatusSender     : Artifact MyPnf_Pnf_v1.yaml is valid
2023-04-28 15:43:43.206  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDeploymentStatus
2023-04-28 15:43:43.206  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:43.206  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "013cfc82-ef48-402d-89fe-dcdf25deb64a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696623205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUp7mpheyaqjjgvjxnwhd/1.0/resourceInstances/pnfe9d5b872d73a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:43:44.208  INFO 1 --- [pool-1-thread-5] o.o.v.o.m.s.n.FinalStatusSender          : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2023-04-28 15:43:44.208  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendFinalDistributionStatus status
2023-04-28 15:43:44.208  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:44.208  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "013cfc82-ef48-402d-89fe-dcdf25deb64a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696624207,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:43:53.078  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:43:53.088  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:43:53.089  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:53.089  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a405c75f-6969-4961-91c7-b76d3d9b9870",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696633078,
  "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-04-28 15:43:54.090  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:43:54.091  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:54.091  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a405c75f-6969-4961-91c7-b76d3d9b9870",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696633078,
  "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-04-28 15:43:55.092  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:43:55.093  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:55.093  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a405c75f-6969-4961-91c7-b76d3d9b9870",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696633078,
  "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-04-28 15:43:56.093  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:43:56.094  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:56.094  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a405c75f-6969-4961-91c7-b76d3d9b9870",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696633078,
  "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-04-28 15:43:57.094  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:43:57.095  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:57.095  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a405c75f-6969-4961-91c7-b76d3d9b9870",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696633078,
  "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-04-28 15:43:58.096  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:43:58.096  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:58.097  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a405c75f-6969-4961-91c7-b76d3d9b9870",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696633078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:43:59.098  INFO 1 --- [pool-1-thread-5] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:43:59.099  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:43:59.099  INFO 1 --- [pool-1-thread-5] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a405c75f-6969-4961-91c7-b76d3d9b9870",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682696633078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:44:13.078  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:44:33.079  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:44:53.080  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:45:13.083  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:45:33.083  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:45:53.085  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:46:13.086  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:46:33.086  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:46:53.087  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:47:13.088  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:47:33.088  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:47:53.089  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:48:13.089  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:48:33.089  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:48:53.090  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:49:13.090  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:49:33.090  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:49:53.091  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:50:13.091  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:50:33.092  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:50:53.093  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:51:13.094  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:51:33.095  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:51:53.096  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:52:13.098  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:52:33.099  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:52:53.099  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:53:13.100  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:53:33.101  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:53:53.102  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:54:13.103  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:54:33.103  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:54:53.104  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:55:13.105  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:55:33.107  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:55:53.108  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:56:13.110  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:56:33.110  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:56:53.112  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:57:13.113  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:57:33.114  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:57:36.285  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:57:36.286  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:57:36.286  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "dc80ed6c-939d-4455-8479-dcb71836dee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697453114,
  "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-04-28 15:57:36.292  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:57:36.292  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:57:36.292  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:57:36.292  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:57:36.292  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:57:36.292  INFO 1 --- [87-b39bdb317522] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-76a6432b-a4e8-40e0-8087-b39bdb317522] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to F6cfR6U0QVqOZ-udByofWQ
2023-04-28 15:57:37.295  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:57:37.295  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:57:37.295  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "dc80ed6c-939d-4455-8479-dcb71836dee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697453114,
  "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-04-28 15:57:38.297  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:57:38.298  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:57:38.298  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "dc80ed6c-939d-4455-8479-dcb71836dee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697453114,
  "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-04-28 15:57:39.300  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:57:39.300  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:57:39.300  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "dc80ed6c-939d-4455-8479-dcb71836dee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697453114,
  "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-04-28 15:57:40.302  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:57:40.302  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:57:40.302  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "dc80ed6c-939d-4455-8479-dcb71836dee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697453114,
  "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-04-28 15:57:41.304  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:57:41.305  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:57:41.305  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "dc80ed6c-939d-4455-8479-dcb71836dee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697453114,
  "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-04-28 15:57:42.308  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:57:42.308  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:57:42.308  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "dc80ed6c-939d-4455-8479-dcb71836dee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697453114,
  "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-04-28 15:57:43.309  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:57:43.309  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:57:43.309  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "dc80ed6c-939d-4455-8479-dcb71836dee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697453114,
  "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-04-28 15:57:44.310  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:57:44.311  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:57:44.311  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "dc80ed6c-939d-4455-8479-dcb71836dee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697453114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:57:45.312  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:57:45.313  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:57:45.314  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "dc80ed6c-939d-4455-8479-dcb71836dee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697453114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:57:53.078  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:58:06.187  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:06.188  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:06.188  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "54878f71-01be-41cd-8d6b-f020efb6ea3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697473078,
  "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-04-28 15:58:07.189  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:07.190  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:07.190  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "54878f71-01be-41cd-8d6b-f020efb6ea3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697473078,
  "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-04-28 15:58:08.192  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:08.192  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:08.192  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "54878f71-01be-41cd-8d6b-f020efb6ea3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697473078,
  "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-04-28 15:58:09.194  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:09.194  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:09.194  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "54878f71-01be-41cd-8d6b-f020efb6ea3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697473078,
  "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-04-28 15:58:10.197  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:10.197  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:10.197  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "54878f71-01be-41cd-8d6b-f020efb6ea3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697473078,
  "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-04-28 15:58:11.199  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:11.200  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:11.200  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "54878f71-01be-41cd-8d6b-f020efb6ea3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697473078,
  "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-04-28 15:58:12.200  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:12.201  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:12.201  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "54878f71-01be-41cd-8d6b-f020efb6ea3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697473078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:58:13.201  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:13.202  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:13.202  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "54878f71-01be-41cd-8d6b-f020efb6ea3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697473078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:58:14.203  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:58:34.203  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:58:46.037  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:46.038  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:46.038  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a4c5693f-745c-4866-b10d-418415529de8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697514203,
  "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-04-28 15:58:47.040  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:47.040  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:47.040  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a4c5693f-745c-4866-b10d-418415529de8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697514203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:58:48.042  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:48.042  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:48.043  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a4c5693f-745c-4866-b10d-418415529de8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697514203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:58:49.043  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:49.044  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:49.045  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a4c5693f-745c-4866-b10d-418415529de8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697514203,
  "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-04-28 15:58:50.046  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:50.046  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:50.046  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a4c5693f-745c-4866-b10d-418415529de8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697514203,
  "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-04-28 15:58:51.047  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:51.048  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:51.048  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a4c5693f-745c-4866-b10d-418415529de8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697514203,
  "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-04-28 15:58:52.049  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:52.049  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:52.049  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a4c5693f-745c-4866-b10d-418415529de8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697514203,
  "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-04-28 15:58:53.050  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:53.050  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:53.050  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a4c5693f-745c-4866-b10d-418415529de8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697514203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:58:54.051  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-04-28 15:58:54.052  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:54.052  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a4c5693f-745c-4866-b10d-418415529de8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697514203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:58:55.054  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-04-28 15:58:55.054  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   : Distributed service information
2023-04-28 15:58:55.054  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   : Service UUID: 80cc1047-8d76-426e-89d5-9d856e5de97f
2023-04-28 15:58:55.054  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   : Service name: test_pnf_macro
2023-04-28 15:58:55.054  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   : Service resources:
2023-04-28 15:58:55.054  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   :  - Resource: test-pnf
2023-04-28 15:58:55.055  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   :    Artifacts:
2023-04-28 15:58:55.055  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   :    - Name: MyPnf_Pnf_v1.yaml
2023-04-28 15:58:55.055  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-04-28 15:58:55.055  INFO 1 --- [ool-1-thread-10] o.o.v.o.m.service.ArtifactsCollector     : Downloading artifacts
2023-04-28 15:58:55.313  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDownloadStatus
2023-04-28 15:58:55.314  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:55.314  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a4c5693f-745c-4866-b10d-418415529de8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697535313,
  "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-04-28 15:58:56.337  WARN 1 --- [ool-1-thread-10] o.o.v.o.m.s.n.ValidationStatusSender     : Artifact MyPnf_Pnf_v1.yaml is valid
2023-04-28 15:58:56.337  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDeploymentStatus
2023-04-28 15:58:56.337  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:56.337  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a4c5693f-745c-4866-b10d-418415529de8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697536337,
  "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-04-28 15:58:57.338  INFO 1 --- [ool-1-thread-10] o.o.v.o.m.s.n.FinalStatusSender          : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2023-04-28 15:58:57.338  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendFinalDistributionStatus status
2023-04-28 15:58:57.338  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-04-28 15:58:57.338  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a4c5693f-745c-4866-b10d-418415529de8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1682697537338,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-28 15:58:58.339  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:59:18.340  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:59:38.341  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 15:59:58.343  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:00:18.344  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:00:38.344  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:00:58.346  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:01:18.346  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:01:38.346  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:01:58.348  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:02:18.349  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:02:38.350  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:02:58.351  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:03:18.352  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:03:38.353  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:03:58.354  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:04:18.355  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:04:38.356  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:04:58.357  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:05:18.373  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:05:38.374  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:05:58.375  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:06:18.375  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:06:38.376  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:06:58.376  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:07:18.377  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:07:38.390  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:07:58.391  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:08:18.392  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:08:38.393  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:08:58.394  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:09:18.395  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:09:38.395  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:09:58.396  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:10:18.397  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:10:38.399  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:10:58.400  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:11:18.400  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:11:38.402  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:11:58.403  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:12:18.404  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:12:38.405  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:12:58.406  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:13:18.407  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:13:38.408  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:13:58.409  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:14:18.410  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:14:38.411  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:14:58.412  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:15:18.412  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:15:38.414  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:15:58.414  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:16:18.415  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:16:38.416  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:16:58.418  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:17:18.420  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:17:38.421  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:17:58.422  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:18:18.422  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:18:38.423  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:18:58.423  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:19:18.425  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:19:38.426  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:19:58.427  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:20:18.428  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:20:38.428  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:20:58.429  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:21:18.431  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:21:38.432  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:21:58.433  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:22:18.434  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:22:38.435  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:22:58.435  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:23:18.437  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:23:38.438  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:23:58.438  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:24:18.440  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:24:38.440  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:24:58.440  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:25:18.442  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:25:38.442  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:25:58.444  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:26:18.445  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:26:38.446  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:26:58.447  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-28 16:27:18.447  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO