Results

By type

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

2023-05-10 23:24:20.689  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Starting Main using Java 11.0.9.1 on onap-dcae-ves-openapi-manager-7dfd5677c9-9mbls with PID 1 (/app/ves-openapi-manager.jar started by onap in /app)
2023-05-10 23:24:20.694  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : No active profile set, falling back to 1 default profile: "default"
2023-05-10 23:24:22.381  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2023-05-10 23:24:22.395  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2023-05-10 23:24:22.395  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.65]
2023-05-10 23:24:22.489  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2023-05-10 23:24:22.489  INFO 1 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1727 ms
2023-05-10 23:24:23.434  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-05-10 23:24:23.435  INFO 1 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2023-05-10 23:24:23.801  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-dd77f00f-1d4d-4c6b-ba98-687751339c2d
	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-10 23:24:23.907  INFO 1 --- [           main] o.a.k.clients.producer.KafkaProducer     : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Instantiated an idempotent producer.
2023-05-10 23:24:23.966  INFO 1 --- [           main] o.a.k.c.s.authenticator.AbstractLogin    : Successfully logged in.
2023-05-10 23:24:24.010  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-05-10 23:24:24.012  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-05-10 23:24:24.012  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1683761064006
2023-05-10 23:24:24.017  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client initialized successfully
2023-05-10 23:24:24.017  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-05-10 23:24:24.017  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-05-10 23:24:24.018  INFO 1 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : start DistributionClient
2023-05-10 23:24:24.033  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-f32206c3-b16f-48ac-8786-52930c7263c0
	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-10 23:24:24.094  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-05-10 23:24:24.094  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-05-10 23:24:24.094  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1683761064094
2023-05-10 23:24:24.096  INFO 1 --- [           main] o.a.k.clients.consumer.KafkaConsumer     : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, groupId=dcaegen2] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:24:24.099  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client started successfully
2023-05-10 23:24:24.099  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-05-10 23:24:24.099  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:24:25.155  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, 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 NagAP8RPTLa4YzLNVWrcfQ
2023-05-10 23:24:25.158  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, 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 NagAP8RPTLa4YzLNVWrcfQ
2023-05-10 23:24:25.158  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Cluster ID: VLkHMlH9SnujK0bP0AeNUA
2023-05-10 23:24:25.158  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, 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 NagAP8RPTLa4YzLNVWrcfQ
2023-05-10 23:24:25.159  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, 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 NagAP8RPTLa4YzLNVWrcfQ
2023-05-10 23:24:25.159  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, 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 NagAP8RPTLa4YzLNVWrcfQ
2023-05-10 23:24:25.159  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, 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 NagAP8RPTLa4YzLNVWrcfQ
2023-05-10 23:24:25.161  INFO 1 --- [98-687751339c2d] o.a.k.c.p.internals.TransactionManager   : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] ProducerId set to 3 with epoch 0
2023-05-10 23:24:25.163  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, groupId=dcaegen2] Cluster ID: VLkHMlH9SnujK0bP0AeNUA
2023-05-10 23:24:25.165  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, groupId=dcaegen2] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-10 23:24:25.172  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
2023-05-10 23:24:25.197  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, groupId=dcaegen2] (Re-)joining group
2023-05-10 23:24:25.201  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Started Main in 5.32 seconds (JVM running for 6.23)
2023-05-10 23:24:25.303  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, groupId=dcaegen2] Request joining group due to: need to re-join with the given member-id
2023-05-10 23:24:25.304  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, groupId=dcaegen2] (Re-)joining group
2023-05-10 23:24:28.315  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, groupId=dcaegen2] Successfully joined group with generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0-f2c2b346-f383-49fa-bd85-b5b9d177ef20', protocol='range'}
2023-05-10 23:24:28.321  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, groupId=dcaegen2] Finished assignment for group at generation 1: {ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0-f2c2b346-f383-49fa-bd85-b5b9d177ef20=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-10 23:24:28.346  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, groupId=dcaegen2] Successfully synced group in generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0-f2c2b346-f383-49fa-bd85-b5b9d177ef20', protocol='range'}
2023-05-10 23:24:28.351  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, 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-10 23:24:28.357  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, 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-10 23:24:28.384  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-10 23:24:28.385  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-05-10 23:24:28.385  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-05-10 23:24:28.385  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-05-10 23:24:28.385  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-05-10 23:24:28.386  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-10 23:24:28.592  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, 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-10 23:24:28.594  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, 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-10 23:24:28.595  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, 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-10 23:24:28.596  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, 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-10 23:24:28.613  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, 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-10 23:24:28.614  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, 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-10 23:24:44.107  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:24:49.073  INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-10 23:24:49.074  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-05-10 23:24:49.076  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 2 ms
2023-05-10 23:25:04.108  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:25:24.110  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:25:44.112  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:26:04.115  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:26:24.117  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:26:44.119  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:27:04.120  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:27:24.122  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:27:44.123  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:28:04.124  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:28:24.124  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:28:44.126  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:29:04.126  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:29:24.128  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:29:44.128  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:30:04.130  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:30:24.131  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:30:44.131  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:31:04.133  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:31:24.134  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:31:44.135  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:32:04.136  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:32:24.137  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:32:44.137  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:33:04.139  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:33:24.140  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:33:25.289  INFO 1 --- [ool-1-thread-10] org.apache.kafka.clients.NetworkClient   : [Consumer clientId=ves-openapi-manager-consumer-f32206c3-b16f-48ac-8786-52930c7263c0, groupId=dcaegen2] Node -1 disconnected.
2023-05-10 23:33:25.424  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.NetworkClient   : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Node -1 disconnected.
2023-05-10 23:33:44.141  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:34:04.143  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:34:24.144  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:34:44.145  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:35:04.146  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:35:24.147  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:35:44.149  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:36:04.150  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:36:24.150  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:36:44.151  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:37:04.153  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:37:24.153  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:37:44.154  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:38:04.155  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:38:24.157  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:38:44.158  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:39:04.159  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:39:24.160  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:39:44.162  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:40:04.163  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:40:24.164  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:40:44.166  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:41:04.168  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:41:24.168  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:41:44.170  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:42:04.172  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:42:24.173  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:42:44.174  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:43:04.176  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:43:24.177  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:43:44.179  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:44:04.181  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:44:24.182  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:44:44.183  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:45:04.184  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:45:24.185  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:45:44.187  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:46:04.188  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:46:24.190  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:46:44.191  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:47:04.192  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:47:24.193  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:47:44.194  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:48:04.196  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:48:24.198  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:48:44.200  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:49:04.202  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:49:24.203  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:49:44.205  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:50:04.207  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:50:24.209  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:50:44.210  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:51:04.212  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:51:24.212  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:51:44.214  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:52:04.215  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:52:24.217  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:52:44.217  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:53:04.219  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:53:24.219  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:53:44.221  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:54:04.222  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:54:24.224  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:54:44.225  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:55:04.227  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:55:24.229  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:55:44.230  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:56:04.231  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:56:24.231  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:56:44.232  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:57:04.234  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:57:24.236  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:57:44.237  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:58:04.238  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:58:24.238  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:58:44.239  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:59:04.241  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:59:24.243  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-10 23:59:44.244  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:00:04.246  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:00:24.246  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:00:44.247  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:01:04.248  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:01:24.249  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:01:44.249  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:02:04.251  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:02:24.252  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:02:44.254  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:03:04.255  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:03:24.256  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:03:44.257  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:04:04.259  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:04:24.260  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:04:44.260  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:05:04.263  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:05:24.264  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:05:44.266  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:06:04.267  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:06:24.267  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:06:44.269  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:07:04.270  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:07:24.271  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:07:44.273  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:08:04.275  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:08:24.276  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:08:44.277  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:09:04.278  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:09:24.279  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:09:44.280  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:10:04.281  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:10:24.282  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:10:44.283  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:11:04.284  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:11:24.285  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:11:44.287  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:12:04.287  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:12:24.289  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:12:44.290  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:13:04.290  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:13:24.291  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:13:44.293  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:14:04.294  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:14:24.294  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:14:44.296  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:15:04.297  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:15:24.297  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:15:44.299  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:16:04.299  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:16:24.301  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:16:44.303  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:17:04.304  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:17:24.305  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:17:44.307  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:18:04.308  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:18:24.309  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:18:44.311  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:19:04.312  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:19:24.312  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:19:44.313  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:20:04.314  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:20:24.315  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:20:44.316  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:21:04.318  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:21:24.318  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:21:44.319  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:22:04.321  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:22:24.322  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:22:44.322  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:23:04.322  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:23:24.323  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:23:44.325  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:24:04.326  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:24:24.327  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:24:44.328  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:25:04.330  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:25:24.331  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:25:44.332  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:26:04.334  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:26:24.335  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:26:44.336  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:27:04.337  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:27:24.338  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:27:44.340  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:28:04.341  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:28:24.341  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:28:44.343  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:29:04.344  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:29:24.347  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:29:44.348  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:30:04.349  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:30:24.351  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:30:44.351  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:31:04.353  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:31:24.355  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:31:44.355  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:32:04.357  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:32:24.358  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:32:44.359  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:33:04.360  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:33:24.361  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:33:44.362  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:34:04.363  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:34:24.369  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:34:44.369  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:35:04.370  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:35:24.372  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:35:44.372  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:36:04.374  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:36:24.374  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:36:44.376  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:37:04.378  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:37:24.378  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:37:44.380  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:38:04.381  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:38:24.383  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:38:44.383  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:39:04.385  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:39:24.386  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:39:44.386  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:40:04.387  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:40:24.390  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:40:44.392  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:41:04.393  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:41:24.394  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:41:44.396  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:42:04.397  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:42:24.398  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:42:44.399  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:43:04.400  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:43:24.402  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:43:44.403  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:44:04.404  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:44:24.405  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:44:44.406  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:45:04.407  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:45:24.407  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:45:44.409  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:46:04.410  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:46:24.411  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:46:44.412  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:47:04.413  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:47:24.415  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:47:44.419  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:47:54.877  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 00:47:54.889  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 00:47:54.889  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8b5d9298-9c80-4d48-adb3-30fd03c8dceb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683766064419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEckuyi/1.0/resourceInstances/basic_onboard_eckuyi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-11 00:47:54.897  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 00:47:54.897  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 00:47:54.897  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 00:47:54.898  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 00:47:54.898  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 00:47:54.898  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 00:47:55.923  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 00:47:55.924  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 00:47:55.924  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8b5d9298-9c80-4d48-adb3-30fd03c8dceb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683766064419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEckuyi/1.0/resourceInstances/basic_onboard_eckuyi0/artifacts/basic_onboard_eckuyi0_modules.json",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-11 00:47:56.926  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 00:47:56.926  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 00:47:56.926  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8b5d9298-9c80-4d48-adb3-30fd03c8dceb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683766064419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEckuyi/1.0/resourceInstances/basic_onboard_eckuyi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-11 00:47:57.928  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 00:47:57.929  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 00:47:57.929  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8b5d9298-9c80-4d48-adb3-30fd03c8dceb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683766064419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEckuyi/1.0/resourceInstances/basic_onboard_eckuyi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-11 00:47:58.931  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 00:47:58.931  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 00:47:58.931  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8b5d9298-9c80-4d48-adb3-30fd03c8dceb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683766064419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEckuyi/1.0/resourceInstances/basic_onboard_eckuyi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-11 00:47:59.932  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 00:47:59.933  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 00:47:59.933  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8b5d9298-9c80-4d48-adb3-30fd03c8dceb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683766064419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEckuyi/1.0/artifacts/service-BasicOnboardEckuyi-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-11 00:48:00.934  INFO 1 --- [pool-1-thread-7] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 00:48:00.935  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 00:48:00.935  INFO 1 --- [pool-1-thread-7] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "8b5d9298-9c80-4d48-adb3-30fd03c8dceb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683766064419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEckuyi/1.0/artifacts/service-BasicOnboardEckuyi-csar.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-11 00:48:04.098  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:48:24.100  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:48:44.101  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:49:04.103  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:49:24.104  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:49:44.106  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:50:04.106  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:50:24.106  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:50:44.108  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:51:04.109  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:51:24.110  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:51:44.110  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:52:04.112  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:52:24.113  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:52:44.114  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:53:04.116  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:53:24.118  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:53:44.118  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:54:04.120  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:54:24.120  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:54:44.123  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:55:04.125  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:55:24.126  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:55:44.127  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:56:04.128  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:56:24.129  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:56:44.130  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:57:04.131  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:57:24.133  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:57:26.114  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.NetworkClient   : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Node 0 disconnected.
2023-05-11 00:57:44.133  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:58:04.135  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:58:09.650  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 00:58:09.650  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 00:58:09.650  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "ed0ec47f-5767-4ab5-a94a-57b06fead4af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683766684135,
  "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-11 00:58:09.657  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 00:58:09.657  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 00:58:09.657  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 00:58:09.658  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 00:58:09.658  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 00:58:09.658  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 00:58:10.659  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 00:58:10.660  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 00:58:10.660  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "ed0ec47f-5767-4ab5-a94a-57b06fead4af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683766684135,
  "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-11 00:58:24.098  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:58:44.100  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:59:04.101  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:59:15.945  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 00:59:15.946  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 00:59:15.946  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "c95410b5-17a7-48fc-9c61-3be478e979fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683766744101,
  "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-11 00:59:16.947  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 00:59:16.947  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 00:59:16.947  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "c95410b5-17a7-48fc-9c61-3be478e979fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683766744101,
  "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-11 00:59:17.948  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 00:59:17.949  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 00:59:17.949  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "c95410b5-17a7-48fc-9c61-3be478e979fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683766744101,
  "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-11 00:59:18.950  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 00:59:18.950  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 00:59:18.950  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "c95410b5-17a7-48fc-9c61-3be478e979fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683766744101,
  "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-11 00:59:19.951  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 00:59:19.952  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 00:59:19.952  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "c95410b5-17a7-48fc-9c61-3be478e979fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683766744101,
  "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-11 00:59:20.953  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 00:59:20.953  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 00:59:20.953  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "c95410b5-17a7-48fc-9c61-3be478e979fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683766744101,
  "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-11 00:59:21.954  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 00:59:21.955  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 00:59:21.955  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "c95410b5-17a7-48fc-9c61-3be478e979fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683766744101,
  "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-11 00:59:24.098  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 00:59:44.099  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:00:04.100  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:00:24.100  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:00:44.102  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:01:04.103  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:01:24.104  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:01:44.104  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:02:04.106  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:02:24.107  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:02:44.108  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:03:04.109  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:03:24.110  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:03:44.112  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:04:04.113  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:04:24.113  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:04:44.113  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:05:04.115  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:05:24.117  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:05:44.117  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:06:04.119  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:06:24.121  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:06:44.122  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:07:04.123  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:07:24.123  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:07:44.124  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:08:04.124  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:08:24.125  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:08:44.125  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:09:04.125  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:09:24.126  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:09:44.126  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:10:04.128  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:10:24.128  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:10:44.130  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:11:04.131  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:11:24.132  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:11:44.133  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:12:04.134  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:12:24.135  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:12:44.137  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:12:48.697  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:12:48.698  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:12:48.698  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1767b3fc-2ea9-4ed9-83eb-ded69501b51f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767564137,
  "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-11 01:12:48.704  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 01:12:48.704  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 01:12:48.704  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 01:12:48.704  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 01:12:48.704  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 01:12:48.704  INFO 1 --- [98-687751339c2d] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-dd77f00f-1d4d-4c6b-ba98-687751339c2d] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to xiZEPHf0T4aXFydz_76TwQ
2023-05-11 01:12:49.707  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:12:49.707  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:12:49.707  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1767b3fc-2ea9-4ed9-83eb-ded69501b51f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767564137,
  "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-11 01:12:50.709  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:12:50.709  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:12:50.709  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1767b3fc-2ea9-4ed9-83eb-ded69501b51f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767564137,
  "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-11 01:12:51.710  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:12:51.711  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:12:51.711  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1767b3fc-2ea9-4ed9-83eb-ded69501b51f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767564137,
  "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-11 01:12:52.712  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:12:52.712  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:12:52.712  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1767b3fc-2ea9-4ed9-83eb-ded69501b51f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767564137,
  "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-11 01:12:53.713  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:12:53.714  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:12:53.714  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1767b3fc-2ea9-4ed9-83eb-ded69501b51f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767564137,
  "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-11 01:12:54.715  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:12:54.716  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:12:54.716  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1767b3fc-2ea9-4ed9-83eb-ded69501b51f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767564137,
  "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-11 01:12:55.717  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:12:55.717  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:12:55.717  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1767b3fc-2ea9-4ed9-83eb-ded69501b51f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767564137,
  "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-11 01:12:56.718  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:12:56.719  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:12:56.719  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1767b3fc-2ea9-4ed9-83eb-ded69501b51f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767564137,
  "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-11 01:12:57.720  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:12:57.720  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:12:57.721  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "1767b3fc-2ea9-4ed9-83eb-ded69501b51f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767564137,
  "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-11 01:13:04.098  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:13:07.102  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:13:07.102  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:13:07.102  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b3210fb5-fc0e-4157-9328-3422b2b73139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767584098,
  "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-11 01:13:08.103  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:13:08.103  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:13:08.103  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b3210fb5-fc0e-4157-9328-3422b2b73139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767584098,
  "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-11 01:13:09.104  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:13:09.104  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:13:09.105  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b3210fb5-fc0e-4157-9328-3422b2b73139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767584098,
  "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-11 01:13:10.105  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:13:10.106  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:13:10.106  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b3210fb5-fc0e-4157-9328-3422b2b73139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767584098,
  "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-11 01:13:11.107  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:13:11.107  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:13:11.107  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b3210fb5-fc0e-4157-9328-3422b2b73139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767584098,
  "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-11 01:13:12.108  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:13:12.109  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:13:12.109  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b3210fb5-fc0e-4157-9328-3422b2b73139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767584098,
  "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-11 01:13:13.110  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:13:13.110  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:13:13.110  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b3210fb5-fc0e-4157-9328-3422b2b73139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767584098,
  "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-11 01:13:14.111  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:13:14.112  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:13:14.112  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "b3210fb5-fc0e-4157-9328-3422b2b73139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767584098,
  "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-11 01:13:24.098  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:13:44.100  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:14:04.100  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:14:24.102  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:14:25.167  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:14:25.168  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:14:25.168  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "81ce8bf5-1905-4225-b100-6595030583c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767664102,
  "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-11 01:14:26.169  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:14:26.169  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:14:26.169  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "81ce8bf5-1905-4225-b100-6595030583c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767664102,
  "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-11 01:14:27.170  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:14:27.171  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:14:27.171  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "81ce8bf5-1905-4225-b100-6595030583c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767664102,
  "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-11 01:14:28.172  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:14:28.172  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:14:28.173  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "81ce8bf5-1905-4225-b100-6595030583c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767664102,
  "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-11 01:14:29.173  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:14:29.174  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:14:29.174  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "81ce8bf5-1905-4225-b100-6595030583c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767664102,
  "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-11 01:14:30.176  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:14:30.176  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:14:30.176  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "81ce8bf5-1905-4225-b100-6595030583c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767664102,
  "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-11 01:14:31.179  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:14:31.179  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:14:31.179  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "81ce8bf5-1905-4225-b100-6595030583c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767664102,
  "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-11 01:14:32.180  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:14:32.181  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:14:32.181  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "81ce8bf5-1905-4225-b100-6595030583c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767664102,
  "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-11 01:14:33.182  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendNotificationStatus
2023-05-11 01:14:33.182  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:14:33.182  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "81ce8bf5-1905-4225-b100-6595030583c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767664102,
  "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-11 01:14:34.184  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-05-11 01:14:34.184  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   : Distributed service information
2023-05-11 01:14:34.194  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   : Service UUID: 14ab039b-8427-4404-8c73-88d2a1ff5015
2023-05-11 01:14:34.195  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   : Service name: test_pnf_macro
2023-05-11 01:14:34.195  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   : Service resources:
2023-05-11 01:14:34.196  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   :  - Resource: test-pnf
2023-05-11 01:14:34.197  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   :    Artifacts:
2023-05-11 01:14:34.197  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   :    - Name: MyPnf_Pnf_v1.yaml
2023-05-11 01:14:34.198  INFO 1 --- [pool-1-thread-9] o.o.v.o.manager.service.ClientCallback   : ===================================
2023-05-11 01:14:34.199  INFO 1 --- [pool-1-thread-9] o.o.v.o.m.service.ArtifactsCollector     : Downloading artifacts
2023-05-11 01:14:34.648  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDownloadStatus
2023-05-11 01:14:34.649  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:14:34.649  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "81ce8bf5-1905-4225-b100-6595030583c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767674648,
  "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-11 01:14:36.083  WARN 1 --- [pool-1-thread-9] o.o.v.o.m.s.n.ValidationStatusSender     : Artifact MyPnf_Pnf_v1.yaml is valid
2023-05-11 01:14:36.083  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendDeploymentStatus
2023-05-11 01:14:36.084  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:14:36.084  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "81ce8bf5-1905-4225-b100-6595030583c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767676083,
  "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-11 01:14:37.086  INFO 1 --- [pool-1-thread-9] o.o.v.o.m.s.n.FinalStatusSender          : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2023-05-11 01:14:37.086  INFO 1 --- [pool-1-thread-9] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - sendFinalDistributionStatus status
2023-05-11 01:14:37.086  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : DistributionClient - sendStatus
2023-05-11 01:14:37.086  INFO 1 --- [pool-1-thread-9] org.onap.sdc.utils.NotificationSender    : Trying to send status: {
  "distributionID": "81ce8bf5-1905-4225-b100-6595030583c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1683767677086,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-11 01:14:44.098  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:15:04.099  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:15:24.099  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:15:44.101  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:16:04.102  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:16:24.103  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:16:44.104  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:17:04.105  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:17:24.106  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:17:44.107  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:18:04.108  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:18:24.110  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:18:44.113  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:19:04.114  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:19:24.114  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:19:44.115  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:20:04.115  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:20:24.117  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:20:44.117  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:21:04.119  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:21:24.119  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:21:44.120  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:22:04.120  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:22:24.121  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:22:44.122  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:23:04.122  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:23:24.124  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:23:44.124  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:24:04.126  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:24:24.127  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:24:44.128  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:25:04.129  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:25:24.129  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:25:44.130  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:26:04.131  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:26:24.134  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:26:44.134  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:27:04.136  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:27:24.136  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:27:44.138  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:28:04.140  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:28:24.141  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:28:44.142  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:29:04.143  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:29:24.144  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:29:44.145  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:30:04.145  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:30:24.145  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:30:44.147  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:31:04.148  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:31:24.148  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:31:44.150  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:32:04.151  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:32:24.152  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:32:44.153  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:33:04.154  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:33:24.156  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:33:44.157  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:34:04.157  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:34:24.158  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:34:44.158  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:35:04.159  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:35:24.159  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:35:44.161  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:36:04.164  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:36:24.165  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:36:44.166  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:37:04.166  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:37:24.167  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:37:44.169  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:38:04.169  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:38:24.169  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:38:44.170  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:39:04.171  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:39:24.173  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:39:44.173  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:40:04.175  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:40:24.176  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:40:44.178  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:41:04.179  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:41:24.180  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:41:44.181  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:42:04.182  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:42:24.182  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:42:44.183  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:43:04.184  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-11 01:43:24.184  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO