Results

By type

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

2023-01-06 05:17:14.416  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Starting Main using Java 11.0.9.1 on onap-dcae-ves-openapi-manager-7b5d5b4fb4-6wrwx with PID 1 (/app/ves-openapi-manager.jar started by onap in /app)
2023-01-06 05:17:14.423  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : No active profile set, falling back to 1 default profile: "default"
2023-01-06 05:17:16.347  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2023-01-06 05:17:16.366  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2023-01-06 05:17:16.367  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.65]
2023-01-06 05:17:16.482  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2023-01-06 05:17:16.482  INFO 1 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1956 ms
2023-01-06 05:17:17.552  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-01-06 05:17:17.553  INFO 1 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2023-01-06 05:17:18.191  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-4ac04a88-7135-4d2e-9760-94d98d003433
	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-01-06 05:17:18.316  INFO 1 --- [           main] o.a.k.clients.producer.KafkaProducer     : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Instantiated an idempotent producer.
2023-01-06 05:17:18.386  INFO 1 --- [           main] o.a.k.c.s.authenticator.AbstractLogin    : Successfully logged in.
2023-01-06 05:17:18.436  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-01-06 05:17:18.440  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-01-06 05:17:18.440  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1672982238432
2023-01-06 05:17:18.445  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client initialized successfully
2023-01-06 05:17:18.445  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-01-06 05:17:18.446  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-01-06 05:17:18.446  INFO 1 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : start DistributionClient
2023-01-06 05:17:18.462  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-1abfae64-69c2-4580-8605-d61a55dc3151
	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-01-06 05:17:18.524  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-01-06 05:17:18.525  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-01-06 05:17:18.525  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1672982238524
2023-01-06 05:17:18.527  INFO 1 --- [           main] o.a.k.clients.consumer.KafkaConsumer     : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, groupId=dcaegen2] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:17:18.529  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client started successfully
2023-01-06 05:17:18.529  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-01-06 05:17:18.529  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:17:19.268  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, 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 IuMT82jiQ4K0ZorR4ZAPnw
2023-01-06 05:17:19.268  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Cluster ID: g9_Bq6a3S4uehhlttgqJAQ
2023-01-06 05:17:19.269  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, 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 IuMT82jiQ4K0ZorR4ZAPnw
2023-01-06 05:17:19.269  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, 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 IuMT82jiQ4K0ZorR4ZAPnw
2023-01-06 05:17:19.270  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, 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 IuMT82jiQ4K0ZorR4ZAPnw
2023-01-06 05:17:19.270  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, 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 IuMT82jiQ4K0ZorR4ZAPnw
2023-01-06 05:17:19.270  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, 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 IuMT82jiQ4K0ZorR4ZAPnw
2023-01-06 05:17:19.272  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, groupId=dcaegen2] Cluster ID: g9_Bq6a3S4uehhlttgqJAQ
2023-01-06 05:17:19.275  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, groupId=dcaegen2] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-06 05:17:19.286  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, groupId=dcaegen2] (Re-)joining group
2023-01-06 05:17:19.327  INFO 1 --- [60-94d98d003433] o.a.k.c.p.internals.TransactionManager   : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] ProducerId set to 2000 with epoch 0
2023-01-06 05:17:19.349  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, groupId=dcaegen2] Request joining group due to: need to re-join with the given member-id
2023-01-06 05:17:19.350  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, groupId=dcaegen2] (Re-)joining group
2023-01-06 05:17:19.433  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
2023-01-06 05:17:19.447  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Started Main in 6.157 seconds (JVM running for 7.099)
2023-01-06 05:17:22.355  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, groupId=dcaegen2] Successfully joined group with generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151-016d8e88-798a-4dfe-b12d-eb1f97680451', protocol='range'}
2023-01-06 05:17:22.361  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, groupId=dcaegen2] Finished assignment for group at generation 1: {ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151-016d8e88-798a-4dfe-b12d-eb1f97680451=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-01-06 05:17:22.383  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, groupId=dcaegen2] Successfully synced group in generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151-016d8e88-798a-4dfe-b12d-eb1f97680451', protocol='range'}
2023-01-06 05:17:22.384  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, 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-01-06 05:17:22.389  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, 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-01-06 05:17:22.413  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-06 05:17:22.414  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-06 05:17:22.414  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-06 05:17:22.415  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-06 05:17:22.415  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-06 05:17:22.415  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-06 05:17:22.532  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, 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-01-06 05:17:22.533  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, 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-01-06 05:17:22.543  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, 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-01-06 05:17:22.544  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, 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-01-06 05:17:22.547  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, 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-01-06 05:17:22.547  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, 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-01-06 05:17:38.534  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:17:58.535  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:18:06.627  INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-06 05:18:06.627  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-01-06 05:18:06.630  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 3 ms
2023-01-06 05:18:18.537  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:18:38.538  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:18:58.538  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:19:18.540  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:19:38.542  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:19:58.543  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:20:18.545  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:20:38.546  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:20:58.547  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:21:18.549  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:21:38.549  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:21:58.551  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:22:18.552  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:22:38.553  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:22:58.555  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:23:18.557  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:23:38.559  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:23:58.559  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:24:18.561  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:24:38.563  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:24:58.564  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:25:18.566  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:25:38.567  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:25:58.568  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:26:18.570  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:26:19.405  INFO 1 --- [ool-1-thread-10] org.apache.kafka.clients.NetworkClient   : [Consumer clientId=ves-openapi-manager-consumer-1abfae64-69c2-4580-8605-d61a55dc3151, groupId=dcaegen2] Node -1 disconnected.
2023-01-06 05:26:19.534  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.NetworkClient   : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Node -1 disconnected.
2023-01-06 05:26:38.571  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:26:58.572  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:27:18.574  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:27:38.574  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:27:58.576  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:28:18.578  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:28:38.578  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:28:58.580  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:29:18.582  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:29:38.584  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:29:58.585  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:30:18.585  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:30:38.587  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:30:58.589  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:31:18.590  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:31:38.590  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:31:58.592  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:32:18.593  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:32:38.593  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:32:58.595  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:33:18.596  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:33:38.597  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:33:58.598  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:34:18.598  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:34:38.599  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:34:58.601  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:35:18.601  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:35:38.603  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:35:58.604  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:36:18.605  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:36:38.607  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:36:58.607  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:37:18.608  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:37:38.610  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:37:58.610  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:38:18.612  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:38:38.613  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:38:58.614  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:39:18.615  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:39:38.616  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:39:58.616  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:40:18.617  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:40:38.618  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:40:58.619  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:41:18.620  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:41:38.622  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:41:58.624  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:42:18.626  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:42:38.627  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:42:58.628  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:43:18.629  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:43:38.631  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:43:58.633  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:44:18.635  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:44:38.635  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:44:58.636  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:45:18.638  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:45:38.641  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:45:58.642  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:46:18.643  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:46:38.644  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:46:58.645  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:47:18.646  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:47:38.647  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:47:58.647  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:48:18.649  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:48:38.651  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:48:58.652  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:49:18.653  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:49:38.654  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:49:58.656  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:50:18.658  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:50:38.658  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:50:58.660  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:51:18.662  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:51:38.663  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:51:58.665  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:52:18.667  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:52:38.668  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:52:58.671  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:53:18.672  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:53:38.673  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:53:58.674  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:54:18.675  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:54:38.677  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:54:58.683  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:55:18.685  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:55:38.687  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:55:58.688  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:56:18.690  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:56:38.692  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:56:58.693  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:57:18.694  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:57:38.696  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:57:58.698  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:58:18.700  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:58:38.700  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:58:58.702  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:59:18.703  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:59:38.705  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 05:59:58.706  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:00:18.707  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:00:38.708  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:00:58.709  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:01:18.710  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:01:38.712  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:01:58.713  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:02:18.715  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:02:38.716  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:02:58.717  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:03:18.719  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:03:38.720  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:03:58.722  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:04:18.723  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:04:38.723  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:04:58.725  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:05:18.726  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:05:38.727  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:05:58.728  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:06:18.729  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:06:38.730  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:06:58.731  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:07:18.731  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:07:38.732  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:07:58.733  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:08:18.734  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:08:38.736  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:08:58.737  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:09:18.739  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:09:38.739  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:09:58.741  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:10:18.742  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:10:38.743  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:10:58.745  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:11:18.746  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:11:38.748  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:11:58.749  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:12:18.749  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:12:38.749  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:12:58.751  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:13:18.752  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:13:38.753  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:13:58.755  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:14:18.755  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:14:38.756  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:14:58.757  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:15:18.759  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:15:38.761  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:15:58.763  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:16:18.764  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:16:38.765  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:16:58.765  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:17:18.767  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:17:38.768  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:17:58.769  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:18:18.769  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:18:38.771  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:18:58.773  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:19:18.774  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:19:38.775  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:19:58.776  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:20:18.776  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:20:38.777  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:20:58.778  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:21:18.780  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:21:38.780  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:21:58.782  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:22:18.783  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:22:38.785  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:22:58.786  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:23:18.788  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:23:38.789  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:23:58.789  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:24:18.790  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:24:38.791  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:24:58.791  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:25:18.791  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:25:38.793  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:25:58.793  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:26:18.795  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:26:38.797  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:26:58.798  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:27:18.798  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:27:38.799  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:27:58.800  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:28:18.801  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:28:38.802  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:28:58.802  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:29:18.804  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:29:38.805  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:29:58.807  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:30:18.809  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:30:38.809  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:30:58.811  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:31:18.811  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:31:38.812  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:31:58.813  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:32:18.813  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:32:38.815  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:32:58.815  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:33:18.817  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:33:38.819  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:33:58.821  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:34:18.822  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:34:38.823  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:34:58.823  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:35:18.825  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:35:38.826  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:35:58.827  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:36:18.828  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:36:38.828  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:36:58.830  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:37:18.831  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:37:38.832  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:37:58.833  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:38:18.835  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:38:38.836  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:38:58.836  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:39:18.837  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:39:38.838  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:39:58.839  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:40:18.841  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:40:25.063  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:40:25.073  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:40:25.073  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987218840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:40:25.080  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 06:40:25.080  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 06:40:25.080  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 06:40:25.081  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 06:40:25.081  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 06:40:25.081  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 06:40:26.107  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:40:26.108  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:40:26.108  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987218840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vfwd64b710a7dd50_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:40:27.110  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:40:27.110  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:40:27.110  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987218840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:40:28.111  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:40:28.112  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:40:28.112  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987218840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:40:29.117  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:40:29.125  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:40:29.125  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987218840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/resourceInstances/vfwd64b710a7dd50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:40:30.126  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:40:30.126  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:40:30.126  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987218840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:40:31.130  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:40:31.131  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:40:31.131  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1d505fbb-741f-4b6e-8f5f-683e9eba0a37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987218840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106063907/1.0/artifacts/service-Vfw20230106063907-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:40:38.529  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:40:58.068  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:40:58.069  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:40:58.069  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987238529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:40:59.071  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:40:59.071  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:40:59.072  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987238529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/basic_onboard_mhepko0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:41:00.073  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:41:00.074  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:41:00.074  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987238529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:41:01.075  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:41:01.076  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:41:01.076  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987238529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:41:02.078  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:41:02.079  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:41:02.079  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987238529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/resourceInstances/basic_onboard_mhepko0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:41:03.079  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:41:03.080  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:41:03.080  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987238529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:41:04.081  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:41:04.081  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:41:04.081  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "07ab42d8-7ce8-4b05-a7f0-48c0a4841d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672987238529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhepko/1.0/artifacts/service-BasicOnboardMhepko-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:41:05.082  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:41:25.083  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:41:45.084  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:42:05.086  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:42:25.086  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:42:45.090  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:43:05.092  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:43:25.094  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:43:45.095  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:44:05.096  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:44:25.097  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:44:45.098  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:45:05.099  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:45:25.100  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:45:45.102  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:46:05.103  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:46:25.104  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:46:45.105  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:47:05.105  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:47:25.107  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:47:45.107  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:48:05.107  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:48:25.109  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:48:45.111  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:49:05.112  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:49:25.114  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:49:45.115  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:49:50.158  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.NetworkClient   : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Node 2 disconnected.
2023-01-06 06:50:05.116  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:50:25.116  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:50:45.117  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:51:05.118  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:51:25.120  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:51:45.120  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:52:05.122  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:52:25.124  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:52:45.126  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:53:05.127  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:53:25.129  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:53:45.130  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:54:05.131  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:54:25.132  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:54:45.133  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:55:05.134  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:55:25.135  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:55:42.071  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:55:42.073  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:55:42.073  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988125135,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:55:42.079  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 06:55:42.079  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 06:55:42.079  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 06:55:42.080  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 06:55:42.080  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 06:55:42.080  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 06:55:43.083  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:55:43.084  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:55:43.085  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "4a08580a-5c5e-4157-912c-db748e198c3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988125135,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:55:44.086  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:55:59.281  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:55:59.282  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:55:59.282  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988144086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:00.282  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:00.283  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:00.283  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988144086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:01.284  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:01.285  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:01.285  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988144086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:02.285  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:02.286  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:02.286  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988144086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:03.287  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:03.288  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:03.288  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988144086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:04.291  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:04.292  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:04.292  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988144086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:05.293  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:05.293  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:05.293  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988144086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:06.294  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:06.294  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:06.294  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988144086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/artifacts/service-DemoPnfN7bzaen1opylcmcm4zet-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:07.296  INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-01-06 06:56:07.297  INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback   : Distributed service information
2023-01-06 06:56:07.303  INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback   : Service UUID: ea2a7e8d-48df-4d05-b15c-8fdac8438ac1
2023-01-06 06:56:07.303  INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback   : Service name: Demo_pNF_n7bZAen1opYlcMcm4ZEt
2023-01-06 06:56:07.304  INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback   : Service resources:
2023-01-06 06:56:07.305  INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback   :  - Resource: pNF fabc3a6b-dc58
2023-01-06 06:56:07.305  INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback   :    Artifacts:
2023-01-06 06:56:07.305  INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback   :    - Name: MyPnf_Pnf_v1.yaml
2023-01-06 06:56:07.305  INFO 1 --- [pool-1-thread-7] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-01-06 06:56:07.307  INFO 1 --- [pool-1-thread-7] o.o.v.o.m.service.ArtifactsCollector     : Downloading artifacts
2023-01-06 06:56:07.467  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDownloadStatus
2023-01-06 06:56:07.468  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:07.469  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988167467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:08.646  WARN 1 --- [pool-1-thread-7] o.o.v.o.m.s.n.ValidationStatusSender     : Artifact MyPnf_Pnf_v1.yaml is valid
2023-01-06 06:56:08.646  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDeploymentStatus
2023-01-06 06:56:08.646  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:08.646  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988168645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN7bzaen1opylcmcm4zet/1.0/resourceInstances/pnffabc3a6bdc580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:09.650  INFO 1 --- [pool-1-thread-7] o.o.v.o.m.s.n.FinalStatusSender          : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2023-01-06 06:56:09.651  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendFinalDistributionStatus status
2023-01-06 06:56:09.651  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:09.651  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "614e4fab-eb14-49a6-b178-c6716a647178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988169650,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:10.652  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:56:30.653  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:56:33.711  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:33.712  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:33.712  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988190653,
  "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-01-06 06:56:34.713  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:34.713  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:34.714  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988190653,
  "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-01-06 06:56:35.714  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:35.715  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:35.715  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988190653,
  "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-01-06 06:56:36.716  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:36.717  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:36.717  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988190653,
  "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-01-06 06:56:37.718  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:37.718  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:37.718  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988190653,
  "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-01-06 06:56:38.719  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:38.720  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:38.720  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988190653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:39.721  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:39.721  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:39.721  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8502b107-e947-4664-9349-eb0bfcb580a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988190653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:40.722  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:56:53.170  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:53.171  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:53.171  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:54.171  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:54.172  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:54.172  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:55.173  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:55.174  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:55.174  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:56.175  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:56.175  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:56.175  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:57.176  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:57.177  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:57.177  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:58.178  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:58.179  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:58.179  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:56:59.179  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:56:59.180  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:56:59.180  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:57:00.181  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:57:00.182  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:57:00.183  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:57:01.184  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 06:57:01.185  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 06:57:01.185  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e6362146-02d2-402e-a868-36a5c6f1a73e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672988200722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 06:57:02.186  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:57:22.187  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:57:42.188  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:58:02.189  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:58:22.190  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:58:42.191  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:59:02.192  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:59:22.193  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 06:59:42.195  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:00:02.196  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:00:22.196  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:00:42.198  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:01:02.198  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:01:22.200  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:01:42.200  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:02:02.202  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:02:22.203  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:02:42.204  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:03:02.205  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:03:22.206  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:03:42.207  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:04:02.208  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:04:22.208  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:04:42.209  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:05:02.210  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:05:22.211  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:05:42.211  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:06:02.212  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:06:22.215  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:06:42.217  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:07:02.217  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:07:22.219  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:07:42.220  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:08:02.220  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:08:22.221  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:08:42.222  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:09:02.223  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:09:22.223  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:09:42.225  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:10:02.226  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:10:22.226  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:10:42.228  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:11:02.229  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:11:22.229  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:11:42.230  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:12:02.232  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:12:22.234  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:12:42.235  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:13:02.235  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:13:22.237  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:13:42.238  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:14:02.239  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:14:22.240  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:14:42.240  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:15:02.243  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:15:22.243  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:15:42.244  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:16:02.244  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:16:22.245  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:16:42.246  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:17:02.246  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:17:22.247  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:17:42.249  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:18:02.250  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:18:22.250  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:18:42.251  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:19:02.253  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:19:22.253  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:19:42.255  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:20:02.255  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:20:22.256  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:20:42.258  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:21:02.259  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:21:22.259  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:21:42.260  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:22:02.262  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:22:22.264  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:22:42.264  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:23:02.265  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:23:22.266  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:23:29.381  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:29.381  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:29.381  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989802266,
  "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-01-06 07:23:29.384  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 07:23:29.385  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 07:23:29.385  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 07:23:29.385  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 07:23:29.385  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 07:23:29.385  INFO 1 --- [60-94d98d003433] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-4ac04a88-7135-4d2e-9760-94d98d003433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to PrjsBNrGT8C6Q1_1NhQs9g
2023-01-06 07:23:30.388  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:30.388  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:30.388  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989802266,
  "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-01-06 07:23:31.389  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:31.389  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:31.389  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989802266,
  "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-01-06 07:23:32.390  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:32.390  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:32.391  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989802266,
  "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-01-06 07:23:33.391  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:33.392  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:33.392  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989802266,
  "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-01-06 07:23:34.393  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:34.393  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:34.394  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989802266,
  "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-01-06 07:23:35.394  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:35.395  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:35.395  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 07:23:36.396  INFO 1 --- [pool-1-thread-2] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:36.397  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:36.397  INFO 1 --- [pool-1-thread-2] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "848915ea-7180-4489-bbc9-0581e2b601c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 07:23:38.529  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:23:38.535  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:38.536  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:38.536  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "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-01-06 07:23:39.537  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:39.538  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:39.538  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "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-01-06 07:23:40.539  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:40.539  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:40.539  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "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-01-06 07:23:41.540  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:41.540  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:41.541  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "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-01-06 07:23:42.541  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:42.543  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:42.543  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "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-01-06 07:23:43.544  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:43.546  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:43.546  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "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-01-06 07:23:44.547  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:44.547  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:44.547  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "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-01-06 07:23:45.548  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:45.548  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:45.548  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "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-01-06 07:23:46.549  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:46.550  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:46.550  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 07:23:47.551  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:23:47.551  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:23:47.551  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "68e58007-208c-4e1f-bd0b-d06ac036cfbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989818529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 07:23:58.529  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:24:18.530  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:24:38.530  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:24:58.530  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:25:13.299  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:25:13.300  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:25:13.300  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "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-01-06 07:25:14.301  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:25:14.301  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:25:14.301  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 07:25:15.302  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:25:15.302  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:25:15.302  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 07:25:16.304  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:25:16.305  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:25:16.305  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "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-01-06 07:25:17.306  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:25:17.307  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:25:17.307  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "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-01-06 07:25:18.307  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:25:18.308  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:25:18.308  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "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-01-06 07:25:19.309  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:25:19.309  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:25:19.309  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "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-01-06 07:25:20.310  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:25:20.310  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:25:20.310  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 07:25:21.311  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-06 07:25:21.311  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:25:21.311  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989898530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 07:25:22.312  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-01-06 07:25:22.313  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   : Distributed service information
2023-01-06 07:25:22.313  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   : Service UUID: 7bbd233f-f1bc-4f69-a08d-d74411fbab27
2023-01-06 07:25:22.313  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   : Service name: test_pnf_macro
2023-01-06 07:25:22.313  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   : Service resources:
2023-01-06 07:25:22.313  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   :  - Resource: test-pnf
2023-01-06 07:25:22.313  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   :    Artifacts:
2023-01-06 07:25:22.313  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   :    - Name: MyPnf_Pnf_v1.yaml
2023-01-06 07:25:22.313  INFO 1 --- [pool-1-thread-6] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-01-06 07:25:22.313  INFO 1 --- [pool-1-thread-6] o.o.v.o.m.service.ArtifactsCollector     : Downloading artifacts
2023-01-06 07:25:22.491  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDownloadStatus
2023-01-06 07:25:22.491  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:25:22.491  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989922491,
  "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-01-06 07:25:23.518  WARN 1 --- [pool-1-thread-6] o.o.v.o.m.s.n.ValidationStatusSender     : Artifact MyPnf_Pnf_v1.yaml is valid
2023-01-06 07:25:23.518  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDeploymentStatus
2023-01-06 07:25:23.518  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:25:23.518  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989923518,
  "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-01-06 07:25:24.519  INFO 1 --- [pool-1-thread-6] o.o.v.o.m.s.n.FinalStatusSender          : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2023-01-06 07:25:24.519  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendFinalDistributionStatus status
2023-01-06 07:25:24.519  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-06 07:25:24.519  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "13a3197d-9ed7-43f3-a1fc-7f2ab8bd0e00",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672989924519,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-06 07:25:25.520  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:25:45.521  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:26:05.521  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:26:25.521  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:26:45.522  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:27:05.522  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:27:25.523  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:27:45.524  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:28:05.525  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:28:25.525  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:28:45.526  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:29:05.527  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:29:25.527  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:29:45.528  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:30:05.529  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:30:25.530  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:30:45.530  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:31:05.530  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:31:25.532  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:31:45.532  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:32:05.534  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:32:25.535  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:32:45.536  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:33:05.537  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:33:25.538  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:33:45.540  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:34:05.540  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:34:25.541  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:34:45.541  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:35:05.542  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:35:25.543  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:35:45.545  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:36:05.546  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:36:25.548  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:36:45.549  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:37:05.549  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:37:25.549  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:37:45.551  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:38:05.552  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:38:25.553  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:38:45.554  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:39:05.555  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:39:25.556  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:39:45.556  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:40:05.558  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:40:25.559  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:40:45.560  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:41:05.561  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:41:25.562  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:41:45.563  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:42:05.563  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:42:25.565  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:42:45.565  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:43:05.567  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:43:25.567  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:43:45.568  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:44:05.569  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:44:25.570  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:44:45.571  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:45:05.572  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:45:25.573  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:45:45.575  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:46:05.575  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:46:25.575  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:46:45.575  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:47:05.576  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:47:25.577  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:47:45.578  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:48:05.578  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:48:25.578  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:48:45.578  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:49:05.579  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:49:25.580  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:49:45.580  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:50:05.580  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:50:25.581  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:50:45.581  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:51:05.582  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:51:25.582  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:51:45.583  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:52:05.584  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:52:25.585  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:52:45.586  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:53:05.586  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:53:25.587  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:53:45.588  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:54:05.588  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:54:25.590  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:54:45.590  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:55:05.591  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:55:25.593  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:55:45.593  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:56:05.593  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:56:25.594  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:56:45.595  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:57:05.595  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:57:25.597  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:57:45.598  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:58:05.598  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:58:25.600  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:58:45.600  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:59:05.602  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:59:25.602  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 07:59:45.602  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:00:05.603  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:00:25.604  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:00:45.605  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:01:05.606  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:01:25.607  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:01:45.607  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:02:05.608  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:02:25.609  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:02:45.610  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:03:05.610  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:03:25.611  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:03:45.611  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:04:05.611  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:04:25.612  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:04:45.613  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:05:05.614  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:05:25.615  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:05:45.615  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:06:05.616  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:06:25.617  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:06:45.617  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:07:05.617  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:07:25.618  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:07:45.618  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:08:05.620  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:08:25.620  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:08:45.621  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:09:05.622  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:09:25.623  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:09:45.623  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:10:05.625  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:10:25.625  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:10:45.627  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:11:05.627  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:11:25.627  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:11:45.629  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:12:05.629  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:12:25.631  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:12:45.631  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:13:05.633  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:13:25.633  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:13:45.634  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:14:05.635  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:14:25.635  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:14:45.636  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:15:05.636  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:15:25.638  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:15:45.639  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:16:05.640  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:16:25.640  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:16:45.641  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:17:05.642  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:17:25.644  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:17:45.644  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:18:05.645  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:18:25.646  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:18:45.647  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:19:05.649  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:19:25.650  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:19:45.652  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:20:05.653  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:20:25.654  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:20:45.654  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:21:05.656  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:21:25.657  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:21:45.657  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:22:05.657  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:22:25.657  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:22:45.658  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:23:05.658  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:23:25.659  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:23:45.659  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:24:05.660  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:24:25.660  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:24:45.662  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:25:05.664  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:25:25.665  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:25:45.665  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:26:05.666  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:26:25.666  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:26:45.667  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:27:05.668  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:27:25.668  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:27:45.670  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:28:05.671  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:28:25.672  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:28:45.673  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:29:05.673  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:29:25.674  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:29:45.675  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:30:05.676  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:30:25.676  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:30:45.678  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:31:05.679  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:31:25.679  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:31:45.681  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-06 08:32:05.682  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO