Results

By type

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

2023-01-27 05:19:45.490  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Starting Main using Java 11.0.9.1 on onap-dcae-ves-openapi-manager-7b5d5b4fb4-qg7cn with PID 1 (/app/ves-openapi-manager.jar started by onap in /app)
2023-01-27 05:19:45.495  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : No active profile set, falling back to 1 default profile: "default"
2023-01-27 05:19:47.278  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2023-01-27 05:19:47.297  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2023-01-27 05:19:47.297  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.65]
2023-01-27 05:19:47.417  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2023-01-27 05:19:47.417  INFO 1 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1834 ms
2023-01-27 05:19:48.482  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-01-27 05:19:48.482  INFO 1 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2023-01-27 05:19:48.922  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-989d483b-b55b-4d25-86e1-db0f77d231fb
	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-27 05:19:49.060  INFO 1 --- [           main] o.a.k.clients.producer.KafkaProducer     : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Instantiated an idempotent producer.
2023-01-27 05:19:49.141  INFO 1 --- [           main] o.a.k.c.s.authenticator.AbstractLogin    : Successfully logged in.
2023-01-27 05:19:49.198  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-01-27 05:19:49.200  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-01-27 05:19:49.201  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1674796789193
2023-01-27 05:19:49.205  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client initialized successfully
2023-01-27 05:19:49.205  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-01-27 05:19:49.205  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-01-27 05:19:49.206  INFO 1 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : start DistributionClient
2023-01-27 05:19:49.222  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-1423cc33-9e1d-4901-8ca2-fd50c70ccba6
	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-27 05:19:49.292  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-01-27 05:19:49.293  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-01-27 05:19:49.293  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1674796789292
2023-01-27 05:19:49.294  INFO 1 --- [           main] o.a.k.clients.consumer.KafkaConsumer     : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, groupId=dcaegen2] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:19:49.300  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client started successfully
2023-01-27 05:19:49.300  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-01-27 05:19:49.302  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:19:49.986  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, 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 N7WE_PUiRiq7trSc9q45Hw
2023-01-27 05:19:49.986  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Cluster ID: wLESuBjtQ4iYsoxCQgTNRg
2023-01-27 05:19:49.986  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, 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 N7WE_PUiRiq7trSc9q45Hw
2023-01-27 05:19:49.986  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, 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 N7WE_PUiRiq7trSc9q45Hw
2023-01-27 05:19:49.986  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, 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 N7WE_PUiRiq7trSc9q45Hw
2023-01-27 05:19:49.987  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, 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 N7WE_PUiRiq7trSc9q45Hw
2023-01-27 05:19:49.987  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, 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 N7WE_PUiRiq7trSc9q45Hw
2023-01-27 05:19:49.987  INFO 1 --- [e1-db0f77d231fb] o.a.k.c.p.internals.TransactionManager   : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] ProducerId set to 1002 with epoch 0
2023-01-27 05:19:49.990  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, groupId=dcaegen2] Cluster ID: wLESuBjtQ4iYsoxCQgTNRg
2023-01-27 05:19:49.991  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, groupId=dcaegen2] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-27 05:19:50.005  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, groupId=dcaegen2] (Re-)joining group
2023-01-27 05:19:50.062  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, groupId=dcaegen2] Request joining group due to: need to re-join with the given member-id
2023-01-27 05:19:50.063  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, groupId=dcaegen2] (Re-)joining group
2023-01-27 05:19:50.276  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
2023-01-27 05:19:50.290  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Started Main in 5.884 seconds (JVM running for 6.842)
2023-01-27 05:19:53.073  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, groupId=dcaegen2] Successfully joined group with generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6-04f7c7db-0428-44f8-a4da-b6dedb7b8eaf', protocol='range'}
2023-01-27 05:19:53.078  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, groupId=dcaegen2] Finished assignment for group at generation 1: {ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6-04f7c7db-0428-44f8-a4da-b6dedb7b8eaf=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-27 05:19:53.119  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, groupId=dcaegen2] Successfully synced group in generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6-04f7c7db-0428-44f8-a4da-b6dedb7b8eaf', protocol='range'}
2023-01-27 05:19:53.121  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, 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-27 05:19:53.128  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, 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-27 05:19:53.173  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-27 05:19:53.174  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-27 05:19:53.174  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-27 05:19:53.174  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-27 05:19:53.175  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-27 05:19:53.175  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-27 05:19:53.285  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-27 05:19:53.286  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-27 05:19:53.294  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-27 05:19:53.294  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-27 05:19:53.294  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-27 05:19:53.295  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-27 05:20:09.312  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:20:13.286  INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-27 05:20:13.286  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-01-27 05:20:13.289  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 2 ms
2023-01-27 05:20:29.314  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:20:49.315  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:21:09.318  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:21:29.320  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:21:49.321  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:22:09.324  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:22:29.325  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:22:49.326  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:23:09.327  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:23:29.328  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:23:49.329  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:24:09.330  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:24:29.331  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:24:49.333  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:25:09.334  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:25:29.334  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:25:49.336  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:26:09.337  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:26:29.339  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:26:49.340  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:27:09.341  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:27:29.341  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:27:49.343  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:28:09.343  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:28:29.344  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:28:49.345  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:28:50.053  INFO 1 --- [pool-1-thread-4] org.apache.kafka.clients.NetworkClient   : [Consumer clientId=ves-openapi-manager-consumer-1423cc33-9e1d-4901-8ca2-fd50c70ccba6, groupId=dcaegen2] Node -1 disconnected.
2023-01-27 05:28:50.249  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.NetworkClient   : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Node -1 disconnected.
2023-01-27 05:29:09.347  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:29:29.349  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:29:49.349  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:30:09.350  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:30:29.352  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:30:49.352  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:31:09.353  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:31:29.354  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:31:49.355  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:32:09.356  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:32:29.357  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:32:49.358  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:33:09.358  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:33:29.359  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:33:49.360  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:34:09.360  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:34:29.362  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:34:49.363  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:35:09.364  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:35:29.365  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:35:49.367  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:36:09.368  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:36:29.369  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:36:49.369  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:37:09.370  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:37:29.372  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:37:49.373  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:38:09.374  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:38:29.376  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:38:49.377  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:39:09.379  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:39:29.380  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:39:49.382  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:40:09.383  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:40:29.384  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:40:49.385  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:41:09.385  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:41:29.387  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:41:49.387  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:42:09.388  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:42:29.389  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:42:49.390  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:43:09.390  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:43:29.391  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:43:49.393  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:44:09.395  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:44:29.396  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:44:49.397  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:45:09.398  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:45:29.399  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:45:49.399  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:46:09.401  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:46:29.402  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:46:49.403  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:47:09.409  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:47:29.409  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:47:49.411  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:48:09.411  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:48:29.413  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:48:49.414  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:49:09.415  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:49:29.417  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:49:49.419  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:50:09.421  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:50:29.421  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:50:49.423  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:51:09.424  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:51:29.425  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:51:49.426  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:52:09.426  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:52:29.427  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:52:49.427  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:53:09.428  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:53:29.429  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:53:49.430  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:54:09.431  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:54:29.431  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:54:49.431  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:55:09.432  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:55:29.434  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:55:49.436  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:56:09.437  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:56:29.438  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:56:49.439  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:57:09.440  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:57:29.441  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:57:49.443  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:58:09.443  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:58:29.445  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:58:49.447  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:59:09.447  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:59:29.451  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 05:59:49.452  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:00:09.453  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:00:29.454  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:00:49.455  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:01:09.456  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:01:29.457  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:01:49.458  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:02:09.460  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:02:29.460  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:02:49.461  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:03:09.462  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:03:29.464  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:03:49.464  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:04:09.465  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:04:29.465  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:04:49.467  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:05:09.467  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:05:29.469  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:05:49.470  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:06:09.471  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:06:29.471  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:06:49.473  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:07:09.473  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:07:29.476  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:07:49.476  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:08:09.477  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:08:29.479  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:08:49.480  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:09:09.483  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:09:29.484  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:09:49.485  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:10:09.486  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:10:29.487  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:10:49.488  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:11:09.488  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:11:29.490  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:11:49.491  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:12:09.491  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:12:29.492  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:12:49.494  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:13:09.495  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:13:29.495  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:13:49.497  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:14:09.498  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:14:29.499  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:14:49.502  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:15:09.503  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:15:29.504  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:15:49.504  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:16:09.506  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:16:29.511  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:16:49.512  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:17:09.512  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:17:29.514  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:17:49.514  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:18:09.515  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:18:29.516  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:18:49.520  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:19:09.520  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:19:29.521  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:19:49.521  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:20:09.523  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:20:29.523  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:20:49.524  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:21:09.525  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:21:29.527  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:21:49.527  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:22:09.528  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:22:29.528  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:22:49.530  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:23:09.531  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:23:29.532  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:23:49.533  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:24:09.534  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:24:29.535  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:24:49.535  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:25:09.536  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:25:29.537  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:25:49.537  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:26:09.540  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:26:29.541  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:26:49.550  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:27:09.550  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:27:29.552  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:27:49.552  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:28:09.554  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:28:29.555  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:28:49.556  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:29:09.556  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:29:29.557  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:29:49.561  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:30:09.561  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:30:29.563  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:30:49.563  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:31:09.564  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:31:29.565  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:31:49.565  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:32:09.566  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:32:29.566  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:32:49.567  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:33:09.567  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:33:29.568  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:33:49.569  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:34:09.570  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:34:29.572  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:34:49.572  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:35:09.573  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:35:29.574  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:35:49.578  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:36:09.579  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:36:29.580  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:36:49.580  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:37:09.580  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:37:29.581  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:37:49.581  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:38:09.581  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:38:29.582  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:38:49.584  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:39:09.584  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:39:29.586  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:39:49.586  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:40:09.587  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:40:29.589  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:40:49.590  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:41:09.593  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:41:29.594  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:41:49.595  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:42:09.596  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:42:29.597  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:42:49.597  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:43:09.598  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:43:29.599  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:43:49.606  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:44:09.606  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:44:29.608  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:44:49.609  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:45:09.610  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:45:29.610  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:45:49.611  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:46:09.613  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:46:29.614  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:46:49.615  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:47:09.616  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:47:29.617  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:47:49.618  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:48:09.619  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:48:29.619  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:48:49.620  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:49:09.621  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:49:29.622  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:49:49.622  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:50:09.624  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:50:29.624  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:50:49.626  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:51:09.636  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:51:29.636  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:51:49.638  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:52:09.639  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:52:29.639  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:52:49.639  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:53:09.640  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:53:29.641  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:53:49.643  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:54:09.644  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:54:29.645  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:54:49.646  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:55:09.647  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:55:29.649  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:55:49.649  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:56:09.649  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:56:29.650  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:56:49.650  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:57:09.651  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:57:29.652  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:57:49.652  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:58:09.653  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:58:29.655  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:58:49.655  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:59:09.656  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:59:29.658  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 06:59:49.659  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:00:09.659  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:00:29.661  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:00:49.663  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:01:09.664  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:01:29.664  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:01:49.665  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:02:09.665  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:02:29.666  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:02:49.667  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:03:09.667  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:03:29.667  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:03:49.667  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:04:09.669  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:04:29.670  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:04:49.671  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:05:09.671  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:05:29.672  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:05:49.674  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:06:09.674  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:06:29.676  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:06:49.678  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:07:09.679  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:07:29.680  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:07:49.681  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:08:09.682  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:08:29.683  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:08:49.684  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:09:09.686  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:09:29.686  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:09:49.687  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:10:09.689  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:10:29.689  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:10:49.689  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:11:09.689  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:11:29.690  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:11:49.690  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:12:09.692  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:12:29.692  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:12:49.693  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:13:09.694  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:13:29.695  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:13:49.697  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:14:09.698  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:14:29.699  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:14:49.700  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:15:09.701  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:15:29.702  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:15:49.702  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:16:09.703  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:16:22.953  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 07:16:22.961  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 07:16:22.961  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674803769703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 07:16:22.966  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 07:16:22.966  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 07:16:22.966  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 07:16:22.966  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 07:16:22.966  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 07:16:22.967  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 07:16:23.982  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 07:16:23.983  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 07:16:23.983  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674803769703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 07:16:24.984  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 07:16:24.984  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 07:16:24.985  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674803769703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 07:16:25.986  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 07:16:25.986  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 07:16:25.986  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674803769703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 07:16:26.987  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 07:16:26.988  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 07:16:26.988  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674803769703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 07:16:27.989  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 07:16:27.989  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 07:16:27.989  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674803769703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 07:16:28.990  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 07:16:28.990  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 07:16:28.990  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674803769703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 07:16:29.991  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:16:49.992  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:17:09.992  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:17:29.992  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:17:49.993  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:18:09.995  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:18:29.996  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:18:49.996  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:19:10.001  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:19:30.002  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:19:50.009  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:20:10.010  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:20:30.011  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:20:50.012  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:21:10.013  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:21:30.015  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:21:50.016  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:22:10.016  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:22:30.017  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:22:50.018  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:23:10.020  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:23:30.020  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:23:50.021  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:24:10.022  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:24:30.022  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:24:50.023  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:25:10.025  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:25:30.025  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:25:50.027  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:26:10.028  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:26:30.029  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:26:50.031  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:27:10.031  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:27:30.031  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:27:50.033  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:27:51.099  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.NetworkClient   : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Node 0 disconnected.
2023-01-27 07:28:10.035  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:28:30.037  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:28:50.037  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:29:10.039  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:29:30.044  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:29:50.045  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:30:10.046  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:30:30.046  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:30:50.048  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:31:10.049  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:31:30.050  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:31:50.050  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:32:10.051  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:32:30.053  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:32:50.054  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:33:10.056  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:33:30.057  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:33:50.057  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:34:10.058  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:34:30.060  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:34:50.061  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:35:10.061  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:35:30.062  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:35:50.063  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:36:10.063  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:36:30.065  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:36:50.065  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:37:10.066  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:37:30.067  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:37:50.069  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:38:10.070  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:38:30.071  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:38:50.073  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:39:10.073  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:39:30.074  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:39:50.076  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:40:10.076  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:40:30.078  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:40:50.078  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:41:10.079  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:41:30.079  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:41:50.081  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:42:10.082  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:42:30.083  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:42:50.084  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:43:10.085  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:43:30.085  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:43:50.086  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:44:10.086  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:44:30.088  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:44:50.089  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:45:10.091  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:45:30.091  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:45:50.091  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:46:10.092  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:46:30.094  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:46:50.095  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:47:10.096  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:47:30.096  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:47:50.096  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:48:10.096  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:48:30.097  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:48:50.098  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:49:10.098  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:49:30.099  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:49:50.100  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:50:10.100  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:50:30.101  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:50:50.101  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:51:10.102  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:51:30.105  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:51:50.105  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:52:10.105  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:52:30.107  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:52:50.107  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:53:10.109  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:53:30.110  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:53:50.111  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:54:10.112  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:54:30.112  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:54:50.113  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:55:10.115  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:55:30.115  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:55:50.116  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:56:10.117  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:56:30.119  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:56:50.120  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:57:10.120  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:57:30.121  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:57:50.121  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:58:10.123  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:58:30.123  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:58:50.123  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:59:10.123  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:59:30.125  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 07:59:50.125  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:00:10.125  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:00:30.126  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:00:50.126  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:01:10.127  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:01:30.128  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:01:50.130  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:02:10.130  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:02:30.130  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:02:50.130  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:03:10.131  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:03:30.132  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:03:50.132  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:04:10.133  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:04:30.134  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:04:50.136  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:05:10.137  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:05:30.138  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:05:50.139  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:06:10.140  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:06:30.140  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:06:50.142  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:07:10.142  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:07:30.143  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:07:50.144  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:08:10.145  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:08:30.146  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:08:50.146  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:09:10.148  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:09:30.148  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:09:50.149  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:10:10.149  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:10:30.151  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:10:50.151  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:11:10.152  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:11:30.154  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:11:50.155  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:12:10.156  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:12:30.157  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:12:50.158  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:13:10.158  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:13:30.158  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:13:50.159  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:14:10.159  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:14:30.159  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:14:50.160  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:15:02.308  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:15:02.309  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:15:02.309  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807290160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:15:02.320  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 08:15:02.320  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 08:15:02.320  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 08:15:02.320  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 08:15:02.320  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 08:15:02.320  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 08:15:03.322  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:15:03.322  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:15:03.322  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807290160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:15:04.323  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:15:04.323  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:15:04.323  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807290160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:15:05.324  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:15:05.324  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:15:05.324  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807290160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:15:06.325  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:15:06.326  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:15:06.326  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807290160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:15:07.328  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:15:07.328  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:15:07.328  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807290160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:15:08.330  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:15:08.330  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:15:08.330  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807290160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:15:09.332  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:15:29.336  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:15:49.345  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:16:09.345  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:16:29.346  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:16:49.347  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:17:09.347  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:17:29.350  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:17:49.351  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:18:09.352  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:18:29.353  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:18:49.354  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:19:09.354  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:19:29.354  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:19:49.355  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:20:09.356  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:20:29.356  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:20:49.357  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:21:09.357  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:21:29.358  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:21:49.358  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:22:09.359  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:22:29.359  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:22:41.064  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:22:41.065  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:22:41.065  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807749359,
  "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-27 08:22:42.066  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:22:42.066  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:22:42.066  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807749359,
  "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-27 08:22:49.297  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:23:09.298  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:23:21.156  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:23:21.157  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:23:21.157  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807789298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:23:22.157  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:23:22.158  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:23:22.158  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807789298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:23:23.159  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:23:23.160  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:23:23.160  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807789298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:23:24.161  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:23:24.161  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:23:24.161  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807789298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:23:25.162  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:23:25.162  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:23:25.163  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807789298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:23:26.166  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:23:26.167  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:23:26.167  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807789298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:23:27.168  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:23:27.168  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:23:27.168  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807789298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:23:28.169  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:23:28.169  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:23:28.169  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807789298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:23:29.171  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-01-27 08:23:29.172  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   : Distributed service information
2023-01-27 08:23:29.183  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   : Service UUID: 4ddea041-4d6f-447b-bd47-02158cbc16f2
2023-01-27 08:23:29.183  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   : Service name: Demo_pNF_e8jE5W51XleMVmy9JsWu
2023-01-27 08:23:29.184  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   : Service resources:
2023-01-27 08:23:29.184  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   :  - Resource: pNF 7cb6c881-146f
2023-01-27 08:23:29.184  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   :    Artifacts:
2023-01-27 08:23:29.185  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   :    - Name: MyPnf_Pnf_v1.yaml
2023-01-27 08:23:29.185  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-01-27 08:23:29.186  INFO 1 --- [pool-1-thread-9] o.o.v.o.m.service.ArtifactsCollector     : Downloading artifacts
2023-01-27 08:23:29.351  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDownloadStatus
2023-01-27 08:23:29.356  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:23:29.356  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807809351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:23:30.562  WARN 1 --- [pool-1-thread-9] o.o.v.o.m.s.n.ValidationStatusSender     : Artifact MyPnf_Pnf_v1.yaml is valid
2023-01-27 08:23:30.562  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDeploymentStatus
2023-01-27 08:23:30.562  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:23:30.562  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807810562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:23:31.565  INFO 1 --- [pool-1-thread-9] o.o.v.o.m.s.n.FinalStatusSender          : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2023-01-27 08:23:31.565  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendFinalDistributionStatus status
2023-01-27 08:23:31.565  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:23:31.565  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807811565,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 08:23:32.566  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:23:52.567  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:23:58.320  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:23:58.320  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:23:58.320  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807832567,
  "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-27 08:23:59.322  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:23:59.323  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:23:59.323  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807832567,
  "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-27 08:24:00.324  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:24:00.325  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:24:00.325  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807832567,
  "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-27 08:24:01.327  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:24:01.327  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:24:01.328  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807832567,
  "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-27 08:24:02.329  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:24:02.330  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:24:02.330  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807832567,
  "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-27 08:24:03.332  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:24:03.332  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:24:03.332  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807832567,
  "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-27 08:24:04.334  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:24:04.334  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:24:04.335  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807832567,
  "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-27 08:24:09.297  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:24:09.301  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:24:09.301  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:24:09.301  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "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-27 08:24:10.302  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:24:10.303  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:24:10.303  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "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-27 08:24:11.304  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:24:11.304  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:24:11.305  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "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-27 08:24:12.305  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:24:12.306  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:24:12.306  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "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-27 08:24:13.308  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:24:13.308  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:24:13.308  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "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-27 08:24:14.309  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:24:14.310  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:24:14.310  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "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-27 08:24:15.311  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:24:15.311  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:24:15.311  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "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-27 08:24:16.312  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:24:16.312  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:24:16.312  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "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-27 08:24:17.313  INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 08:24:17.314  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 08:24:17.314  INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "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-27 08:24:29.298  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:24:49.298  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:25:09.298  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:25:29.300  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:25:49.301  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:26:09.301  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:26:29.302  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:26:49.302  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:27:09.303  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:27:29.303  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:27:49.306  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:28:09.306  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:28:29.308  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:28:49.308  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:29:09.309  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:29:29.310  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:29:49.311  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:30:09.311  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:30:29.312  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:30:49.313  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:31:09.313  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:31:29.315  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:31:49.316  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:32:09.317  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:32:29.318  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:32:49.318  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:33:09.319  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:33:29.319  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:33:49.319  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:34:09.321  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:34:29.321  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:34:49.321  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:35:09.323  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:35:29.324  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:35:49.351  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:36:09.351  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:36:29.352  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:36:49.353  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:37:09.354  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:37:29.356  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:37:49.359  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:38:09.360  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:38:29.361  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:38:49.361  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:39:09.362  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:39:29.364  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:39:49.364  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:40:09.366  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:40:29.368  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:40:49.368  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:41:09.369  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:41:29.369  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:41:49.370  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:42:09.370  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:42:29.370  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:42:49.371  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:43:09.371  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:43:29.372  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:43:49.372  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:44:09.374  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:44:29.376  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:44:49.377  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:45:09.378  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:45:29.378  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:45:49.379  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:46:09.380  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:46:29.382  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:46:49.383  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:47:09.383  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:47:29.384  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:47:49.385  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:48:09.385  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:48:29.386  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:48:49.388  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:49:09.388  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:49:29.392  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:49:49.392  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:50:09.394  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:50:29.394  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:50:49.395  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:51:09.395  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:51:29.397  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:51:49.398  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:52:09.398  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:52:29.398  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:52:49.400  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:53:09.401  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:53:29.401  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:53:49.402  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:54:09.402  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:54:29.404  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:54:49.405  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:55:09.405  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:55:29.406  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:55:49.407  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:56:09.407  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:56:29.408  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:56:49.408  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:57:09.409  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:57:29.410  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:57:49.411  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:58:09.412  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:58:29.414  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:58:49.415  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:59:09.416  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:59:29.416  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 08:59:49.418  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:00:09.418  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:00:29.419  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:00:49.420  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:01:09.420  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:01:29.421  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:01:49.421  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:02:09.422  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:02:29.423  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:02:49.423  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:03:09.423  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:03:29.424  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:03:49.424  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:04:09.425  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:04:29.426  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:04:49.427  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:05:09.427  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:05:29.427  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:05:49.428  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:06:00.154  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:00.154  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:00.154  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "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-27 09:06:00.166  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 09:06:00.166  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 09:06:00.166  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 09:06:00.166  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 09:06:00.166  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 09:06:00.167  INFO 1 --- [e1-db0f77d231fb] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-989d483b-b55b-4d25-86e1-db0f77d231fb] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27 09:06:01.169  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:01.169  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:01.169  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "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-27 09:06:02.170  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:02.170  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:02.170  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "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-27 09:06:03.171  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:03.171  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:03.171  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "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-27 09:06:04.172  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:04.172  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:04.172  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "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-27 09:06:05.173  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:05.173  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:05.173  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "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-27 09:06:06.174  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:06.174  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:06.174  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "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-27 09:06:07.177  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:07.177  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:07.177  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "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-27 09:06:08.178  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:08.178  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:08.178  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "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-27 09:06:09.180  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:09.180  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:09.180  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "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-27 09:06:10.181  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:06:30.182  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:06:50.182  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:06:50.409  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:50.409  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:50.409  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810410182,
  "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-27 09:06:51.410  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:51.410  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:51.411  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810410182,
  "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-27 09:06:52.411  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:52.411  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:52.412  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810410182,
  "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-27 09:06:53.412  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:53.413  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:53.413  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810410182,
  "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-27 09:06:54.414  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:54.414  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:54.414  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810410182,
  "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-27 09:06:55.415  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:55.415  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:55.415  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810410182,
  "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-27 09:06:56.416  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:56.416  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:56.416  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810410182,
  "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-27 09:06:57.417  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:06:57.417  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:06:57.417  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810410182,
  "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-27 09:07:09.305  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:07:29.306  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:07:49.307  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:08:09.308  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:08:19.058  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:08:19.058  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:08:19.059  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "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-27 09:08:20.060  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:08:20.060  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:08:20.060  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "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-27 09:08:21.062  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:08:21.063  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:08:21.063  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "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-27 09:08:22.069  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:08:22.069  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:08:22.069  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "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-27 09:08:23.071  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:08:23.072  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:08:23.072  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "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-27 09:08:24.073  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:08:24.074  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:08:24.074  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "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-27 09:08:25.075  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:08:25.076  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:08:25.076  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "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-27 09:08:26.077  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:08:26.078  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:08:26.078  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "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-27 09:08:27.080  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-01-27 09:08:27.080  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:08:27.080  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "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-27 09:08:28.090  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-01-27 09:08:28.090  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   : Distributed service information
2023-01-27 09:08:28.090  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   : Service UUID: aad1ddf5-033e-4f7b-bf7b-96a464a256b8
2023-01-27 09:08:28.090  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   : Service name: test_pnf_macro
2023-01-27 09:08:28.091  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   : Service resources:
2023-01-27 09:08:28.091  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   :  - Resource: test-pnf
2023-01-27 09:08:28.091  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   :    Artifacts:
2023-01-27 09:08:28.092  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   :    - Name: MyPnf_Pnf_v1.yaml
2023-01-27 09:08:28.092  INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-01-27 09:08:28.093  INFO 1 --- [ool-1-thread-10] o.o.v.o.m.service.ArtifactsCollector     : Downloading artifacts
2023-01-27 09:08:28.212  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDownloadStatus
2023-01-27 09:08:28.213  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:08:28.213  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810508212,
  "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-27 09:08:29.241  WARN 1 --- [ool-1-thread-10] o.o.v.o.m.s.n.ValidationStatusSender     : Artifact MyPnf_Pnf_v1.yaml is valid
2023-01-27 09:08:29.241  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDeploymentStatus
2023-01-27 09:08:29.241  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:08:29.241  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810509241,
  "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-27 09:08:30.242  INFO 1 --- [ool-1-thread-10] o.o.v.o.m.s.n.FinalStatusSender          : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2023-01-27 09:08:30.242  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendFinalDistributionStatus status
2023-01-27 09:08:30.242  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-01-27 09:08:30.242  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810510242,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27 09:08:31.243  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:08:51.244  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:09:11.245  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:09:31.245  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:09:51.245  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:10:11.245  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:10:31.245  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:10:51.247  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:11:11.247  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:11:31.249  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:11:51.250  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:12:11.250  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:12:31.252  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:12:51.252  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:13:11.254  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:13:31.255  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:13:51.256  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:14:11.256  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:14:31.256  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:14:51.256  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:15:11.258  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:15:31.258  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:15:51.258  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:16:11.261  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:16:31.263  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:16:51.264  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:17:11.265  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:17:31.266  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:17:51.267  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:18:11.268  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:18:31.271  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:18:51.272  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:19:11.272  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:19:31.272  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:19:51.273  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:20:11.274  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:20:31.275  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:20:51.276  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:21:11.276  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:21:31.277  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:21:51.278  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:22:11.278  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:22:31.279  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:22:51.280  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:23:11.280  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:23:31.284  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:23:51.285  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:24:11.285  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:24:31.285  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:24:51.287  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:25:11.288  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:25:31.292  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:25:51.293  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:26:11.293  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:26:31.293  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:26:51.294  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:27:11.295  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:27:31.296  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:27:51.296  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:28:11.296  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:28:31.297  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:28:51.298  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:29:11.299  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:29:31.299  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:29:51.299  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:30:11.301  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:30:31.302  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:30:51.302  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:31:11.303  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:31:31.303  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:31:51.304  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:32:11.304  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:32:31.304  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:32:51.304  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:33:11.306  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:33:31.307  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:33:51.307  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:34:11.307  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:34:31.308  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:34:51.309  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:35:11.309  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:35:31.312  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:35:51.313  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:36:11.314  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:36:31.315  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:36:51.316  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:37:11.316  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:37:31.317  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:37:51.317  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:38:11.318  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:38:31.318  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:38:51.319  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:39:11.320  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:39:31.321  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:39:51.321  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:40:11.323  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:40:31.324  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:40:51.324  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:41:11.324  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:41:31.324  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:41:51.325  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:42:11.326  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:42:31.326  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:42:51.328  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:43:11.328  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:43:31.328  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:43:51.329  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:44:11.329  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:44:31.330  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:44:51.331  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:45:11.340  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:45:31.341  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:45:51.342  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:46:11.343  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:46:31.344  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:46:51.344  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:47:11.346  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:47:31.347  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:47:51.348  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:48:11.348  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:48:31.348  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:48:51.348  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:49:11.349  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:49:31.349  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:49:51.350  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:50:11.351  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:50:31.352  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:50:51.353  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:51:11.353  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:51:31.354  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:51:51.355  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:52:11.356  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:52:31.357  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:52:51.359  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:53:11.359  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:53:31.360  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:53:51.361  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:54:11.361  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:54:31.362  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:54:51.362  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:55:11.363  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:55:31.364  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:55:51.365  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:56:11.365  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:56:31.366  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:56:51.367  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:57:11.367  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:57:31.369  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:57:51.370  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:58:11.370  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:58:31.370  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:58:51.371  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:59:11.372  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:59:31.373  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 09:59:51.375  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:00:11.375  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:00:31.376  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:00:51.379  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:01:11.379  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:01:31.380  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:01:51.380  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:02:11.380  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:02:31.381  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:02:51.390  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:03:11.390  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:03:31.392  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:03:51.392  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:04:11.392  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:04:31.394  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:04:51.394  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:05:11.395  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:05:31.397  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:05:51.397  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:06:11.398  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:06:31.398  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:06:51.399  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:07:11.401  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:07:31.402  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:07:51.402  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:08:11.402  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:08:31.404  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:08:51.405  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:09:11.405  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:09:31.405  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:09:51.406  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:10:11.406  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:10:31.406  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:10:51.408  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:11:11.408  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:11:31.408  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:11:51.409  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:12:11.410  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:12:31.411  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:12:51.412  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:13:11.413  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:13:31.413  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:13:51.413  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:14:11.414  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:14:31.415  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:14:51.416  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:15:11.417  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:15:31.417  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:15:51.419  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:16:11.420  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:16:31.421  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:16:51.421  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:17:11.421  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:17:31.421  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:17:51.423  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:18:11.423  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:18:31.423  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:18:51.424  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:19:11.425  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:19:31.426  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:19:51.426  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:20:11.428  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:20:31.429  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:20:51.429  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:21:11.429  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27 10:21:31.429  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO