Results

By type

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

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

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

2023-01-26 05:21:06.368  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-01-26 05:21:06.369  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-01-26 05:21:06.369  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1674710466368
2023-01-26 05:21:06.371  INFO 1 --- [           main] o.a.k.clients.consumer.KafkaConsumer     : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:21:06.375  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client started successfully
2023-01-26 05:21:06.375  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-01-26 05:21:06.375  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:21:07.689  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, 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 ubLbbmiXTWWPXA-vqoqucA
2023-01-26 05:21:07.689  INFO 1 --- [53-4f51562f1087] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-7c9a804d-5170-4344-b653-4f51562f1087] Cluster ID: r-tPn8_QQ_q1WSsRZsxivg
2023-01-26 05:21:07.691  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, 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 ubLbbmiXTWWPXA-vqoqucA
2023-01-26 05:21:07.691  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, 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 ubLbbmiXTWWPXA-vqoqucA
2023-01-26 05:21:07.691  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, 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 ubLbbmiXTWWPXA-vqoqucA
2023-01-26 05:21:07.691  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, 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 ubLbbmiXTWWPXA-vqoqucA
2023-01-26 05:21:07.692  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, 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 ubLbbmiXTWWPXA-vqoqucA
2023-01-26 05:21:07.692  INFO 1 --- [53-4f51562f1087] o.a.k.c.p.internals.TransactionManager   : [Producer clientId=ves-openapi-manager-producer-7c9a804d-5170-4344-b653-4f51562f1087] ProducerId set to 1001 with epoch 0
2023-01-26 05:21:07.694  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Cluster ID: r-tPn8_QQ_q1WSsRZsxivg
2023-01-26 05:21:07.696  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-01-26 05:21:07.711  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] (Re-)joining group
2023-01-26 05:21:07.819  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
2023-01-26 05:21:07.842  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Request joining group due to: need to re-join with the given member-id
2023-01-26 05:21:07.844  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] (Re-)joining group
2023-01-26 05:21:07.844  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Started Main in 8.666 seconds (JVM running for 9.839)
2023-01-26 05:21:10.850  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Successfully joined group with generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872-cbc93a58-0062-41be-81f0-5c1c74d52266', protocol='range'}
2023-01-26 05:21:10.857  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Finished assignment for group at generation 1: {ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872-cbc93a58-0062-41be-81f0-5c1c74d52266=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-01-26 05:21:10.880  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Successfully synced group in generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872-cbc93a58-0062-41be-81f0-5c1c74d52266', protocol='range'}
2023-01-26 05:21:10.883  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-01-26 05:21:10.889  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-5, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-26 05:21:10.910  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-26 05:21:10.911  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-26 05:21:10.911  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-26 05:21:10.911  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-26 05:21:10.912  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-26 05:21:10.912  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-26 05:21:11.072  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-26 05:21:11.074  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-26 05:21:11.089  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-26 05:21:11.090  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-26 05:21:11.095  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-26 05:21:11.096  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-26 05:21:26.385  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:21:37.390  INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-26 05:21:37.390  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-01-26 05:21:37.394  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 4 ms
2023-01-26 05:21:46.389  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:22:06.389  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:22:26.391  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:22:46.394  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:23:06.396  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:23:26.398  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:23:46.398  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:24:06.400  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:24:26.401  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:24:46.401  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:25:06.403  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:25:26.404  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:25:46.405  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:26:06.406  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:26:26.408  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:26:46.409  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:27:06.409  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:27:26.411  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:27:46.412  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:28:06.413  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:28:26.414  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:28:46.415  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:29:06.416  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:29:26.417  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:29:46.419  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:30:06.421  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:30:07.738  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.NetworkClient   : [Consumer clientId=ves-openapi-manager-consumer-2ed5d12d-ba66-494a-9676-71ff7a3d1872, groupId=dcaegen2] Node -1 disconnected.
2023-01-26 05:30:07.918  INFO 1 --- [53-4f51562f1087] org.apache.kafka.clients.NetworkClient   : [Producer clientId=ves-openapi-manager-producer-7c9a804d-5170-4344-b653-4f51562f1087] Node -1 disconnected.
2023-01-26 05:30:26.422  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:30:46.423  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:31:06.424  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:31:26.424  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:31:46.426  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:32:06.426  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:32:26.428  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:32:46.430  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:33:06.430  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:33:26.431  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:33:46.432  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:34:06.435  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:34:26.437  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:34:46.440  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:35:06.443  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:35:26.444  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:35:46.444  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:36:06.446  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:36:26.448  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:36:46.450  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:37:06.452  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:37:26.454  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:37:46.456  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:38:06.459  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:38:26.460  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:38:46.465  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:39:06.468  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:39:26.470  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:39:46.471  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:40:06.474  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:40:26.476  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:40:46.477  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:41:06.479  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:41:26.479  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:41:46.481  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:42:06.482  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:42:26.484  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:42:46.485  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:43:06.487  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:43:26.488  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:43:46.498  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:44:06.498  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:44:26.500  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:44:46.501  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:45:06.501  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:45:26.502  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:45:46.505  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:46:06.506  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:46:26.508  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:46:46.510  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:47:06.512  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:47:26.512  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:47:46.513  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:48:06.514  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:48:26.516  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:48:46.516  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:49:06.517  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:49:26.518  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:49:46.520  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:50:06.522  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:50:26.523  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:50:46.524  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:51:06.526  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:51:26.527  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:51:46.529  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:52:06.529  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:52:26.531  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:52:46.531  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:53:06.533  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:53:26.535  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:53:46.536  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:54:06.537  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:54:26.538  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:54:46.540  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:55:06.541  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:55:26.542  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:55:46.543  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:56:06.545  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:56:26.545  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:56:46.547  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:57:06.548  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:57:26.549  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:57:46.550  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:58:06.550  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:58:26.552  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:58:46.554  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:59:06.555  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:59:26.556  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 05:59:46.557  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:00:06.559  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:00:26.560  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:00:46.561  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:01:06.563  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:01:26.564  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:01:46.568  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:02:06.568  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:02:26.570  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:02:46.571  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:03:06.572  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:03:26.573  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:03:46.574  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:04:06.574  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:04:26.575  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:04:46.577  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:05:06.578  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:05:26.579  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:05:46.580  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:06:06.581  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:06:26.582  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:06:46.584  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:07:06.585  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:07:26.587  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:07:46.588  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:08:06.589  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:08:26.590  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:08:46.591  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:09:06.592  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:09:26.593  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:09:46.594  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:10:06.595  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:10:26.596  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:10:46.596  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:11:06.598  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:11:26.600  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:11:46.600  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:12:06.601  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:12:26.603  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:12:46.606  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:13:06.606  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:13:26.610  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:13:46.611  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:14:06.612  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:14:26.613  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:14:46.614  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:15:06.614  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:15:26.615  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:15:46.617  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:16:06.618  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:16:26.618  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:16:46.620  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:17:06.621  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:17:26.621  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:17:46.622  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:18:06.624  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:18:26.625  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:18:46.626  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:19:06.627  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:19:26.628  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:19:46.629  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:20:06.630  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:20:26.631  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:20:46.632  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:21:06.634  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:21:26.636  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:21:46.637  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:22:06.638  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:22:26.639  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:22:46.643  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:23:06.644  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:23:26.646  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:23:46.646  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:24:06.648  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:24:26.649  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:24:46.650  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:25:06.650  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:25:26.652  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:25:46.652  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:26:06.654  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:26:26.655  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:26:46.657  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:27:06.658  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:27:26.659  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:27:46.660  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:28:06.662  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:28:26.662  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:28:46.664  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:29:06.664  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:29:26.666  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:29:46.666  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:30:06.668  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:30:26.670  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:30:46.671  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:31:06.672  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:31:26.673  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:31:46.673  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:32:06.675  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:32:26.676  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:32:46.676  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:33:06.678  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:33:26.679  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:33:46.680  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:34:06.681  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:34:26.682  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:34:46.684  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:35:06.685  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:35:26.687  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:35:46.688  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:36:06.688  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:36:26.689  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:36:46.689  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:37:06.690  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:37:26.695  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:37:46.700  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:38:06.702  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:38:26.703  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:38:46.705  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:39:06.706  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:39:26.710  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:39:46.712  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:40:06.713  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:40:26.715  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:40:46.716  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-26 06:41:06.717  INFO 1 --- [pool-1-thread-7] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO