Results

By type

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

2023-05-06 23:28:09.965  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Starting Main using Java 11.0.9.1 on onap-dcae-ves-openapi-manager-7dfd5677c9-psm5p with PID 1 (/app/ves-openapi-manager.jar started by onap in /app)
2023-05-06 23:28:09.969  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : No active profile set, falling back to 1 default profile: "default"
2023-05-06 23:28:11.692  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2023-05-06 23:28:11.709  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2023-05-06 23:28:11.710  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.65]
2023-05-06 23:28:11.856  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2023-05-06 23:28:11.857  INFO 1 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1818 ms
2023-05-06 23:28:13.052  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-05-06 23:28:13.053  INFO 1 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2023-05-06 23:28:13.464  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-7e0be442-0b5c-4696-a666-1b9cfd9670be
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

2023-05-06 23:28:13.581  INFO 1 --- [           main] o.a.k.clients.producer.KafkaProducer     : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Instantiated an idempotent producer.
2023-05-06 23:28:13.636  INFO 1 --- [           main] o.a.k.c.s.authenticator.AbstractLogin    : Successfully logged in.
2023-05-06 23:28:13.681  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-05-06 23:28:13.685  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-05-06 23:28:13.685  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1683415693673
2023-05-06 23:28:13.689  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client initialized successfully
2023-05-06 23:28:13.689  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-05-06 23:28:13.689  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-05-06 23:28:13.689  INFO 1 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : start DistributionClient
2023-05-06 23:28:13.712  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-8544c006-fd17-4d06-b998-5a5aa736ffb0
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = dcaegen2
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2023-05-06 23:28:13.816  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-05-06 23:28:13.816  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-05-06 23:28:13.817  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1683415693816
2023-05-06 23:28:13.818  INFO 1 --- [           main] o.a.k.clients.consumer.KafkaConsumer     : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:28:13.821  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client started successfully
2023-05-06 23:28:13.822  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-05-06 23:28:13.822  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:28:14.730  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
2023-05-06 23:28:14.758  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Started Main in 5.807 seconds (JVM running for 6.775)
2023-05-06 23:28:15.350  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Cluster ID: wlGK1f-6RZGFCQZZ5b16Hw
2023-05-06 23:28:15.352  INFO 1 --- [66-1b9cfd9670be] o.a.k.c.p.internals.TransactionManager   : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] ProducerId set to 3 with epoch 0
2023-05-06 23:28:15.354  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06 23:28:15.355  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06 23:28:15.356  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06 23:28:15.356  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06 23:28:15.356  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06 23:28:15.356  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, 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 Y3qRXwtwRrmVRKaO939Xaw
2023-05-06 23:28:15.361  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Cluster ID: wlGK1f-6RZGFCQZZ5b16Hw
2023-05-06 23:28:15.364  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-05-06 23:28:15.387  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] (Re-)joining group
2023-05-06 23:28:15.498  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Request joining group due to: need to re-join with the given member-id
2023-05-06 23:28:15.499  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] (Re-)joining group
2023-05-06 23:28:18.509  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Successfully joined group with generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0-9cdcddba-8336-4283-aa96-5cd10e0f85d9', protocol='range'}
2023-05-06 23:28:18.514  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Finished assignment for group at generation 1: {ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0-9cdcddba-8336-4283-aa96-5cd10e0f85d9=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-05-06 23:28:18.548  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Successfully synced group in generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0-9cdcddba-8336-4283-aa96-5cd10e0f85d9', protocol='range'}
2023-05-06 23:28:18.550  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-05-06 23:28:18.556  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-5, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-06 23:28:18.578  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-06 23:28:18.579  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-05-06 23:28:18.579  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-05-06 23:28:18.579  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-05-06 23:28:18.580  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-05-06 23:28:18.580  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-06 23:28:18.755  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-06 23:28:18.756  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-06 23:28:18.769  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-06 23:28:18.769  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-06 23:28:18.775  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-06 23:28:18.776  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-06 23:28:33.829  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:28:40.623  INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-06 23:28:40.623  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-05-06 23:28:40.629  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 5 ms
2023-05-06 23:28:53.830  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:29:13.832  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:29:33.834  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:29:53.835  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:30:13.837  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:30:33.838  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:30:53.839  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:31:13.840  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:31:33.841  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:31:53.842  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:32:13.843  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:32:33.845  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:32:53.846  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:33:13.847  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:33:33.848  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:33:53.850  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:34:13.851  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:34:33.852  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:34:53.853  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:35:13.854  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:35:33.856  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:35:53.858  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:36:13.859  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:36:33.859  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:36:53.860  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:37:13.862  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:37:15.643  INFO 1 --- [ool-1-thread-10] org.apache.kafka.clients.NetworkClient   : [Consumer clientId=ves-openapi-manager-consumer-8544c006-fd17-4d06-b998-5a5aa736ffb0, groupId=dcaegen2] Node -1 disconnected.
2023-05-06 23:37:15.671  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.NetworkClient   : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Node -1 disconnected.
2023-05-06 23:37:33.863  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:37:53.864  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:38:13.865  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:38:33.866  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:38:53.867  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:39:13.868  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:39:33.870  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:39:53.870  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:40:13.872  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:40:33.873  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:40:53.873  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:41:13.875  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:41:33.876  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:41:53.877  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:42:13.879  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:42:33.880  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:42:53.881  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:43:13.882  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:43:33.883  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:43:53.883  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:44:13.885  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:44:33.886  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:44:53.887  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:45:13.889  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:45:33.890  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:45:53.891  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:46:13.891  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:46:33.891  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:46:53.893  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:47:13.894  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:47:33.895  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:47:53.896  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:48:13.897  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:48:33.898  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:48:53.898  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:49:13.899  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:49:33.901  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:49:53.904  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:50:13.904  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:50:33.905  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:50:53.906  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:51:13.907  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:51:33.907  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:51:53.908  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:52:13.910  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:52:33.911  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:52:53.912  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:53:13.913  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:53:33.913  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:53:53.915  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:54:13.915  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:54:33.919  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:54:53.920  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:55:13.921  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:55:33.922  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:55:53.924  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:56:13.925  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:56:33.927  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:56:53.928  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:57:13.930  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:57:33.931  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:57:53.932  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:58:13.934  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:58:33.936  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:58:53.936  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:59:13.937  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:59:33.939  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-06 23:59:53.940  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:00:13.940  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:00:33.941  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:00:53.944  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:01:13.945  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:01:33.947  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:01:53.947  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:02:13.951  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:02:33.952  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:02:53.953  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:03:13.954  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:03:33.954  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:03:53.954  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:04:13.955  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:04:33.957  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:04:53.958  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:05:13.959  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:05:33.959  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:05:53.961  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:06:13.962  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:06:33.963  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:06:53.963  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:07:13.965  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:07:33.966  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:07:53.969  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:08:13.970  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:08:33.972  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:08:53.974  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:09:13.976  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:09:33.977  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:09:53.978  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:10:13.979  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:10:33.981  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:10:53.982  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:11:13.983  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:11:33.984  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:11:53.984  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:12:13.986  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:12:33.986  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:12:53.987  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:13:13.989  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:13:33.991  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:13:53.992  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:14:13.992  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:14:33.994  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:14:53.996  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:15:13.997  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:15:33.997  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:15:53.999  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:16:14.000  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:16:34.001  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:16:54.001  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:17:14.002  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:17:34.004  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:17:54.005  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:18:14.005  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:18:34.005  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:18:54.006  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:19:14.009  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:19:34.010  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:19:54.011  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:20:14.011  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:20:34.012  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:20:54.014  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:21:14.015  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:21:34.016  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:21:54.017  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:22:14.018  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:22:34.020  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:22:54.021  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:23:14.024  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:23:34.024  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:23:54.026  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:24:14.027  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:24:34.028  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:24:54.028  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:25:14.030  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:25:34.031  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:25:54.031  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:26:14.032  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:26:34.034  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:26:54.035  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:27:14.035  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:27:34.037  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:27:54.040  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:28:14.040  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:28:34.042  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:28:54.042  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:29:14.042  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:29:34.044  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:29:54.045  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:30:14.046  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:30:34.047  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:30:54.047  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:31:14.049  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:31:34.051  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:31:54.052  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:32:14.053  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:32:34.053  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:32:54.055  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:33:14.056  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:33:34.057  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:33:54.057  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:34:14.058  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:34:34.059  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:34:54.059  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:35:14.060  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:35:34.062  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:35:54.063  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:36:14.064  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:36:34.065  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:36:54.067  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:37:14.068  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:37:34.068  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:37:54.069  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:38:14.070  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:38:34.071  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:38:54.073  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:39:14.073  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:39:34.074  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:39:54.076  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:40:14.077  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:40:34.078  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:40:54.078  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:41:14.079  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:41:34.080  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:41:54.081  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:42:14.082  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:42:34.083  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:42:54.085  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:43:14.085  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:43:34.086  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:43:54.089  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:44:14.091  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:44:34.091  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:44:54.093  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:45:14.093  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:45:34.094  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:45:54.094  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:46:14.096  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:46:34.096  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:46:54.096  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:47:14.097  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:47:34.099  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:47:54.101  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:48:14.103  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:48:34.104  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:48:54.105  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:49:14.106  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:49:34.107  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:49:54.107  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:50:14.108  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:50:34.109  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:50:54.110  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:51:14.111  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:51:34.112  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:51:54.114  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:52:14.114  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:52:34.116  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:52:54.118  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:53:14.120  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:53:34.120  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:53:54.122  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:54:14.123  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:54:34.123  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:54:54.124  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:55:14.125  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:55:34.127  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:55:54.128  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:56:14.129  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:56:34.130  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:56:54.131  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:57:14.131  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:57:34.131  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:57:54.133  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:58:14.134  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:58:34.134  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:58:54.134  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:59:14.135  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:59:34.136  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 00:59:54.137  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:00:14.138  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:00:34.139  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:00:54.139  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:01:14.140  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:01:34.142  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:01:54.143  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:02:14.144  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:02:34.144  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:02:54.146  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:03:14.147  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:03:34.148  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:03:54.149  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:04:14.150  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:04:34.150  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:04:54.152  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:05:14.152  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:05:34.154  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:05:54.155  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:06:14.156  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:06:34.156  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:06:54.156  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:07:14.157  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:07:34.157  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:07:54.159  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:08:14.159  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:08:34.159  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:08:54.159  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:09:14.160  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:09:34.160  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:09:54.161  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:10:14.161  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:10:34.163  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:10:54.163  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:11:14.163  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:11:34.163  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:11:54.164  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:12:14.164  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:12:34.165  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:12:54.165  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:13:14.166  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:13:34.167  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:13:54.167  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:14:14.168  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:14:34.169  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:14:54.171  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:15:14.172  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:15:34.172  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:15:54.174  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:16:14.175  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:16:34.175  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:16:54.175  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:17:14.175  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:17:34.177  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:17:54.177  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:18:14.179  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:18:34.181  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:18:54.182  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:19:14.183  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:19:34.184  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:19:54.186  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:20:14.187  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:20:34.188  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:20:54.189  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:21:14.189  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:21:34.191  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:21:54.191  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:22:14.197  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:22:34.199  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:22:54.200  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:23:14.200  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:23:34.201  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:23:54.202  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:24:14.203  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:24:34.205  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:24:54.206  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:25:14.207  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:25:34.207  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:25:54.207  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:26:14.208  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:26:34.208  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:26:54.209  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:27:14.210  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:27:34.211  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:27:54.212  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:28:14.213  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:28:34.214  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:28:54.215  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:29:14.216  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:29:34.217  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:29:54.217  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:30:14.219  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:30:34.220  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:30:54.221  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:31:14.222  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:31:34.223  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:31:54.223  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:32:14.224  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:32:34.225  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:32:54.226  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:33:14.226  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:33:34.226  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:33:54.227  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:34:14.227  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:34:34.227  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:34:54.228  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:35:14.229  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:35:34.230  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:35:54.231  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:36:14.231  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:36:34.232  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:36:54.232  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:37:14.234  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:37:34.234  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:37:54.234  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:38:14.235  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:38:34.236  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:38:54.236  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:39:14.238  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:39:34.240  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:39:54.241  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:40:14.242  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:40:34.243  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:40:54.243  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:41:14.245  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:41:34.246  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:41:54.247  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:42:14.247  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:42:34.248  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:42:54.249  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:43:14.249  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:43:34.250  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:43:54.251  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:44:14.251  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:44:34.251  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:44:54.253  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:45:14.253  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:45:24.244  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 01:45:24.252  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 01:45:24.253  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423914253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 01:45:24.262  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 01:45:24.263  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 01:45:24.263  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 01:45:24.263  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 01:45:24.263  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 01:45:24.263  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 01:45:25.286  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 01:45:25.287  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 01:45:25.287  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423914253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vfwfea9564728e10_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 01:45:26.289  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 01:45:26.290  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 01:45:26.290  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423914253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 01:45:27.291  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 01:45:27.292  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 01:45:27.292  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423914253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 01:45:28.293  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 01:45:28.294  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 01:45:28.294  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423914253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/resourceInstances/vfwfea9564728e10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 01:45:29.295  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 01:45:29.296  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 01:45:29.296  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423914253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 01:45:30.296  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 01:45:30.297  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 01:45:30.297  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "d6e68777-fb9a-4eaa-96e6-22497d3031df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423914253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230507014355/1.0/artifacts/service-Vfw20230507014355-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 01:45:33.821  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:45:53.822  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:46:13.824  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:46:17.026  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 01:46:17.027  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 01:46:17.027  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423973824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 01:46:18.028  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 01:46:18.028  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 01:46:18.028  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423973824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/basic_onboard_qfxnbe0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 01:46:19.029  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 01:46:19.030  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 01:46:19.030  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423973824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 01:46:20.031  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 01:46:20.031  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 01:46:20.031  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423973824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 01:46:21.032  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 01:46:21.033  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 01:46:21.033  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423973824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/resourceInstances/basic_onboard_qfxnbe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 01:46:22.033  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 01:46:22.034  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 01:46:22.034  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423973824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 01:46:23.035  INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 01:46:23.036  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 01:46:23.036  INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1a32a381-290c-4ae2-a0cb-447699121e79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683423973824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfxnbe/1.0/artifacts/service-BasicOnboardQfxnbe-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 01:46:33.821  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:46:53.822  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:47:13.822  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:47:33.823  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:47:53.824  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:48:13.824  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:48:33.825  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:48:53.826  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:49:13.827  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:49:33.828  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:49:53.829  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:50:13.830  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:50:33.830  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:50:53.831  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:51:13.832  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:51:33.832  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:51:53.832  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:52:13.833  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:52:33.833  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:52:53.835  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:53:13.836  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:53:33.836  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:53:53.838  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:54:13.839  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:54:33.840  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:54:53.840  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:55:13.841  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:55:33.842  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:55:53.845  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:56:13.845  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:56:16.740  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.NetworkClient   : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Node 2 disconnected.
2023-05-07 01:56:33.847  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:56:53.847  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:57:13.847  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:57:33.847  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:57:53.848  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:58:13.849  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:58:33.850  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:58:53.851  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:59:13.851  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:59:33.851  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 01:59:53.852  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:00:13.852  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:00:33.858  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:00:41.775  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:00:41.776  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:00:41.776  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424833858,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:00:41.783  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 02:00:41.783  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 02:00:41.783  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 02:00:41.783  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 02:00:41.783  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 02:00:41.783  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 02:00:42.788  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:00:42.789  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:00:42.790  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "40fbc23f-49a5-4f97-98cb-bcb3d3552fa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424833858,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:00:53.821  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:01:13.172  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:01:13.172  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:01:13.172  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424853821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:01:14.173  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:01:14.173  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:01:14.174  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424853821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:01:15.174  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:01:15.175  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:01:15.175  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424853821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:01:16.176  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:01:16.176  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:01:16.176  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424853821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:01:17.177  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:01:17.177  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:01:17.177  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424853821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:01:18.180  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:01:18.180  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:01:18.180  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424853821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:01:19.181  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:01:19.182  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:01:19.182  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424853821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:01:20.183  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:01:20.183  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:01:20.183  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424853821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/artifacts/service-DemoPnfXnqmuw1hhdhvz1lg2748-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:01:21.185  INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-05-07 02:01:21.186  INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback   : Distributed service information
2023-05-07 02:01:21.193  INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback   : Service UUID: 23a28b26-f073-4615-815e-d572c9d3d5fd
2023-05-07 02:01:21.193  INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback   : Service name: Demo_pNF_XnqMUw1hHDhvZ1LG2748
2023-05-07 02:01:21.193  INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback   : Service resources:
2023-05-07 02:01:21.194  INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback   :  - Resource: pNF c7203f63-41cf
2023-05-07 02:01:21.194  INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback   :    Artifacts:
2023-05-07 02:01:21.195  INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback   :    - Name: MyPnf_Pnf_v1.yaml
2023-05-07 02:01:21.195  INFO 1 --- [pool-1-thread-4] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-05-07 02:01:21.196  INFO 1 --- [pool-1-thread-4] o.o.v.o.m.service.ArtifactsCollector     : Downloading artifacts
2023-05-07 02:01:21.494  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDownloadStatus
2023-05-07 02:01:21.495  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:01:21.495  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424881494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:01:22.876  WARN 1 --- [pool-1-thread-4] o.o.v.o.m.s.n.ValidationStatusSender     : Artifact MyPnf_Pnf_v1.yaml is valid
2023-05-07 02:01:22.877  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDeploymentStatus
2023-05-07 02:01:22.878  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:01:22.878  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424882876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXnqmuw1hhdhvz1lg2748/1.0/resourceInstances/pnfc7203f6341cf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:01:23.881  INFO 1 --- [pool-1-thread-4] o.o.v.o.m.s.n.FinalStatusSender          : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2023-05-07 02:01:23.882  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendFinalDistributionStatus status
2023-05-07 02:01:23.882  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:01:23.882  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "e62b24d0-0b18-41ed-8699-deb1066fb67c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424883881,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:01:24.883  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:01:44.885  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:02:01.682  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:02:01.682  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:02:01.682  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424904885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:02:02.684  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:02:02.685  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:02:02.685  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424904885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:02:03.686  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:02:03.686  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:02:03.686  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424904885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:02:04.687  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:02:04.688  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:02:04.688  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424904885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:02:05.689  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:02:05.689  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:02:05.690  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424904885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:02:06.690  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:02:06.691  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:02:06.691  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424904885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:02:07.692  INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:02:07.692  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:02:07.692  INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "3f8d7cc7-6a81-46ff-9bd9-0205cab501b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683424904885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:02:08.693  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:02:28.694  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:02:48.695  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:03:08.695  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:03:28.697  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:03:48.697  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:04:08.699  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:04:28.700  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:04:48.701  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:05:08.701  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:05:28.703  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:05:48.704  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:06:08.705  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:06:28.706  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:06:48.708  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:07:08.708  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:07:28.709  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:07:48.710  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:08:08.710  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:08:28.711  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:08:48.712  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:09:08.712  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:09:28.713  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:09:48.713  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:10:08.714  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:10:28.715  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:10:48.716  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:11:08.717  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:11:28.718  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:11:48.719  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:12:08.720  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:12:28.721  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:12:48.721  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:13:08.722  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:13:28.723  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:13:48.724  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:14:08.725  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:14:28.726  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:14:48.726  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:15:08.727  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:15:28.727  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:15:48.728  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:16:08.728  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:16:28.729  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:16:35.874  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:16:35.875  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:16:35.875  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:16:35.881  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 02:16:35.881  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 02:16:35.881  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 02:16:35.881  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 02:16:35.881  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 02:16:35.881  INFO 1 --- [66-1b9cfd9670be] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7e0be442-0b5c-4696-a666-1b9cfd9670be] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 7Xs2FOPKTgiE1AK-FU3QTA
2023-05-07 02:16:36.883  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:16:36.883  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:16:36.883  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:16:37.884  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:16:37.885  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:16:37.885  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:16:38.886  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:16:38.886  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:16:38.886  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:16:39.887  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:16:39.888  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:16:39.888  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:16:40.889  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:16:40.889  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:16:40.889  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:16:41.890  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:16:41.891  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:16:41.891  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:16:42.892  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:16:42.892  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:16:42.892  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:16:43.893  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:16:43.894  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:16:43.894  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:16:44.894  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:16:44.895  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:16:44.895  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "6b5f052d-ec94-4195-9187-3f7518d5527d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425788729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:16:45.896  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:17:05.897  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:17:08.771  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:17:08.772  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:17:08.772  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425825897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:17:09.773  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:17:09.774  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:17:09.774  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425825897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:17:10.775  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:17:10.775  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:17:10.775  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425825897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:17:11.776  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:17:11.776  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:17:11.777  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425825897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:17:12.777  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:17:12.778  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:17:12.778  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425825897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:17:13.779  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:17:13.779  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:17:13.779  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425825897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:17:14.781  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:17:14.781  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:17:14.781  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425825897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:17:15.782  INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:17:15.782  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:17:15.782  INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "0f869858-ab7d-4abd-baf5-037f1fda8d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425825897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:17:16.784  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:17:36.785  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:17:56.785  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:18:02.402  INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:18:02.402  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:18:02.402  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:18:03.404  INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:18:03.404  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:18:03.404  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:18:04.406  INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:18:04.406  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:18:04.407  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:18:05.408  INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:18:05.409  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:18:05.409  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:18:06.410  INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:18:06.411  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:18:06.411  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:18:07.412  INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:18:07.412  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:18:07.412  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:18:08.413  INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:18:08.413  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:18:08.414  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:18:09.414  INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:18:09.415  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:18:09.415  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:18:10.416  INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-07 02:18:10.416  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:18:10.416  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425876785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:18:11.418  INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-05-07 02:18:11.418  INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback   : Distributed service information
2023-05-07 02:18:11.418  INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback   : Service UUID: c256d56b-21ee-419b-90bc-a7f16ecf127f
2023-05-07 02:18:11.418  INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback   : Service name: test_pnf_macro
2023-05-07 02:18:11.418  INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback   : Service resources:
2023-05-07 02:18:11.418  INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback   :  - Resource: test-pnf
2023-05-07 02:18:11.418  INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback   :    Artifacts:
2023-05-07 02:18:11.418  INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback   :    - Name: MyPnf_Pnf_v1.yaml
2023-05-07 02:18:11.418  INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-05-07 02:18:11.418  INFO 1 --- [pool-1-thread-3] o.o.v.o.m.service.ArtifactsCollector     : Downloading artifacts
2023-05-07 02:18:11.639  INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDownloadStatus
2023-05-07 02:18:11.640  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:18:11.640  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425891639,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:18:12.690  WARN 1 --- [pool-1-thread-3] o.o.v.o.m.s.n.ValidationStatusSender     : Artifact MyPnf_Pnf_v1.yaml is valid
2023-05-07 02:18:12.690  INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDeploymentStatus
2023-05-07 02:18:12.690  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:18:12.690  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425892690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:18:13.691  INFO 1 --- [pool-1-thread-3] o.o.v.o.m.s.n.FinalStatusSender          : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2023-05-07 02:18:13.691  INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendFinalDistributionStatus status
2023-05-07 02:18:13.691  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-07 02:18:13.691  INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "eb986cc1-eac3-4762-a89b-3f6cbb6bf9ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683425893691,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-07 02:18:14.693  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:18:34.694  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:18:54.695  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:19:14.696  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:19:34.697  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:19:54.697  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:20:14.699  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:20:34.700  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:20:54.700  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:21:14.700  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:21:34.701  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:21:54.701  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:22:14.702  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:22:34.703  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:22:54.703  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:23:14.704  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:23:34.704  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:23:54.704  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:24:14.706  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:24:34.707  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:24:54.707  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:25:14.708  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:25:34.709  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:25:54.710  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:26:14.711  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:26:34.712  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:26:54.712  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:27:14.713  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:27:34.714  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:27:54.715  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:28:14.716  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:28:34.717  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:28:54.718  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:29:14.719  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:29:34.719  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:29:54.720  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:30:14.722  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:30:34.722  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:30:54.724  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:31:14.724  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:31:34.725  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:31:54.726  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:32:14.728  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:32:34.729  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:32:54.730  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:33:14.731  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:33:34.733  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:33:54.735  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:34:14.736  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:34:34.737  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:34:54.738  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:35:14.738  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:35:34.738  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:35:54.739  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:36:14.740  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:36:34.740  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:36:54.741  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:37:14.742  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:37:34.742  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:37:54.742  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:38:14.743  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:38:34.743  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:38:54.746  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:39:14.746  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:39:34.747  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:39:54.748  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:40:14.749  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:40:34.749  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:40:54.750  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:41:14.751  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:41:34.752  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:41:54.752  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:42:14.752  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:42:34.752  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:42:54.753  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:43:14.754  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:43:34.754  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:43:54.755  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:44:14.755  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:44:34.756  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:44:54.758  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:45:14.759  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:45:34.760  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:45:54.760  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:46:14.761  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:46:34.761  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:46:54.762  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:47:14.762  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:47:34.764  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:47:54.764  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:48:14.766  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:48:34.766  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:48:54.766  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:49:14.767  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:49:34.768  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:49:54.768  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:50:14.769  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:50:34.769  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:50:54.769  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:51:14.769  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:51:34.770  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-07 02:51:54.770  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO