By type
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.7.2)
2026-06-15 08:45:31.604 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : Starting Main using Java 11.0.9.1 on onap-dcae-ves-openapi-manager-875cd7875-qr9br with PID 1 (/app/ves-openapi-manager.jar started by onap in /app)
2026-06-15 08:45:31.612 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : No active profile set, falling back to 1 default profile: "default"
2026-06-15 08:45:33.563 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2026-06-15 08:45:33.576 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-06-15 08:45:33.577 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.65]
2026-06-15 08:45:33.675 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2026-06-15 08:45:33.675 INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1904 ms
2026-06-15 08:45:34.265 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : ===================================
2026-06-15 08:45:34.266 INFO 1 --- [ main] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init
2026-06-15 08:45:34.695 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-8fa6e3c4-ef09-4104-a58b-9f5a0da547c5
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
2026-06-15 08:45:34.819 INFO 1 --- [ main] o.a.k.clients.producer.KafkaProducer : [Producer clientId=ves-openapi-manager-producer-8fa6e3c4-ef09-4104-a58b-9f5a0da547c5] Instantiated an idempotent producer.
2026-06-15 08:45:34.884 INFO 1 --- [ main] o.a.k.c.s.authenticator.AbstractLogin : Successfully logged in.
2026-06-15 08:45:34.935 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version: 3.1.1
2026-06-15 08:45:34.938 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId: 97671528ba54a138
2026-06-15 08:45:34.938 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka startTimeMs: 1781513134932
2026-06-15 08:45:34.943 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : distribution client initialized successfully
2026-06-15 08:45:34.943 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : ===================================
2026-06-15 08:45:34.943 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : ===================================
2026-06-15 08:45:34.943 INFO 1 --- [ main] o.onap.sdc.impl.DistributionClientImpl : start DistributionClient
2026-06-15 08:45:34.964 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-dcb91143-372d-4fb6-b4f2-f62e8038b035
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
2026-06-15 08:45:35.022 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version: 3.1.1
2026-06-15 08:45:35.023 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId: 97671528ba54a138
2026-06-15 08:45:35.023 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka startTimeMs: 1781513135022
2026-06-15 08:45:35.055 INFO 1 --- [ main] o.a.k.clients.consumer.KafkaConsumer : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, groupId=dcaegen2] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:45:35.060 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : distribution client started successfully
2026-06-15 08:45:35.060 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : ===================================
2026-06-15 08:45:35.060 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:45:35.874 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2026-06-15 08:45:35.896 INFO 1 --- [ main] org.onap.ves.openapi.manager.Main : Started Main in 5.226 seconds (JVM running for 6.006)
2026-06-15 08:45:36.115 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, 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 JqYlLoOpRj2XnWwl9PFPmg
2026-06-15 08:45:36.115 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, 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 JqYlLoOpRj2XnWwl9PFPmg
2026-06-15 08:45:36.116 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, 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 JqYlLoOpRj2XnWwl9PFPmg
2026-06-15 08:45:36.116 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, 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 JqYlLoOpRj2XnWwl9PFPmg
2026-06-15 08:45:36.116 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, 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 JqYlLoOpRj2XnWwl9PFPmg
2026-06-15 08:45:36.116 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, 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 JqYlLoOpRj2XnWwl9PFPmg
2026-06-15 08:45:36.116 INFO 1 --- [8b-9f5a0da547c5] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-8fa6e3c4-ef09-4104-a58b-9f5a0da547c5] Cluster ID: 2dw4x2C4RZmgWtKPgrRpGA
2026-06-15 08:45:36.117 INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, groupId=dcaegen2] Cluster ID: 2dw4x2C4RZmgWtKPgrRpGA
2026-06-15 08:45:36.118 INFO 1 --- [8b-9f5a0da547c5] o.a.k.c.p.internals.TransactionManager : [Producer clientId=ves-openapi-manager-producer-8fa6e3c4-ef09-4104-a58b-9f5a0da547c5] ProducerId set to 2006 with epoch 0
2026-06-15 08:45:36.118 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, groupId=dcaegen2] Discovered group coordinator onap-strimzi-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9092 (id: 2147483647 rack: null)
2026-06-15 08:45:36.124 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, groupId=dcaegen2] (Re-)joining group
2026-06-15 08:45:36.187 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, groupId=dcaegen2] Request joining group due to: need to re-join with the given member-id
2026-06-15 08:45:36.188 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, groupId=dcaegen2] (Re-)joining group
2026-06-15 08:45:39.213 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, groupId=dcaegen2] Successfully joined group with generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035-df096d7b-cd48-49e5-bde3-50bb378b5e03', protocol='range'}
2026-06-15 08:45:39.216 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, groupId=dcaegen2] Finished assignment for group at generation 1: {ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035-df096d7b-cd48-49e5-bde3-50bb378b5e03=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])}
2026-06-15 08:45:39.227 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, groupId=dcaegen2] Successfully synced group in generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035-df096d7b-cd48-49e5-bde3-50bb378b5e03', protocol='range'}
2026-06-15 08:45:39.228 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, 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])
2026-06-15 08:45:39.231 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, 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
2026-06-15 08:45:39.239 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2026-06-15 08:45:39.239 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2026-06-15 08:45:39.239 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2026-06-15 08:45:39.240 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2026-06-15 08:45:39.240 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2026-06-15 08:45:39.240 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2026-06-15 08:45:39.325 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, 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-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9092 (id: 2 rack: null)], epoch=0}}.
2026-06-15 08:45:39.326 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, 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-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9092 (id: 2 rack: null)], epoch=0}}.
2026-06-15 08:45:39.338 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, 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-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9092 (id: 0 rack: null)], epoch=0}}.
2026-06-15 08:45:39.339 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, 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-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9092 (id: 0 rack: null)], epoch=0}}.
2026-06-15 08:45:39.355 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, 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-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9092 (id: 1 rack: null)], epoch=0}}.
2026-06-15 08:45:39.356 INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, 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-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc.cluster.local:9092 (id: 1 rack: null)], epoch=0}}.
2026-06-15 08:45:39.675 INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-06-15 08:45:39.676 INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2026-06-15 08:45:39.678 INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms
2026-06-15 08:45:55.065 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:46:15.067 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:46:35.067 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:46:55.068 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:47:15.070 INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:47:35.071 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:47:55.071 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:48:15.073 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:48:35.075 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:48:55.076 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:49:15.077 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:49:35.078 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:49:55.078 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:50:15.080 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:50:35.082 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:50:55.083 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:51:15.084 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:51:35.085 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:51:55.086 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:52:15.088 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:52:35.088 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:52:55.089 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:53:15.091 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:53:35.093 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:53:55.094 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:54:15.095 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:54:35.096 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:54:36.334 INFO 1 --- [ool-1-thread-10] org.apache.kafka.clients.NetworkClient : [Consumer clientId=ves-openapi-manager-consumer-dcb91143-372d-4fb6-b4f2-f62e8038b035, groupId=dcaegen2] Node -1 disconnected.
2026-06-15 08:54:36.427 INFO 1 --- [8b-9f5a0da547c5] org.apache.kafka.clients.NetworkClient : [Producer clientId=ves-openapi-manager-producer-8fa6e3c4-ef09-4104-a58b-9f5a0da547c5] Node -1 disconnected.
2026-06-15 08:54:53.416 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:54:53.424 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:54:53.424 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "3712003c-9bad-4ca6-b836-9e837cb99597",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513675096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/resourceInstances/basic_cnf_macro_gnb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:54:53.428 INFO 1 --- [8b-9f5a0da547c5] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-8fa6e3c4-ef09-4104-a58b-9f5a0da547c5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to yGNJmy6hT46n-KuPw8f-Cw
2026-06-15 08:54:53.428 INFO 1 --- [8b-9f5a0da547c5] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-8fa6e3c4-ef09-4104-a58b-9f5a0da547c5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to yGNJmy6hT46n-KuPw8f-Cw
2026-06-15 08:54:53.428 INFO 1 --- [8b-9f5a0da547c5] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-8fa6e3c4-ef09-4104-a58b-9f5a0da547c5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to yGNJmy6hT46n-KuPw8f-Cw
2026-06-15 08:54:53.428 INFO 1 --- [8b-9f5a0da547c5] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-8fa6e3c4-ef09-4104-a58b-9f5a0da547c5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to yGNJmy6hT46n-KuPw8f-Cw
2026-06-15 08:54:53.428 INFO 1 --- [8b-9f5a0da547c5] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-8fa6e3c4-ef09-4104-a58b-9f5a0da547c5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to yGNJmy6hT46n-KuPw8f-Cw
2026-06-15 08:54:53.428 INFO 1 --- [8b-9f5a0da547c5] org.apache.kafka.clients.Metadata : [Producer clientId=ves-openapi-manager-producer-8fa6e3c4-ef09-4104-a58b-9f5a0da547c5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to yGNJmy6hT46n-KuPw8f-Cw
2026-06-15 08:54:54.441 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:54:54.441 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:54:54.441 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "3712003c-9bad-4ca6-b836-9e837cb99597",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513675096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/resourceInstances/basic_cnf_macro_gnb0/artifacts/basic_cnf_macro_gnb0_modules.json",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:54:55.441 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:54:55.442 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:54:55.442 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "3712003c-9bad-4ca6-b836-9e837cb99597",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513675096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/resourceInstances/basic_cnf_macro_gnb0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:54:56.443 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:54:56.443 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:54:56.443 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "3712003c-9bad-4ca6-b836-9e837cb99597",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513675096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/resourceInstances/basic_cnf_macro_gnb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:54:57.444 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:54:57.445 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:54:57.445 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "3712003c-9bad-4ca6-b836-9e837cb99597",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513675096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/resourceInstances/basic_cnf_macro_gnb0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:54:58.445 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:54:58.446 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:54:58.446 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "3712003c-9bad-4ca6-b836-9e837cb99597",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513675096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/resourceInstances/basic_cnf_macro_gnb0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:54:59.446 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:54:59.446 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:54:59.447 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "3712003c-9bad-4ca6-b836-9e837cb99597",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513675096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/resourceInstances/basic_cnf_macro_gnb0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:00.447 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:00.447 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:00.448 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "3712003c-9bad-4ca6-b836-9e837cb99597",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513675096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/resourceInstances/basic_cnf_macro_gnb0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:01.448 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:01.449 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:01.449 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "3712003c-9bad-4ca6-b836-9e837cb99597",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513675096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/artifacts/service-BasicCnfMacroGnb-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:02.449 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:02.450 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:02.450 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "3712003c-9bad-4ca6-b836-9e837cb99597",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513675096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/artifacts/service-BasicCnfMacroGnb-csar.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:03.451 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:55:03.457 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:03.458 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:03.458 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "bd7e0bd2-40ac-496e-9bbb-60a4ff402428",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513703451,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/resourceInstances/basic_cnf_macro_gnb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:04.459 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:04.459 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:04.459 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "bd7e0bd2-40ac-496e-9bbb-60a4ff402428",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513703451,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/resourceInstances/basic_cnf_macro_gnb0/artifacts/basic_cnf_macro_gnb0_modules.json",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:05.459 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:05.460 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:05.460 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "bd7e0bd2-40ac-496e-9bbb-60a4ff402428",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513703451,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/resourceInstances/basic_cnf_macro_gnb0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:06.460 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:06.461 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:06.461 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "bd7e0bd2-40ac-496e-9bbb-60a4ff402428",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513703451,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/resourceInstances/basic_cnf_macro_gnb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:07.462 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:07.462 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:07.462 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "bd7e0bd2-40ac-496e-9bbb-60a4ff402428",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513703451,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/resourceInstances/basic_cnf_macro_gnb0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:08.463 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:08.463 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:08.463 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "bd7e0bd2-40ac-496e-9bbb-60a4ff402428",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513703451,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/resourceInstances/basic_cnf_macro_gnb0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:09.464 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:09.464 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:09.464 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "bd7e0bd2-40ac-496e-9bbb-60a4ff402428",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513703451,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/resourceInstances/basic_cnf_macro_gnb0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:10.464 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:10.465 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:10.465 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "bd7e0bd2-40ac-496e-9bbb-60a4ff402428",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513703451,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/resourceInstances/basic_cnf_macro_gnb0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:11.465 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:11.466 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:11.466 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "bd7e0bd2-40ac-496e-9bbb-60a4ff402428",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513703451,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/artifacts/service-BasicCnfMacroGnb-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:12.466 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:12.467 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:12.467 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "bd7e0bd2-40ac-496e-9bbb-60a4ff402428",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513703451,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacroGnb/1.0/artifacts/service-BasicCnfMacroGnb-csar.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:15.059 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:55:21.523 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:21.523 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:21.523 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "b6d4baa9-af60-43f8-8711-d8011682f458",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513715059,
"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
2026-06-15 08:55:22.523 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:22.524 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:22.524 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "b6d4baa9-af60-43f8-8711-d8011682f458",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513715059,
"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
2026-06-15 08:55:23.524 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:23.525 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:23.525 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "b6d4baa9-af60-43f8-8711-d8011682f458",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513715059,
"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
2026-06-15 08:55:24.525 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:24.526 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:24.526 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "b6d4baa9-af60-43f8-8711-d8011682f458",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513715059,
"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
2026-06-15 08:55:25.526 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:25.527 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:25.527 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "b6d4baa9-af60-43f8-8711-d8011682f458",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513715059,
"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
2026-06-15 08:55:26.527 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:26.528 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:26.529 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "b6d4baa9-af60-43f8-8711-d8011682f458",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513715059,
"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
2026-06-15 08:55:27.530 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:27.530 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:27.530 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "b6d4baa9-af60-43f8-8711-d8011682f458",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513715059,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:28.531 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:28.532 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:28.532 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "b6d4baa9-af60-43f8-8711-d8011682f458",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513715059,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:35.059 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:55:35.067 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:35.068 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:35.068 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "cf2d92d8-f804-4ba7-b708-d611a2c8c796",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513735059,
"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
2026-06-15 08:55:36.068 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:36.069 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:36.069 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "cf2d92d8-f804-4ba7-b708-d611a2c8c796",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513735059,
"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
2026-06-15 08:55:37.070 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:37.070 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:37.071 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "cf2d92d8-f804-4ba7-b708-d611a2c8c796",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513735059,
"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
2026-06-15 08:55:38.071 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:38.072 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:38.072 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "cf2d92d8-f804-4ba7-b708-d611a2c8c796",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513735059,
"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
2026-06-15 08:55:39.073 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:39.073 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:39.073 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "cf2d92d8-f804-4ba7-b708-d611a2c8c796",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513735059,
"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
2026-06-15 08:55:40.074 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:40.075 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:40.075 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "cf2d92d8-f804-4ba7-b708-d611a2c8c796",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513735059,
"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
2026-06-15 08:55:41.075 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:41.076 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:41.076 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "cf2d92d8-f804-4ba7-b708-d611a2c8c796",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513735059,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:42.076 INFO 1 --- [pool-1-thread-6] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:42.077 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:42.077 INFO 1 --- [pool-1-thread-6] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "cf2d92d8-f804-4ba7-b708-d611a2c8c796",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513735059,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:55.059 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:55:55.063 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:55.063 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:55.063 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "6cde21aa-bd23-4b47-b811-1088a29b4ea0",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513755059,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/resourceInstances/pnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:56.064 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:56.065 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:56.065 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "6cde21aa-bd23-4b47-b811-1088a29b4ea0",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513755059,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/resourceInstances/pnf_macro0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:57.066 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:57.066 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:57.066 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "6cde21aa-bd23-4b47-b811-1088a29b4ea0",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513755059,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/resourceInstances/pnf_macro0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:58.067 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:58.067 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:58.067 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "6cde21aa-bd23-4b47-b811-1088a29b4ea0",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513755059,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/resourceInstances/pnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:55:59.068 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:55:59.068 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:55:59.068 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "6cde21aa-bd23-4b47-b811-1088a29b4ea0",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513755059,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/resourceInstances/pnf_macro0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:00.071 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:56:00.071 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:00.071 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "6cde21aa-bd23-4b47-b811-1088a29b4ea0",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513755059,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/resourceInstances/pnf_macro0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:01.072 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:56:01.072 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:01.073 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "6cde21aa-bd23-4b47-b811-1088a29b4ea0",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513755059,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/artifacts/service-PnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:02.073 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:56:02.074 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:02.074 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "6cde21aa-bd23-4b47-b811-1088a29b4ea0",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513755059,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/artifacts/service-PnfMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:03.075 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : ===================================
2026-06-15 08:56:03.076 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : Distributed service information
2026-06-15 08:56:03.079 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : Service UUID: 642795ea-5334-4850-b931-cdb05f11e453
2026-06-15 08:56:03.080 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : Service name: pnf_macro
2026-06-15 08:56:03.080 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : Service resources:
2026-06-15 08:56:03.080 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : - Resource: pnf_macro
2026-06-15 08:56:03.080 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : Artifacts:
2026-06-15 08:56:03.080 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : - Name: MyPnf_Pnf_v1.yaml
2026-06-15 08:56:03.080 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : ===================================
2026-06-15 08:56:03.081 INFO 1 --- [pool-1-thread-3] o.o.v.o.m.service.ArtifactsCollector : Downloading artifacts
2026-06-15 08:56:03.272 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDownloadStatus
2026-06-15 08:56:03.273 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:03.273 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "6cde21aa-bd23-4b47-b811-1088a29b4ea0",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513763272,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/resourceInstances/pnf_macro0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:04.406 WARN 1 --- [pool-1-thread-3] o.o.v.o.m.s.n.ValidationStatusSender : Artifact MyPnf_Pnf_v1.yaml is valid
2026-06-15 08:56:04.407 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDeploymentStatus
2026-06-15 08:56:04.407 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:04.407 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "6cde21aa-bd23-4b47-b811-1088a29b4ea0",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513764406,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/resourceInstances/pnf_macro0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:05.408 INFO 1 --- [pool-1-thread-3] o.o.v.o.m.s.n.FinalStatusSender : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2026-06-15 08:56:05.409 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendFinalDistributionStatus status
2026-06-15 08:56:05.409 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:05.409 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "6cde21aa-bd23-4b47-b811-1088a29b4ea0",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513765408,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:15.059 INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:56:15.064 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:56:15.065 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:15.065 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2bad0283-4ddb-4c7e-9a2a-89262d848d43",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513775059,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/resourceInstances/pnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:16.066 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:56:16.066 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:16.066 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2bad0283-4ddb-4c7e-9a2a-89262d848d43",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513775059,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/resourceInstances/pnf_macro0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:17.067 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:56:17.067 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:17.067 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2bad0283-4ddb-4c7e-9a2a-89262d848d43",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513775059,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/resourceInstances/pnf_macro0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:18.068 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:56:18.069 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:18.069 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2bad0283-4ddb-4c7e-9a2a-89262d848d43",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513775059,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/resourceInstances/pnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:19.070 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:56:19.070 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:19.071 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2bad0283-4ddb-4c7e-9a2a-89262d848d43",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513775059,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/resourceInstances/pnf_macro0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:20.071 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:56:20.071 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:20.071 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2bad0283-4ddb-4c7e-9a2a-89262d848d43",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513775059,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/resourceInstances/pnf_macro0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:21.072 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:56:21.073 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:21.073 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2bad0283-4ddb-4c7e-9a2a-89262d848d43",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513775059,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/artifacts/service-PnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:22.074 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:56:22.074 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:22.074 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2bad0283-4ddb-4c7e-9a2a-89262d848d43",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513775059,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/artifacts/service-PnfMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:23.076 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : ===================================
2026-06-15 08:56:23.076 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : Distributed service information
2026-06-15 08:56:23.076 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : Service UUID: 642795ea-5334-4850-b931-cdb05f11e453
2026-06-15 08:56:23.076 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : Service name: pnf_macro
2026-06-15 08:56:23.076 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : Service resources:
2026-06-15 08:56:23.076 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : - Resource: pnf_macro
2026-06-15 08:56:23.076 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : Artifacts:
2026-06-15 08:56:23.076 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : - Name: MyPnf_Pnf_v1.yaml
2026-06-15 08:56:23.076 INFO 1 --- [pool-1-thread-3] o.o.v.o.manager.service.ClientCallback : ===================================
2026-06-15 08:56:23.076 INFO 1 --- [pool-1-thread-3] o.o.v.o.m.service.ArtifactsCollector : Downloading artifacts
2026-06-15 08:56:23.246 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDownloadStatus
2026-06-15 08:56:23.247 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:23.247 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2bad0283-4ddb-4c7e-9a2a-89262d848d43",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513783246,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/resourceInstances/pnf_macro0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:24.274 WARN 1 --- [pool-1-thread-3] o.o.v.o.m.s.n.ValidationStatusSender : Artifact MyPnf_Pnf_v1.yaml is valid
2026-06-15 08:56:24.274 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDeploymentStatus
2026-06-15 08:56:24.274 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:24.274 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2bad0283-4ddb-4c7e-9a2a-89262d848d43",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513784274,
"artifactURL": "/sdc/v1/catalog/services/PnfMacro/1.0/resourceInstances/pnf_macro0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:25.275 INFO 1 --- [pool-1-thread-3] o.o.v.o.m.s.n.FinalStatusSender : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2026-06-15 08:56:25.275 INFO 1 --- [pool-1-thread-3] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendFinalDistributionStatus status
2026-06-15 08:56:25.276 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:56:25.276 INFO 1 --- [pool-1-thread-3] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2bad0283-4ddb-4c7e-9a2a-89262d848d43",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513785275,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:56:35.059 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:56:55.062 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:57:11.708 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:11.708 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:11.708 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2abfe390-ff7a-46b2-b40e-b829dda5422f",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513815062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjftjw/1.0/resourceInstances/basic_onboard_sjftjw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:12.709 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:12.709 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:12.710 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2abfe390-ff7a-46b2-b40e-b829dda5422f",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513815062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjftjw/1.0/resourceInstances/basic_onboard_sjftjw0/artifacts/basic_onboard_sjftjw0_modules.json",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:13.710 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:13.711 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:13.711 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2abfe390-ff7a-46b2-b40e-b829dda5422f",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513815062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjftjw/1.0/resourceInstances/basic_onboard_sjftjw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:14.711 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:14.712 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:14.712 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2abfe390-ff7a-46b2-b40e-b829dda5422f",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513815062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjftjw/1.0/resourceInstances/basic_onboard_sjftjw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:15.712 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:15.712 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:15.713 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2abfe390-ff7a-46b2-b40e-b829dda5422f",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513815062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjftjw/1.0/resourceInstances/basic_onboard_sjftjw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:16.713 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:16.713 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:16.713 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2abfe390-ff7a-46b2-b40e-b829dda5422f",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513815062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjftjw/1.0/artifacts/service-BasicOnboardSjftjw-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:17.714 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:17.715 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:17.715 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "2abfe390-ff7a-46b2-b40e-b829dda5422f",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513815062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjftjw/1.0/artifacts/service-BasicOnboardSjftjw-csar.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:18.715 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:57:18.719 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:18.719 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:18.719 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "9a7ea1df-9756-43ca-ab76-89dec85f280f",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513838715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20260615085626/1.0/resourceInstances/vfwb9f26db28c5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:19.719 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:19.720 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:19.720 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "9a7ea1df-9756-43ca-ab76-89dec85f280f",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513838715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20260615085626/1.0/resourceInstances/vfwb9f26db28c5e0/artifacts/vfwb9f26db28c5e0_modules.json",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:20.721 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:20.721 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:20.721 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "9a7ea1df-9756-43ca-ab76-89dec85f280f",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513838715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20260615085626/1.0/resourceInstances/vfwb9f26db28c5e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:21.722 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:21.723 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:21.723 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "9a7ea1df-9756-43ca-ab76-89dec85f280f",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513838715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20260615085626/1.0/resourceInstances/vfwb9f26db28c5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:22.723 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:22.723 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:22.724 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "9a7ea1df-9756-43ca-ab76-89dec85f280f",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513838715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20260615085626/1.0/resourceInstances/vfwb9f26db28c5e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:23.724 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:23.725 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:23.725 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "9a7ea1df-9756-43ca-ab76-89dec85f280f",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513838715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20260615085626/1.0/artifacts/service-Vfw20260615085626-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:24.725 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:24.726 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:24.726 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "9a7ea1df-9756-43ca-ab76-89dec85f280f",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513838715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20260615085626/1.0/artifacts/service-Vfw20260615085626-csar.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:25.727 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:25.727 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:25.727 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "5ace9c8a-5548-443d-9ceb-f2f54db18321",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513838715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjftjw/1.0/resourceInstances/basic_onboard_sjftjw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:26.730 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:26.730 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:26.730 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "5ace9c8a-5548-443d-9ceb-f2f54db18321",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513838715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjftjw/1.0/resourceInstances/basic_onboard_sjftjw0/artifacts/basic_onboard_sjftjw0_modules.json",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:27.731 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:27.731 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:27.731 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "5ace9c8a-5548-443d-9ceb-f2f54db18321",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513838715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjftjw/1.0/resourceInstances/basic_onboard_sjftjw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:28.732 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:28.732 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:28.733 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "5ace9c8a-5548-443d-9ceb-f2f54db18321",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513838715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjftjw/1.0/resourceInstances/basic_onboard_sjftjw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:29.734 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:29.734 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:29.734 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "5ace9c8a-5548-443d-9ceb-f2f54db18321",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513838715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjftjw/1.0/resourceInstances/basic_onboard_sjftjw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:30.735 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:30.735 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:30.735 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "5ace9c8a-5548-443d-9ceb-f2f54db18321",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513838715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjftjw/1.0/artifacts/service-BasicOnboardSjftjw-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:31.736 INFO 1 --- [pool-1-thread-4] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 08:57:31.736 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 08:57:31.736 INFO 1 --- [pool-1-thread-4] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "5ace9c8a-5548-443d-9ceb-f2f54db18321",
"consumerID": "ves-openapi-manager",
"timestamp": 1781513838715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjftjw/1.0/artifacts/service-BasicOnboardSjftjw-csar.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 08:57:35.059 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:57:55.060 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:58:15.061 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:58:35.062 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:58:55.062 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:59:15.062 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:59:35.064 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 08:59:55.065 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:00:15.066 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:00:35.067 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:00:55.068 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:01:15.069 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:01:35.069 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:01:55.069 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:02:15.070 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:02:35.072 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:02:55.073 INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:03:15.074 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:03:35.075 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:03:55.075 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:04:06.667 INFO 1 --- [8b-9f5a0da547c5] org.apache.kafka.clients.NetworkClient : [Producer clientId=ves-openapi-manager-producer-8fa6e3c4-ef09-4104-a58b-9f5a0da547c5] Node 0 disconnected.
2026-06-15 09:04:15.076 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:04:35.076 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:04:55.080 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:05:15.081 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:05:35.081 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:05:55.082 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:06:15.083 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:06:35.084 INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:06:48.136 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:06:48.137 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:06:48.137 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "9c1f8de5-da9d-45f0-b29f-c7972c24edc9",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514395084,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 09:06:49.141 INFO 1 --- [pool-1-thread-1] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:06:49.142 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:06:49.142 INFO 1 --- [pool-1-thread-1] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "9c1f8de5-da9d-45f0-b29f-c7972c24edc9",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514395084,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 09:06:55.059 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:07:04.049 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:07:04.049 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:04.049 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "c82b17ad-1d89-4cdf-bb93-30828a613739",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514415059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9sgnj7oo4cwgj6vvomrj/1.0/resourceInstances/pnfe29cebaf644f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 09:07:05.050 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:07:05.051 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:05.051 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "c82b17ad-1d89-4cdf-bb93-30828a613739",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514415059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9sgnj7oo4cwgj6vvomrj/1.0/resourceInstances/pnfe29cebaf644f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 09:07:06.051 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:07:06.052 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:06.052 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "c82b17ad-1d89-4cdf-bb93-30828a613739",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514415059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9sgnj7oo4cwgj6vvomrj/1.0/resourceInstances/pnfe29cebaf644f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 09:07:07.053 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:07:07.054 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:07.054 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "c82b17ad-1d89-4cdf-bb93-30828a613739",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514415059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9sgnj7oo4cwgj6vvomrj/1.0/resourceInstances/pnfe29cebaf644f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 09:07:08.055 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:07:08.056 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:08.056 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "c82b17ad-1d89-4cdf-bb93-30828a613739",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514415059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9sgnj7oo4cwgj6vvomrj/1.0/resourceInstances/pnfe29cebaf644f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 09:07:09.057 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:07:09.057 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:09.057 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "c82b17ad-1d89-4cdf-bb93-30828a613739",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514415059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9sgnj7oo4cwgj6vvomrj/1.0/resourceInstances/pnfe29cebaf644f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 09:07:10.058 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:07:10.059 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:10.059 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "c82b17ad-1d89-4cdf-bb93-30828a613739",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514415059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9sgnj7oo4cwgj6vvomrj/1.0/artifacts/service-DemoPnf9sgnj7oo4cwgj6vvomrj-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 09:07:11.060 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:07:11.061 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:11.061 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "c82b17ad-1d89-4cdf-bb93-30828a613739",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514415059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9sgnj7oo4cwgj6vvomrj/1.0/artifacts/service-DemoPnf9sgnj7oo4cwgj6vvomrj-csar.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 09:07:12.063 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : ===================================
2026-06-15 09:07:12.063 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : Distributed service information
2026-06-15 09:07:12.063 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : Service UUID: 5064a8df-c081-4375-bfbb-93115117209f
2026-06-15 09:07:12.063 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : Service name: Demo_pNF_9SGnJ7Oo4cwGJ6vvomrj
2026-06-15 09:07:12.063 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : Service resources:
2026-06-15 09:07:12.063 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : - Resource: pNF e29cebaf-644f
2026-06-15 09:07:12.063 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : Artifacts:
2026-06-15 09:07:12.063 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : - Name: MyPnf_Pnf_v1.yaml
2026-06-15 09:07:12.063 INFO 1 --- [ool-1-thread-10] o.o.v.o.manager.service.ClientCallback : ===================================
2026-06-15 09:07:12.064 INFO 1 --- [ool-1-thread-10] o.o.v.o.m.service.ArtifactsCollector : Downloading artifacts
2026-06-15 09:07:12.237 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDownloadStatus
2026-06-15 09:07:12.237 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:12.237 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "c82b17ad-1d89-4cdf-bb93-30828a613739",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514432237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9sgnj7oo4cwgj6vvomrj/1.0/resourceInstances/pnfe29cebaf644f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 09:07:13.253 WARN 1 --- [ool-1-thread-10] o.o.v.o.m.s.n.ValidationStatusSender : Artifact MyPnf_Pnf_v1.yaml is valid
2026-06-15 09:07:13.253 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendDeploymentStatus
2026-06-15 09:07:13.253 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:13.254 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "c82b17ad-1d89-4cdf-bb93-30828a613739",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514433253,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9sgnj7oo4cwgj6vvomrj/1.0/resourceInstances/pnfe29cebaf644f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 09:07:14.255 INFO 1 --- [ool-1-thread-10] o.o.v.o.m.s.n.FinalStatusSender : All VES_EVENT artifacts are valid, sending final status COMPONENT_DONE_OK
2026-06-15 09:07:14.255 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendFinalDistributionStatus status
2026-06-15 09:07:14.256 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:14.256 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "c82b17ad-1d89-4cdf-bb93-30828a613739",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514434255,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 09:07:15.257 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:07:30.134 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:07:30.134 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:30.134 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "4f48b151-a17b-4dd7-b339-34b9ba03307a",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514435257,
"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
2026-06-15 09:07:31.135 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:07:31.135 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:31.135 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "4f48b151-a17b-4dd7-b339-34b9ba03307a",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514435257,
"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
2026-06-15 09:07:32.136 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:07:32.136 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:32.136 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "4f48b151-a17b-4dd7-b339-34b9ba03307a",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514435257,
"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
2026-06-15 09:07:33.137 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:07:33.140 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:33.141 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "4f48b151-a17b-4dd7-b339-34b9ba03307a",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514435257,
"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
2026-06-15 09:07:34.142 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:07:34.143 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:34.143 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "4f48b151-a17b-4dd7-b339-34b9ba03307a",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514435257,
"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
2026-06-15 09:07:35.144 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:07:35.144 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:35.144 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "4f48b151-a17b-4dd7-b339-34b9ba03307a",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514435257,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 09:07:36.145 INFO 1 --- [ool-1-thread-10] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - sendNotificationStatus
2026-06-15 09:07:36.145 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : DistributionClient - sendStatus
2026-06-15 09:07:36.145 INFO 1 --- [ool-1-thread-10] org.onap.sdc.utils.NotificationSender : Trying to send status: {
"distributionID": "4f48b151-a17b-4dd7-b339-34b9ba03307a",
"consumerID": "ves-openapi-manager",
"timestamp": 1781514435257,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2026-06-15 09:07:37.146 INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:07:57.147 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:08:17.147 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:08:37.147 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:08:57.148 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:09:17.148 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:09:37.149 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:09:57.149 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:10:17.151 INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:10:37.152 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:10:57.153 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:11:17.154 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:11:37.155 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:11:57.156 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:12:17.157 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:12:37.157 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:12:57.158 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:13:17.159 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:13:37.159 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:13:57.160 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:14:17.160 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:14:37.162 INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:14:57.163 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:15:17.164 INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:15:37.165 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:15:57.166 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:16:17.166 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2026-06-15 09:16:37.168 INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO