Results

By type

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

2023-01-18 05:07:26.701  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Starting Main using Java 11.0.9.1 on onap-dcae-ves-openapi-manager-7b5d5b4fb4-w2nhg with PID 1 (/app/ves-openapi-manager.jar started by onap in /app)
2023-01-18 05:07:26.706  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : No active profile set, falling back to 1 default profile: "default"
2023-01-18 05:07:28.565  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2023-01-18 05:07:28.585  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2023-01-18 05:07:28.586  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.65]
2023-01-18 05:07:28.691  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2023-01-18 05:07:28.692  INFO 1 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1902 ms
2023-01-18 05:07:29.733  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-01-18 05:07:29.734  INFO 1 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2023-01-18 05:07:30.146  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-d8a71052-417e-401b-9655-476f155e49c7
	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-18 05:07:30.308  INFO 1 --- [           main] o.a.k.clients.producer.KafkaProducer     : [Producer clientId=ves-openapi-manager-producer-d8a71052-417e-401b-9655-476f155e49c7] Instantiated an idempotent producer.
2023-01-18 05:07:30.373  INFO 1 --- [           main] o.a.k.c.s.authenticator.AbstractLogin    : Successfully logged in.
2023-01-18 05:07:30.421  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-01-18 05:07:30.423  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-01-18 05:07:30.423  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1674018450418
2023-01-18 05:07:30.427  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client initialized successfully
2023-01-18 05:07:30.427  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-01-18 05:07:30.427  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-01-18 05:07:30.427  INFO 1 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : start DistributionClient
2023-01-18 05:07:30.441  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-f2c9dc81-11f8-481d-a679-c99abdf86f16
	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-18 05:07:30.504  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka version: 3.1.1
2023-01-18 05:07:30.504  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka commitId: 97671528ba54a138
2023-01-18 05:07:30.504  INFO 1 --- [           main] o.a.kafka.common.utils.AppInfoParser     : Kafka startTimeMs: 1674018450504
2023-01-18 05:07:30.505  INFO 1 --- [           main] o.a.k.clients.consumer.KafkaConsumer     : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:07:30.508  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : distribution client started successfully
2023-01-18 05:07:30.508  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : ===================================
2023-01-18 05:07:30.508  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:07:31.311  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18 05:07:31.311  INFO 1 --- [55-476f155e49c7] org.apache.kafka.clients.Metadata        : [Producer clientId=ves-openapi-manager-producer-d8a71052-417e-401b-9655-476f155e49c7] Cluster ID: J-K4wiltTqKRUl95BjvzRQ
2023-01-18 05:07:31.312  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18 05:07:31.312  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18 05:07:31.312  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18 05:07:31.312  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18 05:07:31.312  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18 05:07:31.313  INFO 1 --- [55-476f155e49c7] o.a.k.c.p.internals.TransactionManager   : [Producer clientId=ves-openapi-manager-producer-d8a71052-417e-401b-9655-476f155e49c7] ProducerId set to 2002 with epoch 0
2023-01-18 05:07:31.315  INFO 1 --- [pool-1-thread-1] org.apache.kafka.clients.Metadata        : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Cluster ID: J-K4wiltTqKRUl95BjvzRQ
2023-01-18 05:07:31.316  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-01-18 05:07:31.327  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] (Re-)joining group
2023-01-18 05:07:31.371  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Request joining group due to: need to re-join with the given member-id
2023-01-18 05:07:31.371  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] (Re-)joining group
2023-01-18 05:07:31.429  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
2023-01-18 05:07:31.442  INFO 1 --- [           main] org.onap.ves.openapi.manager.Main        : Started Main in 5.977 seconds (JVM running for 7.028)
2023-01-18 05:07:34.383  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Successfully joined group with generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16-6b86243e-028d-4972-b585-fb151df10b6f', protocol='range'}
2023-01-18 05:07:34.388  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Finished assignment for group at generation 1: {ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16-6b86243e-028d-4972-b585-fb151df10b6f=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-18 05:07:34.409  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Successfully synced group in generation Generation{generationId=1, memberId='ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16-6b86243e-028d-4972-b585-fb151df10b6f', protocol='range'}
2023-01-18 05:07:34.410  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, 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-18 05:07:34.415  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, 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-18 05:07:34.427  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-18 05:07:34.427  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-18 05:07:34.428  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-18 05:07:34.428  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-18 05:07:34.428  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-18 05:07:34.428  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-18 05:07:34.607  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-18 05:07:34.609  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-18 05:07:34.629  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-18 05:07:34.631  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-18 05:07:34.634  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-18 05:07:34.634  INFO 1 --- [pool-1-thread-1] o.a.k.c.c.internals.SubscriptionState    : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-18 05:07:50.514  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:08:08.232  INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-18 05:08:08.232  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-01-18 05:08:08.234  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 2 ms
2023-01-18 05:08:10.516  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:08:30.518  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:08:50.519  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:09:10.520  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:09:30.525  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:09:50.527  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:10:10.528  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:10:30.533  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:10:50.534  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:11:10.536  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:11:30.538  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:11:50.539  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:12:10.540  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:12:30.541  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:12:50.541  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:13:10.543  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:13:30.545  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:13:50.547  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:14:10.548  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:14:30.549  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:14:50.550  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:15:10.552  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:15:30.553  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:15:50.554  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:16:10.554  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:16:30.557  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:16:31.419  INFO 1 --- [ool-1-thread-10] org.apache.kafka.clients.NetworkClient   : [Consumer clientId=ves-openapi-manager-consumer-f2c9dc81-11f8-481d-a679-c99abdf86f16, groupId=dcaegen2] Node -1 disconnected.
2023-01-18 05:16:31.607  INFO 1 --- [55-476f155e49c7] org.apache.kafka.clients.NetworkClient   : [Producer clientId=ves-openapi-manager-producer-d8a71052-417e-401b-9655-476f155e49c7] Node -1 disconnected.
2023-01-18 05:16:50.560  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:17:10.561  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:17:30.564  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:17:50.569  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:18:10.571  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:18:30.572  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:18:50.573  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:19:10.575  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:19:30.575  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:19:50.577  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:20:10.578  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:20:30.579  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:20:50.581  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:21:10.582  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:21:30.584  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:21:50.585  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:22:10.587  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:22:30.588  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:22:50.590  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:23:10.591  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:23:30.592  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:23:50.593  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:24:10.594  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:24:30.595  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:24:50.596  INFO 1 --- [pool-1-thread-8] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:25:10.598  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:25:30.599  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:25:50.601  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:26:10.601  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:26:30.603  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:26:50.605  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:27:10.610  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:27:30.612  INFO 1 --- [pool-1-thread-1] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:27:50.612  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:28:10.614  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:28:30.619  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:28:50.626  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:29:10.630  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:29:30.630  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:29:50.633  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:30:10.635  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:30:30.641  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:30:50.643  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:31:10.644  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:31:30.645  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:31:50.645  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:32:10.646  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:32:30.647  INFO 1 --- [pool-1-thread-2] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:32:50.650  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:33:10.653  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:33:30.655  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:33:50.657  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:34:10.659  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:34:30.661  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:34:50.664  INFO 1 --- [pool-1-thread-4] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:35:10.671  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:35:30.672  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:35:50.673  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:36:10.674  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:36:30.676  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:36:50.677  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:37:10.685  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:37:30.689  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:37:50.692  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:38:10.693  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:38:30.693  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:38:50.694  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:39:10.702  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:39:30.703  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:39:50.705  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:40:10.709  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:40:30.711  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:40:50.712  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:41:10.713  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:41:30.714  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:41:50.715  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:42:10.716  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:42:30.719  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:42:50.720  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:43:10.721  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:43:30.723  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:43:50.723  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:44:10.724  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:44:30.725  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:44:50.727  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:45:10.728  INFO 1 --- [pool-1-thread-3] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:45:30.729  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:45:50.730  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:46:10.732  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:46:30.733  INFO 1 --- [pool-1-thread-5] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:46:50.738  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:47:10.740  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:47:30.741  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:47:50.741  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:48:10.748  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:48:30.749  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:48:50.753  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:49:10.755  INFO 1 --- [pool-1-thread-9] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:49:30.757  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:49:50.761  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:50:10.764  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:50:30.766  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:50:50.767  INFO 1 --- [ool-1-thread-10] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:51:10.768  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:51:30.770  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:51:50.771  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:52:10.772  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:52:30.774  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:52:50.775  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:53:10.776  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:53:30.778  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:53:50.779  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:54:10.779  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:54:30.781  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:54:50.783  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:55:10.785  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:55:30.785  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18 05:55:50.787  INFO 1 --- [pool-1-thread-6] org.onap.sdc.impl.NotificationConsumer   : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO