IotDB_kafka_mqtt/logs/vehicle.log

8549 lines
922 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

2024-06-22 10:08:35.426 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 16704 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 10:08:35.433 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 10:08:35.433 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 10:08:36.074 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 10:08:36.077 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 10:08:36.108 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces.
2024-06-22 10:08:36.369 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$53e7006c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:08:36.474 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:08:36.475 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:08:36.478 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:08:36.491 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:08:36.524 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:08:36.528 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:08:36.774 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 10:08:36.783 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-06-22 10:08:36.784 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68]
2024-06-22 10:08:36.889 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-06-22 10:08:36.890 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1419 ms
2024-06-22 10:08:37.823 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 10:08:38.165 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 10:08:38.170 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 10:08:38.191 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 10:08:38.236 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 10:08:38.259 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:08:38.330 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:08:38.330 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:08:38.330 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719022118329
2024-06-22 10:08:38.333 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 10:08:38.609 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:08:38.853 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb.......
2024-06-22 10:08:38.967 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~
2024-06-22 10:08:39.335 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:08:39.337 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:08:39.364 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:08:39.382 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=1, memberId='consumer-Partitions-1-179b29c0-6e79-4b3d-9794-ab65ff216739', protocol='range'}
2024-06-22 10:08:39.384 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 1: {consumer-Partitions-1-179b29c0-6e79-4b3d-9794-ab65ff216739=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:08:39.440 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=1, memberId='consumer-Partitions-1-179b29c0-6e79-4b3d-9794-ab65ff216739', protocol='range'}
2024-06-22 10:08:39.441 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:08:39.442 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:08:39.458 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Found no committed offset for partition test1-0
2024-06-22 10:08:39.458 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Found no committed offset for partition test1-6
2024-06-22 10:08:39.458 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Found no committed offset for partition test1-5
2024-06-22 10:08:39.458 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Found no committed offset for partition test1-7
2024-06-22 10:08:39.458 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Found no committed offset for partition test1-2
2024-06-22 10:08:39.459 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Found no committed offset for partition test1-1
2024-06-22 10:08:39.459 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Found no committed offset for partition test1-4
2024-06-22 10:08:39.459 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Found no committed offset for partition test1-3
2024-06-22 10:08:39.471 [Thread-1] INFO o.a.k.clients.consumer.internals.SubscriptionState:398 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Resetting offset for partition test1-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}.
2024-06-22 10:08:39.472 [Thread-1] INFO o.a.k.clients.consumer.internals.SubscriptionState:398 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Resetting offset for partition test1-6 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}.
2024-06-22 10:08:39.472 [Thread-1] INFO o.a.k.clients.consumer.internals.SubscriptionState:398 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Resetting offset for partition test1-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}.
2024-06-22 10:08:39.472 [Thread-1] INFO o.a.k.clients.consumer.internals.SubscriptionState:398 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Resetting offset for partition test1-7 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}.
2024-06-22 10:08:39.472 [Thread-1] INFO o.a.k.clients.consumer.internals.SubscriptionState:398 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Resetting offset for partition test1-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}.
2024-06-22 10:08:39.472 [Thread-1] INFO o.a.k.clients.consumer.internals.SubscriptionState:398 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Resetting offset for partition test1-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}.
2024-06-22 10:08:39.472 [Thread-1] INFO o.a.k.clients.consumer.internals.SubscriptionState:398 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Resetting offset for partition test1-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}.
2024-06-22 10:08:39.472 [Thread-1] INFO o.a.k.clients.consumer.internals.SubscriptionState:398 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Resetting offset for partition test1-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}.
2024-06-22 10:08:39.752 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-2
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:08:39.756 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:08:39.756 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:08:39.756 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719022119756
2024-06-22 10:08:39.757 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:08:39.763 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-3
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:08:39.767 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:08:39.768 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:08:39.768 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719022119767
2024-06-22 10:08:39.768 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:08:39.770 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-4
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:08:39.770 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:08:39.772 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:08:39.772 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:08:39.772 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:08:39.773 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719022119772
2024-06-22 10:08:39.773 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:08:39.773 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:08:39.773 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:08:39.774 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:08:39.775 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:08:39.776 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:08:39.776 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:08:39.777 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:08:39.777 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:08:39.778 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:08:39.778 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=1, memberId='consumer-Topics-2-6c22cefb-8503-41a0-a044-fe0ff866ebc3', protocol='range'}
2024-06-22 10:08:39.778 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 1: {consumer-Topics-2-6c22cefb-8503-41a0-a044-fe0ff866ebc3=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:08:39.783 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:783 - [Consumer clientId=consumer-Topics-2, groupId=Topics] SyncGroup failed: The group began another rebalance. Need to re-join the group. Sent generation was Generation{generationId=1, memberId='consumer-Topics-2-6c22cefb-8503-41a0-a044-fe0ff866ebc3', protocol='range'}
2024-06-22 10:08:39.783 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:08:39.785 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:470 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Rebalance failed.
org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebalancing, so a rejoin is needed.
2024-06-22 10:08:39.785 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path ''
2024-06-22 10:08:39.785 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:08:39.788 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully joined group with generation Generation{generationId=2, memberId='consumer-Topics-4-51713b51-8168-4d25-8ba5-469455da3819', protocol='range'}
2024-06-22 10:08:39.788 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=2, memberId='consumer-Topics-3-d44b2a2e-f284-44ce-b911-5e53f130e7f2', protocol='range'}
2024-06-22 10:08:39.788 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=2, memberId='consumer-Topics-2-6c22cefb-8503-41a0-a044-fe0ff866ebc3', protocol='range'}
2024-06-22 10:08:39.788 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 2: {consumer-Topics-2-6c22cefb-8503-41a0-a044-fe0ff866ebc3=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-51713b51-8168-4d25-8ba5-469455da3819=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-3-d44b2a2e-f284-44ce-b911-5e53f130e7f2=Assignment(partitions=[test1-3, test1-4, test1-5])}
2024-06-22 10:08:39.792 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully synced group in generation Generation{generationId=2, memberId='consumer-Topics-4-51713b51-8168-4d25-8ba5-469455da3819', protocol='range'}
2024-06-22 10:08:39.792 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=2, memberId='consumer-Topics-3-d44b2a2e-f284-44ce-b911-5e53f130e7f2', protocol='range'}
2024-06-22 10:08:39.792 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=2, memberId='consumer-Topics-2-6c22cefb-8503-41a0-a044-fe0ff866ebc3', protocol='range'}
2024-06-22 10:08:39.792 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7])
2024-06-22 10:08:39.792 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5])
2024-06-22 10:08:39.792 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Adding newly assigned partitions: test1-6, test1-7
2024-06-22 10:08:39.792 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2])
2024-06-22 10:08:39.792 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-5, test1-4, test1-3
2024-06-22 10:08:39.792 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1
2024-06-22 10:08:39.794 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Found no committed offset for partition test1-6
2024-06-22 10:08:39.794 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Found no committed offset for partition test1-5
2024-06-22 10:08:39.794 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Found no committed offset for partition test1-7
2024-06-22 10:08:39.794 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Found no committed offset for partition test1-4
2024-06-22 10:08:39.794 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Found no committed offset for partition test1-3
2024-06-22 10:08:39.794 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Found no committed offset for partition test1-0
2024-06-22 10:08:39.794 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Found no committed offset for partition test1-2
2024-06-22 10:08:39.794 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Found no committed offset for partition test1-1
2024-06-22 10:08:39.795 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Found no committed offset for partition test1-6
2024-06-22 10:08:39.795 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Found no committed offset for partition test1-7
2024-06-22 10:08:39.796 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Found no committed offset for partition test1-5
2024-06-22 10:08:39.796 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Found no committed offset for partition test1-0
2024-06-22 10:08:39.796 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Found no committed offset for partition test1-4
2024-06-22 10:08:39.796 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Found no committed offset for partition test1-2
2024-06-22 10:08:39.796 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Found no committed offset for partition test1-3
2024-06-22 10:08:39.796 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1354 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Found no committed offset for partition test1-1
2024-06-22 10:08:39.799 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.clients.consumer.internals.SubscriptionState:398 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Resetting offset for partition test1-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}.
2024-06-22 10:08:39.799 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.clients.consumer.internals.SubscriptionState:398 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Resetting offset for partition test1-6 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}.
2024-06-22 10:08:39.799 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.clients.consumer.internals.SubscriptionState:398 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Resetting offset for partition test1-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}.
2024-06-22 10:08:39.799 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.clients.consumer.internals.SubscriptionState:398 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Resetting offset for partition test1-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}.
2024-06-22 10:08:39.799 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.clients.consumer.internals.SubscriptionState:398 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Resetting offset for partition test1-7 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}.
2024-06-22 10:08:39.799 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.clients.consumer.internals.SubscriptionState:398 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Resetting offset for partition test1-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}.
2024-06-22 10:08:39.799 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.clients.consumer.internals.SubscriptionState:398 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Resetting offset for partition test1-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}.
2024-06-22 10:08:39.799 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.clients.consumer.internals.SubscriptionState:398 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Resetting offset for partition test1-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}.
2024-06-22 10:08:39.819 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7]
2024-06-22 10:08:39.819 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1]
2024-06-22 10:08:39.820 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-5, test1-4, test1-3]
2024-06-22 10:08:39.908 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672]
2024-06-22 10:08:40.059 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1b1ea1d9:0/SimpleConnection@345d4ecb [delegate=amqp://guest@101.34.243.166:5672/, localPort= 59234]
2024-06-22 10:08:40.488 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息47.100.60.64,47.102.213.144
2024-06-22 10:08:40.492 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.100.60.64:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:08:40.788 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.669 seconds (JVM running for 6.197)
2024-06-22 10:08:40.789 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动开始动态启动kafka消费者
2024-06-22 10:08:40.934 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:08:40.934 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.102.213.144:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:08:41.353 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:10:07.188 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:10:07.188 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:10:07.188 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 32 32 30 37 31 34 36 31 31 36 2e 36 35 35 35 38 30 30 33 39 2e 35 32 30 39 32 32 30 37 32 2e 30 30 30 34 33 2e 34 34 30 30 30 30 30 30 34 32 38 30 30 30 36 30 30 30 30 32 30 32 39 30 30 30 30 30 44 32 30 35 30 31 32 2e 31 30 32 32 30 30 30 30 32 34 31 30 30 31 32 30 30 31 34 32 30 30 30 32 38 37 30 30 31 30 39 30 38 30 30 30 36 30 37 36 34 2e 39 36 30 30 30 30 37 39 30 30 30 30 31 32 39 30 30 30 30 35 30 34 30 30 30 34 30 30 30 34 30 30 30 36 33 30 30 30 30 31 33 30 30 30 30 35 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ae 7E
2024-06-22 10:10:07.202 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719022207146, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=43.44000000, dischargeVoltage=428000, dischargeCurrent=60000, insulationResistance=202900000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=12.10, motorControllerTemperature=220000, motorSpeed=24100, motorTorque=1200, motorTemperature=142000, motorVoltage=28700, motorCurrent=10908000, powerBattery=60764., maxFeedbackPower=960000, maxDischargePower=790000, bmsSelfCheck=12, powerBatteryCurrent=90000, powerBatteryV3=504000, maxVoltage=4000, minVoltage=4000, maxTemperature=630000, minTemperature=130000, availableCapacity=590000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:10:07.253 [MQTT Call: protocol-parsing] INFO org.apache.kafka.clients.producer.ProducerConfig:372 - ProducerConfig values:
acks = 1
batch.size = 16384
bootstrap.servers = [localhost:9092]
buffer.memory = 33554432
client.dns.lookup = use_all_dns_ips
client.id = producer-1
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = false
interceptor.classes = []
internal.auto.downgrade.txn.commit = false
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 = null
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.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.mechanism = GSSAPI
security.protocol = 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
2024-06-22 10:10:07.265 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:10:07.265 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:10:07.265 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719022207265
2024-06-22 10:10:07.268 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:10:07.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:702 - 故障信息发送到RabbitMQ
2024-06-22 10:10:07.439 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:283 - 该车故障GZ001信息首次存储到本地缓存和Redis中并发送到RabbitMQ
2024-06-22 10:10:17.571 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:35 - 过期redis数据ZEQA6V2Z98M9ZMFZF-GZ001
2024-06-22 10:10:17.571 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:38 - 过期redis数据ZEQA6V2Z98M9ZMFZF-GZ001
2024-06-22 10:10:17.597 [AMQP Connection 101.34.243.166:5672] ERROR o.s.a.rabbit.connection.CachingConnectionFactory:748 - Shutdown Signal: channel error; protocol method: #method<channel.close>(reply-code=404, reply-text=NOT_FOUND - no exchange 'disconnect_connect' in vhost '/', class-id=60, method-id=40)
2024-06-22 10:19:17.362 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:19:17.382 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:19:17.402 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:19:17.442 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:19:18.334 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:19:18.369 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:19:18.383 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-2, test1-1
2024-06-22 10:19:18.383 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Revoke previously assigned partitions test1-5, test1-4, test1-3
2024-06-22 10:19:18.383 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Revoke previously assigned partitions test1-6, test1-7
2024-06-22 10:19:18.383 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1]
2024-06-22 10:19:18.383 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7]
2024-06-22 10:19:18.383 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-5, test1-4, test1-3]
2024-06-22 10:19:18.384 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Member consumer-Topics-4-51713b51-8168-4d25-8ba5-469455da3819 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:19:18.384 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Member consumer-Topics-3-d44b2a2e-f284-44ce-b911-5e53f130e7f2 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:19:18.384 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Member consumer-Topics-2-6c22cefb-8503-41a0-a044-fe0ff866ebc3 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:19:18.384 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:19:18.384 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:19:18.384 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:19:18.403 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:19:18.403 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:19:18.403 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:19:18.403 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:19:18.404 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:19:18.404 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:19:18.406 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-3 unregistered
2024-06-22 10:19:18.406 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-2 unregistered
2024-06-22 10:19:18.406 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:19:18.406 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:19:18.410 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:19:18.410 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:19:18.410 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:19:18.410 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-4 unregistered
2024-06-22 10:19:18.410 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:19:18.411 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:19:18.411 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:19:18.411 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:19:18.421 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms.
2024-06-22 10:19:18.422 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:19:18.422 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:19:18.422 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:19:18.422 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered
2024-06-22 10:19:18.574 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-06-22 10:19:18.581 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-06-22 10:19:29.310 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 25748 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 10:19:29.312 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 10:19:29.313 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 10:19:29.856 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 10:19:29.857 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 10:19:29.884 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-06-22 10:19:30.118 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$82b5673a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:19:30.208 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:19:30.209 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:19:30.211 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:19:30.223 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:19:30.253 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:19:30.258 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:19:30.488 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 10:19:30.496 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-06-22 10:19:30.497 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68]
2024-06-22 10:19:30.602 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-06-22 10:19:30.602 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1236 ms
2024-06-22 10:19:31.274 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 10:19:31.595 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 10:19:31.601 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 10:19:31.618 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 10:19:31.661 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 10:19:31.682 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:19:31.751 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:19:31.751 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:19:31.751 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719022771749
2024-06-22 10:19:31.752 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 10:19:32.076 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:19:32.077 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:19:32.079 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:19:32.086 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:19:32.088 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=3, memberId='consumer-Partitions-1-5138bb76-5a11-4f21-8a23-db1d562edd85', protocol='range'}
2024-06-22 10:19:32.090 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 3: {consumer-Partitions-1-5138bb76-5a11-4f21-8a23-db1d562edd85=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:19:32.094 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=3, memberId='consumer-Partitions-1-5138bb76-5a11-4f21-8a23-db1d562edd85', protocol='range'}
2024-06-22 10:19:32.094 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:19:32.096 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:19:32.102 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:19:32.102 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:19:32.102 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:19:32.103 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:19:32.103 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:19:32.103 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:19:32.103 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:19:32.103 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:19:32.262 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb.......
2024-06-22 10:19:32.328 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~
2024-06-22 10:19:33.059 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-2
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:19:33.064 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:19:33.064 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:19:33.065 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719022773064
2024-06-22 10:19:33.067 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:19:33.074 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-3
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:19:33.078 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:19:33.078 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:19:33.078 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719022773077
2024-06-22 10:19:33.078 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:19:33.079 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:19:33.079 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:19:33.079 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:19:33.079 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-4
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:19:33.082 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:19:33.082 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:19:33.083 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:19:33.083 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:19:33.083 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:19:33.083 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719022773083
2024-06-22 10:19:33.083 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:19:33.083 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:19:33.086 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=4, memberId='consumer-Topics-2-d3cd778d-7480-48dd-b240-17021ad87773', protocol='range'}
2024-06-22 10:19:33.086 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:19:33.086 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 4: {consumer-Topics-2-d3cd778d-7480-48dd-b240-17021ad87773=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:19:33.087 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:19:33.087 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:19:33.088 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:19:33.089 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:783 - [Consumer clientId=consumer-Topics-2, groupId=Topics] SyncGroup failed: The group began another rebalance. Need to re-join the group. Sent generation was Generation{generationId=4, memberId='consumer-Topics-2-d3cd778d-7480-48dd-b240-17021ad87773', protocol='range'}
2024-06-22 10:19:33.091 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:470 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Rebalance failed.
org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebalancing, so a rejoin is needed.
2024-06-22 10:19:33.091 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:19:33.091 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:19:33.093 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully joined group with generation Generation{generationId=5, memberId='consumer-Topics-4-3f4b1304-4748-4402-b87d-55144af0cb50', protocol='range'}
2024-06-22 10:19:33.093 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=5, memberId='consumer-Topics-3-7ae4a9bb-fb0b-48e0-9871-9da16a36259a', protocol='range'}
2024-06-22 10:19:33.093 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=5, memberId='consumer-Topics-2-d3cd778d-7480-48dd-b240-17021ad87773', protocol='range'}
2024-06-22 10:19:33.093 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 5: {consumer-Topics-3-7ae4a9bb-fb0b-48e0-9871-9da16a36259a=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-3f4b1304-4748-4402-b87d-55144af0cb50=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-2-d3cd778d-7480-48dd-b240-17021ad87773=Assignment(partitions=[test1-0, test1-1, test1-2])}
2024-06-22 10:19:33.095 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=5, memberId='consumer-Topics-3-7ae4a9bb-fb0b-48e0-9871-9da16a36259a', protocol='range'}
2024-06-22 10:19:33.095 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully synced group in generation Generation{generationId=5, memberId='consumer-Topics-4-3f4b1304-4748-4402-b87d-55144af0cb50', protocol='range'}
2024-06-22 10:19:33.095 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=5, memberId='consumer-Topics-2-d3cd778d-7480-48dd-b240-17021ad87773', protocol='range'}
2024-06-22 10:19:33.095 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5])
2024-06-22 10:19:33.095 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7])
2024-06-22 10:19:33.095 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2])
2024-06-22 10:19:33.095 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-5, test1-4, test1-3
2024-06-22 10:19:33.095 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1
2024-06-22 10:19:33.095 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Adding newly assigned partitions: test1-6, test1-7
2024-06-22 10:19:33.097 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path ''
2024-06-22 10:19:33.098 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:19:33.098 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:19:33.098 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:19:33.098 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:19:33.098 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:19:33.099 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:19:33.099 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:19:33.099 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:19:33.100 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1]
2024-06-22 10:19:33.100 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7]
2024-06-22 10:19:33.100 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-5, test1-4, test1-3]
2024-06-22 10:19:33.218 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672]
2024-06-22 10:19:33.353 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#47ef5a33:0/SimpleConnection@435a4d2d [delegate=amqp://guest@101.34.243.166:5672/, localPort= 59890]
2024-06-22 10:19:33.696 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息47.100.60.64,47.102.213.144
2024-06-22 10:19:33.700 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.100.60.64:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:19:33.893 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.285 seconds (JVM running for 5.903)
2024-06-22 10:19:33.895 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动开始动态启动kafka消费者
2024-06-22 10:19:34.140 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:19:34.140 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.102.213.144:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:19:34.560 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:23:59.612 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:23:59.639 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:23:59.657 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:23:59.659 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:23:59.682 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:24:00.463 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:24:00.480 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Revoke previously assigned partitions test1-6, test1-7
2024-06-22 10:24:00.480 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-2, test1-1
2024-06-22 10:24:00.482 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7]
2024-06-22 10:24:00.482 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1]
2024-06-22 10:24:00.482 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Member consumer-Topics-2-d3cd778d-7480-48dd-b240-17021ad87773 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:24:00.483 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:24:00.482 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Member consumer-Topics-4-3f4b1304-4748-4402-b87d-55144af0cb50 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:24:00.484 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:24:00.480 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Revoke previously assigned partitions test1-5, test1-4, test1-3
2024-06-22 10:24:00.484 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-5, test1-4, test1-3]
2024-06-22 10:24:00.484 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Member consumer-Topics-3-7ae4a9bb-fb0b-48e0-9871-9da16a36259a sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:24:00.485 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:24:00.486 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:24:00.487 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:24:00.487 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:24:00.488 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:24:00.488 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:24:00.488 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:24:00.489 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-4 unregistered
2024-06-22 10:24:00.489 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-2 unregistered
2024-06-22 10:24:00.489 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:24:00.489 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:24:00.491 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:24:00.491 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:24:00.491 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:24:00.492 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-3 unregistered
2024-06-22 10:24:00.492 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:24:00.493 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:24:00.493 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:24:00.493 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:24:00.641 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-06-22 10:24:00.646 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-06-22 10:24:30.749 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 7468 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 10:24:30.750 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 10:24:30.751 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 10:24:31.395 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 10:24:31.397 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 10:24:31.418 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2024-06-22 10:24:31.646 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$91a62e06] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:24:31.725 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:24:31.726 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:24:31.728 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:24:31.740 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:24:31.773 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:24:31.776 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:24:31.980 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 10:24:31.991 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-06-22 10:24:31.991 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68]
2024-06-22 10:24:32.086 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-06-22 10:24:32.087 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1276 ms
2024-06-22 10:24:32.677 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 10:24:33.021 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 10:24:33.027 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 10:24:33.044 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 10:24:33.085 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 10:24:33.100 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:24:33.153 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:24:33.153 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:24:33.153 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023073152
2024-06-22 10:24:33.154 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 10:24:33.373 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:24:33.374 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:24:33.375 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:24:33.381 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:24:33.382 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=5, memberId='consumer-Partitions-1-51c5b05f-e879-4be8-819c-5a21f776fde4', protocol='range'}
2024-06-22 10:24:33.383 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 5: {consumer-Partitions-1-51c5b05f-e879-4be8-819c-5a21f776fde4=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:24:33.386 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=5, memberId='consumer-Partitions-1-51c5b05f-e879-4be8-819c-5a21f776fde4', protocol='range'}
2024-06-22 10:24:33.386 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:24:33.388 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:24:33.393 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:33.393 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:33.393 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:33.393 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:33.393 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:33.394 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:33.394 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:33.394 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:33.628 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb.......
2024-06-22 10:24:33.689 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~
2024-06-22 10:24:34.342 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-2
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:24:34.345 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:24:34.346 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:24:34.346 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023074345
2024-06-22 10:24:34.346 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:24:34.352 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-3
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:24:34.355 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:24:34.355 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:24:34.355 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:24:34.355 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023074355
2024-06-22 10:24:34.355 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:24:34.355 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:24:34.356 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:24:34.356 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-4
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:24:34.358 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:24:34.358 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:24:34.358 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:24:34.358 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:24:34.359 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=7, memberId='consumer-Topics-2-3fca95a7-7d6f-48a1-b945-f68dbeba834f', protocol='range'}
2024-06-22 10:24:34.359 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:24:34.359 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 7: {consumer-Topics-2-3fca95a7-7d6f-48a1-b945-f68dbeba834f=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:24:34.359 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:24:34.360 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023074359
2024-06-22 10:24:34.360 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:24:34.360 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:24:34.362 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=7, memberId='consumer-Topics-2-3fca95a7-7d6f-48a1-b945-f68dbeba834f', protocol='range'}
2024-06-22 10:24:34.362 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:24:34.362 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:24:34.363 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:24:34.363 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:24:34.363 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:24:34.364 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:34.364 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:34.365 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:34.365 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:34.365 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:34.365 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:34.365 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:34.365 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:34.365 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:24:34.366 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 10:24:34.370 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path ''
2024-06-22 10:24:34.466 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672]
2024-06-22 10:24:34.611 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#4b360972:0/SimpleConnection@a6d4547 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 60150]
2024-06-22 10:24:35.165 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.837 seconds (JVM running for 5.388)
2024-06-22 10:24:35.166 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动开始动态启动kafka消费者
2024-06-22 10:24:37.375 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Attempt to heartbeat failed since group is rebalancing
2024-06-22 10:24:37.376 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:24:37.376 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 10:24:37.377 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:24:37.378 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=8, memberId='consumer-Topics-3-ec2ca3ec-a2d2-4808-b25c-886af637228d', protocol='range'}
2024-06-22 10:24:37.378 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully joined group with generation Generation{generationId=8, memberId='consumer-Topics-4-7ea12aa0-d40b-4404-ac12-eeeafeaae5aa', protocol='range'}
2024-06-22 10:24:37.379 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=8, memberId='consumer-Topics-2-3fca95a7-7d6f-48a1-b945-f68dbeba834f', protocol='range'}
2024-06-22 10:24:37.379 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 8: {consumer-Topics-3-ec2ca3ec-a2d2-4808-b25c-886af637228d=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-7ea12aa0-d40b-4404-ac12-eeeafeaae5aa=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-2-3fca95a7-7d6f-48a1-b945-f68dbeba834f=Assignment(partitions=[test1-0, test1-1, test1-2])}
2024-06-22 10:24:37.381 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=8, memberId='consumer-Topics-3-ec2ca3ec-a2d2-4808-b25c-886af637228d', protocol='range'}
2024-06-22 10:24:37.381 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully synced group in generation Generation{generationId=8, memberId='consumer-Topics-4-7ea12aa0-d40b-4404-ac12-eeeafeaae5aa', protocol='range'}
2024-06-22 10:24:37.381 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5])
2024-06-22 10:24:37.381 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=8, memberId='consumer-Topics-2-3fca95a7-7d6f-48a1-b945-f68dbeba834f', protocol='range'}
2024-06-22 10:24:37.381 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7])
2024-06-22 10:24:37.381 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-5, test1-4, test1-3
2024-06-22 10:24:37.382 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Adding newly assigned partitions: test1-6, test1-7
2024-06-22 10:24:37.382 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2])
2024-06-22 10:24:37.382 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1
2024-06-22 10:24:37.383 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:37.383 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:37.383 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:37.384 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-5, test1-4, test1-3]
2024-06-22 10:24:37.384 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:37.385 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:37.385 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:37.385 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1]
2024-06-22 10:24:37.386 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:37.386 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:24:37.386 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7]
2024-06-22 10:24:51.659 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息47.100.60.64,47.102.213.144
2024-06-22 10:24:51.661 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.100.60.64:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:24:52.075 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:24:52.075 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.102.213.144:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:24:52.474 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:26:20.221 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:26:20.241 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:26:20.259 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:26:20.269 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:26:21.102 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:26:21.175 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:26:21.188 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-2, test1-1
2024-06-22 10:26:21.188 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1]
2024-06-22 10:26:21.188 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Revoke previously assigned partitions test1-5, test1-4, test1-3
2024-06-22 10:26:21.188 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Revoke previously assigned partitions test1-6, test1-7
2024-06-22 10:26:21.189 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7]
2024-06-22 10:26:21.189 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-5, test1-4, test1-3]
2024-06-22 10:26:21.189 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Member consumer-Topics-4-7ea12aa0-d40b-4404-ac12-eeeafeaae5aa sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:26:21.189 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Member consumer-Topics-3-ec2ca3ec-a2d2-4808-b25c-886af637228d sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:26:21.189 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Member consumer-Topics-2-3fca95a7-7d6f-48a1-b945-f68dbeba834f sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:26:21.189 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:26:21.189 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:26:21.189 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:26:21.190 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:26:21.190 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:26:21.190 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:26:21.192 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-4 unregistered
2024-06-22 10:26:21.192 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:26:21.193 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:26:21.193 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:26:21.193 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:26:21.194 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-2 unregistered
2024-06-22 10:26:21.194 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:26:21.194 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:26:21.194 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:26:21.194 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:26:21.194 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-3 unregistered
2024-06-22 10:26:21.194 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:26:21.196 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:26:21.196 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:26:21.196 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:26:21.343 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-06-22 10:26:21.348 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-06-22 10:26:28.734 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 1288 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 10:26:28.734 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 10:26:28.734 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 10:26:29.212 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 10:26:29.214 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 10:26:29.236 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-06-22 10:26:29.466 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$3ba861ba] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:26:29.543 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:26:29.545 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:26:29.546 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:26:29.559 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:26:29.590 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:26:29.594 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:26:29.800 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 10:26:29.807 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-06-22 10:26:29.808 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68]
2024-06-22 10:26:29.903 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-06-22 10:26:29.904 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1138 ms
2024-06-22 10:26:30.474 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 10:26:30.805 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 10:26:30.811 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 10:26:30.825 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 10:26:30.861 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 10:26:30.876 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:26:30.924 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:26:30.924 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:26:30.924 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023190923
2024-06-22 10:26:30.925 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 10:26:31.141 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:26:31.142 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:26:31.143 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:26:31.149 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:26:31.151 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=7, memberId='consumer-Partitions-1-eef5bd71-dd4a-4f20-931c-4a5d411fc71c', protocol='range'}
2024-06-22 10:26:31.152 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 7: {consumer-Partitions-1-eef5bd71-dd4a-4f20-931c-4a5d411fc71c=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:26:31.156 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=7, memberId='consumer-Partitions-1-eef5bd71-dd4a-4f20-931c-4a5d411fc71c', protocol='range'}
2024-06-22 10:26:31.156 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:26:31.157 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:26:31.161 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:31.161 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:31.161 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:31.161 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:31.161 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:31.161 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:31.161 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:31.162 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:31.376 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb.......
2024-06-22 10:26:31.435 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~
2024-06-22 10:26:32.104 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-2
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:26:32.108 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:26:32.108 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:26:32.109 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023192108
2024-06-22 10:26:32.110 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:26:32.117 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-3
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:26:32.120 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:26:32.120 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:26:32.121 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023192120
2024-06-22 10:26:32.121 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:26:32.121 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:26:32.121 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:26:32.122 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:26:32.122 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-4
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:26:32.125 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:26:32.125 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:26:32.126 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:26:32.126 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:26:32.126 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:26:32.126 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023192126
2024-06-22 10:26:32.126 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:26:32.126 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:26:32.127 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=10, memberId='consumer-Topics-2-fab678ac-ff23-4a62-a377-c5dc8c307a6a', protocol='range'}
2024-06-22 10:26:32.127 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 10: {consumer-Topics-2-fab678ac-ff23-4a62-a377-c5dc8c307a6a=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:26:32.129 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=10, memberId='consumer-Topics-2-fab678ac-ff23-4a62-a377-c5dc8c307a6a', protocol='range'}
2024-06-22 10:26:32.129 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:26:32.129 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:26:32.129 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:26:32.129 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:26:32.129 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:26:32.130 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:26:32.131 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:26:32.132 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:32.132 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:32.132 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:32.132 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:32.132 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:32.133 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:32.133 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:32.133 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:32.133 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 10:26:32.136 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path ''
2024-06-22 10:26:32.256 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672]
2024-06-22 10:26:32.415 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#6654ca0d:0/SimpleConnection@60c33609 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 60265]
2024-06-22 10:26:32.967 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.508 seconds (JVM running for 4.973)
2024-06-22 10:26:32.969 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动开始动态启动kafka消费者
2024-06-22 10:26:35.142 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Attempt to heartbeat failed since group is rebalancing
2024-06-22 10:26:35.143 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:26:35.144 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 10:26:35.145 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:26:35.146 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=11, memberId='consumer-Topics-3-5f900eb9-4a87-445c-8ed7-d66c503db8dd', protocol='range'}
2024-06-22 10:26:35.146 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully joined group with generation Generation{generationId=11, memberId='consumer-Topics-4-d6cf4d26-741a-4cd7-b791-6b336c2037cb', protocol='range'}
2024-06-22 10:26:35.147 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=11, memberId='consumer-Topics-2-fab678ac-ff23-4a62-a377-c5dc8c307a6a', protocol='range'}
2024-06-22 10:26:35.148 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 11: {consumer-Topics-2-fab678ac-ff23-4a62-a377-c5dc8c307a6a=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-3-5f900eb9-4a87-445c-8ed7-d66c503db8dd=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-d6cf4d26-741a-4cd7-b791-6b336c2037cb=Assignment(partitions=[test1-6, test1-7])}
2024-06-22 10:26:35.149 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=11, memberId='consumer-Topics-3-5f900eb9-4a87-445c-8ed7-d66c503db8dd', protocol='range'}
2024-06-22 10:26:35.149 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully synced group in generation Generation{generationId=11, memberId='consumer-Topics-4-d6cf4d26-741a-4cd7-b791-6b336c2037cb', protocol='range'}
2024-06-22 10:26:35.149 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=11, memberId='consumer-Topics-2-fab678ac-ff23-4a62-a377-c5dc8c307a6a', protocol='range'}
2024-06-22 10:26:35.149 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5])
2024-06-22 10:26:35.149 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2])
2024-06-22 10:26:35.149 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7])
2024-06-22 10:26:35.149 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1
2024-06-22 10:26:35.149 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Adding newly assigned partitions: test1-6, test1-7
2024-06-22 10:26:35.149 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-5, test1-4, test1-3
2024-06-22 10:26:35.150 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:35.150 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:35.152 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:35.150 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:35.152 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:35.152 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:35.152 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7]
2024-06-22 10:26:35.152 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:35.152 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1]
2024-06-22 10:26:35.152 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:26:35.152 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-5, test1-4, test1-3]
2024-06-22 10:26:48.630 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息47.100.60.64,47.102.213.144
2024-06-22 10:26:48.632 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.100.60.64:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:26:49.071 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:26:49.071 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.102.213.144:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:26:49.447 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:27:12.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:27:12.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:27:12.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 32 33 32 36 34 38 31 31 36 2e 36 35 36 33 37 33 30 33 39 2e 35 32 30 39 39 37 30 35 34 2e 30 30 30 34 33 2e 34 37 30 30 30 30 30 30 34 38 39 30 30 30 31 32 30 30 30 37 32 33 35 30 30 30 30 30 44 32 30 39 30 39 2e 34 30 30 39 36 30 30 30 30 35 30 31 30 36 34 36 30 30 38 34 30 30 30 30 32 35 35 30 30 39 33 35 32 30 30 30 30 36 30 37 36 34 2e 31 33 30 30 30 30 37 32 30 30 30 30 37 30 37 30 30 30 30 35 37 32 30 30 30 34 30 30 30 34 30 30 30 39 31 30 30 30 30 38 36 30 30 30 30 38 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f1 7E
2024-06-22 10:27:12.697 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023232648, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=43.47000000, dischargeVoltage=489000, dischargeCurrent=12000, insulationResistance=723500000, gear=D, accelerationPedal=20, brakePedal=90, fuelConsumption=9.400, motorControllerTemperature=960000, motorSpeed=50106, motorTorque=4600, motorTemperature=840000, motorVoltage=25500, motorCurrent=93520000, powerBattery=60764., maxFeedbackPower=130000, maxDischargePower=720000, bmsSelfCheck=70, powerBatteryCurrent=70000, powerBatteryV3=572000, maxVoltage=4000, minVoltage=4000, maxTemperature=910000, minTemperature=860000, availableCapacity=860000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:27:12.752 [MQTT Call: protocol-parsing] INFO org.apache.kafka.clients.producer.ProducerConfig:372 - ProducerConfig values:
acks = 1
batch.size = 16384
bootstrap.servers = [localhost:9092]
buffer.memory = 33554432
client.dns.lookup = use_all_dns_ips
client.id = producer-1
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = false
interceptor.classes = []
internal.auto.downgrade.txn.commit = false
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 = null
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.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.mechanism = GSSAPI
security.protocol = 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
2024-06-22 10:27:12.764 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:27:12.765 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:27:12.765 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023232764
2024-06-22 10:27:12.768 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:27:12.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:701 - 故障信息发送到RabbitMQ
2024-06-22 10:27:12.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:282 - 该车故障GZ001信息首次存储到本地缓存和Redis中并发送到RabbitMQ
2024-06-22 10:27:22.887 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:39 - 过期redis数据ZEQA6V2Z98M9ZMFZF-GZ001
2024-06-22 10:27:22.888 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:41 - pattern:[95, 95, 107, 101, 121, 101, 118, 101, 110, 116, 64, 42, 95, 95, 58, 101, 120, 112, 105, 114, 101, 100]
2024-06-22 10:27:22.888 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:43 - 过期redis数据ZEQA6V2Z98M9ZMFZF-GZ001
2024-06-22 10:27:22.915 [AMQP Connection 101.34.243.166:5672] ERROR o.s.a.rabbit.connection.CachingConnectionFactory:748 - Shutdown Signal: channel error; protocol method: #method<channel.close>(reply-code=404, reply-text=NOT_FOUND - no exchange 'disconnect_connect' in vhost '/', class-id=60, method-id=40)
2024-06-22 10:28:40.220 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:28:40.220 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:28:40.220 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 33 32 30 31 37 34 31 31 36 2e 36 35 37 36 32 39 30 33 39 2e 35 32 31 31 32 31 30 37 32 2e 30 30 30 34 33 2e 35 31 30 30 30 30 30 30 32 33 37 30 30 30 34 35 30 30 30 31 35 35 35 30 30 30 30 30 44 31 30 35 30 39 2e 31 30 30 37 38 30 30 30 30 35 39 31 34 34 32 30 38 30 31 30 34 30 30 30 31 31 31 30 30 31 38 36 36 30 30 30 30 36 30 37 36 34 2e 37 31 30 30 30 30 32 34 30 30 30 30 31 34 31 33 30 30 30 35 39 35 30 30 30 34 30 30 30 34 30 30 30 31 37 30 30 30 30 35 35 30 30 30 30 33 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 b7 7E
2024-06-22 10:28:40.221 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023320174, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=43.51000000, dischargeVoltage=237000, dischargeCurrent=45000, insulationResistance=155500000, gear=D, accelerationPedal=10, brakePedal=50, fuelConsumption=9.100, motorControllerTemperature=780000, motorSpeed=59144, motorTorque=2080, motorTemperature=104000, motorVoltage=11100, motorCurrent=18660000, powerBattery=60764., maxFeedbackPower=710000, maxDischargePower=240000, bmsSelfCheck=14, powerBatteryCurrent=13000, powerBatteryV3=595000, maxVoltage=4000, minVoltage=4000, maxTemperature=170000, minTemperature=550000, availableCapacity=310000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:28:40.314 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:701 - 故障信息发送到RabbitMQ
2024-06-22 10:28:40.314 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:282 - 该车故障GZ001信息首次存储到本地缓存和Redis中并发送到RabbitMQ
2024-06-22 10:28:50.368 [container-3] INFO com.muyu.event.redis.RedisKeyExpirationListener:39 - 过期redis数据ZEQA6V2Z98M9ZMFZF-GZ001
2024-06-22 10:28:50.369 [container-3] INFO com.muyu.event.redis.RedisKeyExpirationListener:41 - pattern:[95, 95, 107, 101, 121, 101, 118, 101, 110, 116, 64, 42, 95, 95, 58, 101, 120, 112, 105, 114, 101, 100]
2024-06-22 10:28:50.369 [container-3] INFO com.muyu.event.redis.RedisKeyExpirationListener:43 - 过期redis数据ZEQA6V2Z98M9ZMFZF-GZ001
2024-06-22 10:28:50.399 [AMQP Connection 101.34.243.166:5672] ERROR o.s.a.rabbit.connection.CachingConnectionFactory:748 - Shutdown Signal: channel error; protocol method: #method<channel.close>(reply-code=404, reply-text=NOT_FOUND - no exchange 'disconnect_connect' in vhost '/', class-id=60, method-id=40)
2024-06-22 10:29:56.982 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:29:56.996 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:29:57.015 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:29:57.434 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:29:57.449 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:29:57.708 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:29:57.742 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Revoke previously assigned partitions test1-6, test1-7
2024-06-22 10:29:57.743 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7]
2024-06-22 10:29:57.743 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Revoke previously assigned partitions test1-5, test1-4, test1-3
2024-06-22 10:29:57.743 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Member consumer-Topics-4-d6cf4d26-741a-4cd7-b791-6b336c2037cb sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:29:57.743 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-2, test1-1
2024-06-22 10:29:57.743 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-5, test1-4, test1-3]
2024-06-22 10:29:57.743 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1]
2024-06-22 10:29:57.743 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Member consumer-Topics-3-5f900eb9-4a87-445c-8ed7-d66c503db8dd sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:29:57.743 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Member consumer-Topics-2-fab678ac-ff23-4a62-a377-c5dc8c307a6a sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:29:57.743 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:29:57.743 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:29:57.743 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:29:57.745 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:29:57.745 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:29:57.745 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:29:57.745 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:29:57.745 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:29:57.745 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:29:57.746 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-4 unregistered
2024-06-22 10:29:57.747 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:29:57.747 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-2 unregistered
2024-06-22 10:29:57.747 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:29:57.750 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:29:57.750 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:29:57.750 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:29:57.751 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-3 unregistered
2024-06-22 10:29:57.751 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:29:57.752 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:29:57.752 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:29:57.752 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:29:57.756 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms.
2024-06-22 10:29:57.757 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:29:57.757 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:29:57.757 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:29:57.757 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered
2024-06-22 10:29:57.898 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-06-22 10:29:57.903 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-06-22 10:30:05.566 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 16396 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 10:30:05.568 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 10:30:05.568 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 10:30:06.049 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 10:30:06.051 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 10:30:06.071 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2024-06-22 10:30:06.301 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$3ba861ba] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:30:06.379 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:30:06.381 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:30:06.383 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:30:06.395 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:30:06.426 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:30:06.430 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:30:06.642 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 10:30:06.648 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-06-22 10:30:06.648 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68]
2024-06-22 10:30:06.747 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-06-22 10:30:06.747 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1148 ms
2024-06-22 10:30:07.353 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 10:30:07.677 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 10:30:07.683 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 10:30:07.698 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 10:30:07.744 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 10:30:07.758 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:30:07.808 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:30:07.809 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:30:07.809 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023407808
2024-06-22 10:30:07.810 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 10:30:08.019 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:30:08.020 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:30:08.022 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:30:08.028 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:30:08.030 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=9, memberId='consumer-Partitions-1-81f59b27-5325-460e-b14b-db206c014be0', protocol='range'}
2024-06-22 10:30:08.030 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 9: {consumer-Partitions-1-81f59b27-5325-460e-b14b-db206c014be0=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:30:08.033 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=9, memberId='consumer-Partitions-1-81f59b27-5325-460e-b14b-db206c014be0', protocol='range'}
2024-06-22 10:30:08.034 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:30:08.035 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:30:08.043 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:08.043 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:08.043 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:08.044 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:08.044 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:08.044 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:08.044 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:08.044 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=3, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:08.258 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb.......
2024-06-22 10:30:08.317 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~
2024-06-22 10:30:08.948 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-2
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:30:08.953 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:30:08.954 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:30:08.954 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023408953
2024-06-22 10:30:08.956 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:30:08.961 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-3
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:30:08.964 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:30:08.964 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:30:08.964 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023408964
2024-06-22 10:30:08.964 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:30:08.965 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-4
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:30:08.966 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:30:08.967 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:30:08.968 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:30:08.968 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:30:08.968 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:30:08.968 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023408968
2024-06-22 10:30:08.968 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:30:08.969 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:30:08.969 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:30:08.969 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:30:08.971 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:30:08.971 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:30:08.972 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:30:08.972 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:30:08.973 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=13, memberId='consumer-Topics-3-62843268-d85f-4d97-ac23-588a69996f25', protocol='range'}
2024-06-22 10:30:08.973 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=13, memberId='consumer-Topics-2-935d8501-9740-44de-8e7c-a8c0f94e8711', protocol='range'}
2024-06-22 10:30:08.973 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 13: {consumer-Topics-3-62843268-d85f-4d97-ac23-588a69996f25=Assignment(partitions=[test1-4, test1-5, test1-6, test1-7]), consumer-Topics-2-935d8501-9740-44de-8e7c-a8c0f94e8711=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3])}
2024-06-22 10:30:08.973 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:30:08.975 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=13, memberId='consumer-Topics-3-62843268-d85f-4d97-ac23-588a69996f25', protocol='range'}
2024-06-22 10:30:08.975 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=13, memberId='consumer-Topics-2-935d8501-9740-44de-8e7c-a8c0f94e8711', protocol='range'}
2024-06-22 10:30:08.975 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3])
2024-06-22 10:30:08.975 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:30:08.975 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1, test1-3
2024-06-22 10:30:08.975 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-6, test1-5, test1-7, test1-4
2024-06-22 10:30:08.975 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:30:08.978 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:08.978 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:08.978 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:08.978 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:08.978 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:08.978 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:08.978 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:08.978 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=3, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:08.979 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-5, test1-7, test1-4]
2024-06-22 10:30:08.979 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1, test1-3]
2024-06-22 10:30:08.981 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path ''
2024-06-22 10:30:09.111 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672]
2024-06-22 10:30:09.288 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#6654ca0d:0/SimpleConnection@49314684 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 60534]
2024-06-22 10:30:09.875 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.579 seconds (JVM running for 5.068)
2024-06-22 10:30:09.876 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动开始动态启动kafka消费者
2024-06-22 10:30:11.983 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Attempt to heartbeat failed since group is rebalancing
2024-06-22 10:30:11.984 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Revoke previously assigned partitions test1-6, test1-5, test1-7, test1-4
2024-06-22 10:30:11.984 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-5, test1-7, test1-4]
2024-06-22 10:30:11.985 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:30:11.985 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Attempt to heartbeat failed since group is rebalancing
2024-06-22 10:30:11.985 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-2, test1-1, test1-3
2024-06-22 10:30:11.985 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1, test1-3]
2024-06-22 10:30:11.986 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:30:11.988 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=14, memberId='consumer-Topics-3-62843268-d85f-4d97-ac23-588a69996f25', protocol='range'}
2024-06-22 10:30:11.988 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully joined group with generation Generation{generationId=14, memberId='consumer-Topics-4-61e2c5c2-596d-49d2-82ee-ad9307cf3793', protocol='range'}
2024-06-22 10:30:11.988 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=14, memberId='consumer-Topics-2-935d8501-9740-44de-8e7c-a8c0f94e8711', protocol='range'}
2024-06-22 10:30:11.988 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 14: {consumer-Topics-3-62843268-d85f-4d97-ac23-588a69996f25=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-61e2c5c2-596d-49d2-82ee-ad9307cf3793=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-2-935d8501-9740-44de-8e7c-a8c0f94e8711=Assignment(partitions=[test1-0, test1-1, test1-2])}
2024-06-22 10:30:11.992 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=14, memberId='consumer-Topics-3-62843268-d85f-4d97-ac23-588a69996f25', protocol='range'}
2024-06-22 10:30:11.992 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5])
2024-06-22 10:30:11.992 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-5, test1-4, test1-3
2024-06-22 10:30:11.993 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=14, memberId='consumer-Topics-2-935d8501-9740-44de-8e7c-a8c0f94e8711', protocol='range'}
2024-06-22 10:30:11.993 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully synced group in generation Generation{generationId=14, memberId='consumer-Topics-4-61e2c5c2-596d-49d2-82ee-ad9307cf3793', protocol='range'}
2024-06-22 10:30:11.993 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2])
2024-06-22 10:30:11.993 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1
2024-06-22 10:30:11.993 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7])
2024-06-22 10:30:11.993 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Adding newly assigned partitions: test1-6, test1-7
2024-06-22 10:30:11.994 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:11.994 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:11.994 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=3, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:11.995 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-5, test1-4, test1-3]
2024-06-22 10:30:11.995 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:11.995 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:11.995 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7]
2024-06-22 10:30:11.996 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:11.996 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:11.996 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:30:11.996 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1]
2024-06-22 10:30:27.733 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息47.100.60.64,47.102.213.144
2024-06-22 10:30:27.736 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.100.60.64:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:30:28.160 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:30:28.160 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.102.213.144:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:30:28.562 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:30:45.272 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:30:45.272 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:30:45.272 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 34 35 32 33 36 31 31 36 2e 36 35 38 34 37 38 30 33 39 2e 35 32 31 31 36 33 30 35 34 2e 30 30 30 34 33 2e 35 34 30 30 30 30 30 30 36 33 30 30 30 30 34 39 30 30 30 32 36 33 38 36 30 30 30 30 44 30 30 38 30 31 31 2e 34 30 38 36 30 30 30 30 38 34 31 36 35 38 31 38 30 35 39 30 30 30 30 32 35 34 30 30 32 31 38 30 30 30 30 30 36 30 37 36 34 2e 38 34 30 30 30 30 32 34 30 30 30 30 32 30 31 32 30 30 30 32 33 32 30 30 30 33 30 30 30 34 30 30 30 36 35 30 30 30 30 32 35 30 30 30 30 36 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 da 7E
2024-06-22 10:30:45.292 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023445236, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=43.54000000, dischargeVoltage=630000, dischargeCurrent=49000, insulationResistance=263860000, gear=D, accelerationPedal=00, brakePedal=80, fuelConsumption=11.40, motorControllerTemperature=860000, motorSpeed=84165, motorTorque=8180, motorTemperature=590000, motorVoltage=25400, motorCurrent=21800000, powerBattery=60764., maxFeedbackPower=840000, maxDischargePower=240000, bmsSelfCheck=20, powerBatteryCurrent=12000, powerBatteryV3=232000, maxVoltage=3000, minVoltage=4000, maxTemperature=650000, minTemperature=250000, availableCapacity=650000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:30:45.342 [MQTT Call: protocol-parsing] INFO org.apache.kafka.clients.producer.ProducerConfig:372 - ProducerConfig values:
acks = 1
batch.size = 16384
bootstrap.servers = [localhost:9092]
buffer.memory = 33554432
client.dns.lookup = use_all_dns_ips
client.id = producer-1
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = false
interceptor.classes = []
internal.auto.downgrade.txn.commit = false
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 = null
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.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.mechanism = GSSAPI
security.protocol = 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
2024-06-22 10:30:45.353 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:30:45.353 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:30:45.353 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023445353
2024-06-22 10:30:45.357 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:30:49.177 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:30:49.177 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:30:49.178 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 34 36 32 34 36 31 31 36 2e 36 35 39 34 34 34 30 33 39 2e 35 32 31 32 35 34 30 37 32 2e 30 30 30 34 33 2e 35 38 30 30 30 30 30 30 34 30 39 30 30 30 31 33 30 30 30 38 33 36 33 30 30 30 30 30 44 35 30 35 30 31 31 2e 38 30 39 31 30 30 30 30 31 37 34 34 39 37 36 37 30 31 31 34 30 30 30 32 37 30 30 30 31 30 31 34 33 30 30 30 36 30 37 36 34 2e 35 36 30 30 30 30 32 33 30 30 30 30 31 30 31 32 30 30 30 37 33 33 30 30 30 33 30 30 30 33 30 30 30 35 38 30 30 30 30 33 30 30 30 30 30 37 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 cc 7E
2024-06-22 10:30:49.178 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023446246, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=43.58000000, dischargeVoltage=409000, dischargeCurrent=13000, insulationResistance=836300000, gear=D, accelerationPedal=50, brakePedal=50, fuelConsumption=11.80, motorControllerTemperature=910000, motorSpeed=17449, motorTorque=7670, motorTemperature=114000, motorVoltage=27000, motorCurrent=10143000, powerBattery=60764., maxFeedbackPower=560000, maxDischargePower=230000, bmsSelfCheck=10, powerBatteryCurrent=12000, powerBatteryV3=733000, maxVoltage=3000, minVoltage=3000, maxTemperature=580000, minTemperature=300000, availableCapacity=750000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:30:49.178 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:30:49.178 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:30:49.178 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 34 37 32 34 35 31 31 36 2e 36 36 30 36 39 39 30 33 39 2e 35 32 31 33 34 35 30 31 30 38 2e 30 30 34 33 2e 36 34 30 30 30 30 30 30 36 33 33 30 30 30 31 30 30 30 30 31 32 36 39 34 30 30 30 30 44 33 30 33 30 39 2e 30 30 30 31 37 30 30 30 30 35 39 32 33 31 31 33 35 30 31 33 36 30 30 30 32 35 33 30 30 32 32 39 37 30 30 30 30 36 30 37 35 35 2e 34 31 30 30 30 30 31 33 30 30 30 30 31 30 31 32 30 30 30 35 38 32 30 30 30 34 30 30 30 34 30 30 30 38 36 30 30 30 30 32 37 30 30 30 30 32 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c0 7E
2024-06-22 10:30:49.178 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023447245, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=43.64000000, dischargeVoltage=633000, dischargeCurrent=10000, insulationResistance=126940000, gear=D, accelerationPedal=30, brakePedal=30, fuelConsumption=9.000, motorControllerTemperature=170000, motorSpeed=59231, motorTorque=1350, motorTemperature=136000, motorVoltage=25300, motorCurrent=22970000, powerBattery=60755., maxFeedbackPower=410000, maxDischargePower=130000, bmsSelfCheck=10, powerBatteryCurrent=12000, powerBatteryV3=582000, maxVoltage=4000, minVoltage=4000, maxTemperature=860000, minTemperature=270000, availableCapacity=210000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:30:49.179 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:30:49.179 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:30:49.179 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 34 38 32 34 32 31 31 36 2e 36 36 31 31 30 37 30 33 39 2e 35 32 31 33 37 38 30 33 36 2e 30 30 30 34 33 2e 36 36 30 30 30 30 30 30 35 35 36 30 30 30 34 32 30 30 30 33 37 32 33 30 30 30 30 30 44 39 30 37 30 31 30 2e 35 30 32 31 30 30 30 30 35 36 32 32 30 36 30 38 30 31 30 30 30 30 30 32 36 39 30 30 38 37 33 39 30 30 30 30 36 30 37 35 35 2e 36 31 30 30 30 30 37 34 30 30 30 30 37 30 31 33 30 30 30 34 34 30 30 30 30 34 30 30 30 34 30 30 30 37 30 30 30 30 30 35 38 30 30 30 30 36 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 cf 7E
2024-06-22 10:30:49.179 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023448242, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=43.66000000, dischargeVoltage=556000, dischargeCurrent=42000, insulationResistance=372300000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=10.50, motorControllerTemperature=210000, motorSpeed=56220, motorTorque=6080, motorTemperature=100000, motorVoltage=26900, motorCurrent=87390000, powerBattery=60755., maxFeedbackPower=610000, maxDischargePower=740000, bmsSelfCheck=70, powerBatteryCurrent=13000, powerBatteryV3=440000, maxVoltage=4000, minVoltage=4000, maxTemperature=700000, minTemperature=580000, availableCapacity=660000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:30:49.861 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:30:49.861 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:30:49.861 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 34 39 32 34 32 31 31 36 2e 36 36 32 30 39 39 30 33 39 2e 35 32 31 34 36 37 30 31 32 36 2e 30 30 34 33 2e 37 33 30 30 30 30 30 30 36 35 32 30 30 30 31 37 30 30 30 32 30 35 32 30 30 30 30 30 44 39 30 37 30 31 31 2e 35 30 33 38 30 30 30 30 33 39 33 35 36 38 35 35 30 31 34 39 30 30 30 32 30 31 30 30 31 34 33 39 31 30 30 30 36 30 37 34 34 2e 32 32 30 30 30 30 38 34 30 30 30 30 37 30 31 30 30 30 30 34 30 35 30 30 30 33 30 30 30 34 30 30 30 33 32 30 30 30 30 31 37 30 30 30 30 33 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d0 7E
2024-06-22 10:30:49.861 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023449242, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=43.73000000, dischargeVoltage=652000, dischargeCurrent=17000, insulationResistance=205200000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=11.50, motorControllerTemperature=380000, motorSpeed=39356, motorTorque=8550, motorTemperature=149000, motorVoltage=20100, motorCurrent=14391000, powerBattery=60744., maxFeedbackPower=220000, maxDischargePower=840000, bmsSelfCheck=70, powerBatteryCurrent=10000, powerBatteryV3=405000, maxVoltage=3000, minVoltage=4000, maxTemperature=320000, minTemperature=170000, availableCapacity=380000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:30:49.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:701 - 故障信息发送到RabbitMQ
2024-06-22 10:30:49.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:282 - 该车故障GZ001信息首次存储到本地缓存和Redis中并发送到RabbitMQ
2024-06-22 10:30:49.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:30:49.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:30:50.018 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:30:50.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:30:50.275 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:30:50.275 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:30:50.275 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 35 30 32 34 32 31 31 36 2e 36 36 33 33 31 38 30 33 39 2e 35 32 31 35 36 32 30 37 32 2e 30 30 30 34 33 2e 37 37 30 30 30 30 30 30 33 32 31 30 30 30 31 38 30 30 30 32 36 33 38 39 30 30 30 30 44 38 30 37 30 39 2e 37 30 30 37 38 30 30 30 30 39 34 35 37 31 33 32 38 30 31 33 30 30 30 30 32 34 37 30 30 33 38 39 32 30 30 30 30 36 30 37 34 34 2e 35 30 30 30 30 30 38 30 30 30 30 30 32 30 31 34 30 30 30 33 30 31 30 30 30 33 30 30 30 34 30 30 30 32 34 30 30 30 30 36 30 30 30 30 30 32 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ce 7E
2024-06-22 10:30:50.275 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023450242, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=43.77000000, dischargeVoltage=321000, dischargeCurrent=18000, insulationResistance=263890000, gear=D, accelerationPedal=80, brakePedal=70, fuelConsumption=9.700, motorControllerTemperature=780000, motorSpeed=94571, motorTorque=3280, motorTemperature=130000, motorVoltage=24700, motorCurrent=38920000, powerBattery=60744., maxFeedbackPower=500000, maxDischargePower=800000, bmsSelfCheck=20, powerBatteryCurrent=14000, powerBatteryV3=301000, maxVoltage=3000, minVoltage=4000, maxTemperature=240000, minTemperature=600000, availableCapacity=260000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:30:50.329 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:30:51.276 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:30:51.277 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:30:51.277 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 35 31 32 34 33 31 31 36 2e 36 36 34 38 33 36 30 33 39 2e 35 32 31 36 37 30 30 31 30 38 2e 30 30 34 33 2e 38 33 30 30 30 30 30 30 35 33 37 30 30 30 33 37 30 30 30 34 36 35 39 30 30 30 30 30 44 33 30 36 30 31 31 2e 30 30 37 32 30 30 30 30 39 39 35 33 36 33 30 35 30 36 34 30 30 30 30 32 33 35 30 30 37 37 37 33 30 30 30 30 36 30 37 33 33 2e 37 32 30 30 30 30 33 38 30 30 30 30 31 31 39 30 30 30 30 37 31 37 30 30 30 33 30 30 30 34 30 30 30 39 38 30 30 30 30 32 33 30 30 30 30 38 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e3 7E
2024-06-22 10:30:51.277 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023451243, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=43.83000000, dischargeVoltage=537000, dischargeCurrent=37000, insulationResistance=465900000, gear=D, accelerationPedal=30, brakePedal=60, fuelConsumption=11.00, motorControllerTemperature=720000, motorSpeed=99536, motorTorque=3050, motorTemperature=640000, motorVoltage=23500, motorCurrent=77730000, powerBattery=60733., maxFeedbackPower=720000, maxDischargePower=380000, bmsSelfCheck=11, powerBatteryCurrent=90000, powerBatteryV3=717000, maxVoltage=3000, minVoltage=4000, maxTemperature=980000, minTemperature=230000, availableCapacity=800000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:30:51.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:30:52.275 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:30:52.276 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:30:52.276 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 35 32 32 34 32 31 31 36 2e 36 36 35 33 35 37 30 33 39 2e 35 32 31 37 36 35 30 35 34 2e 30 30 30 34 33 2e 38 36 30 30 30 30 30 30 34 32 36 30 30 30 33 30 30 30 30 31 33 39 39 33 30 30 30 30 44 30 30 30 30 31 30 2e 37 30 38 39 30 30 30 30 39 30 31 39 30 35 33 37 30 38 36 30 30 30 30 32 36 30 30 30 31 34 34 33 38 30 30 30 36 30 37 33 33 2e 33 30 30 30 30 30 37 30 30 30 30 30 31 33 31 32 30 30 30 36 35 31 30 30 30 34 30 30 30 33 30 30 30 31 36 30 30 30 30 35 33 30 30 30 30 32 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c6 7E
2024-06-22 10:30:52.276 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023452242, longitude=116.6653570, latitude=39.5217650, speed=54.000, mileage=43.86000000, dischargeVoltage=426000, dischargeCurrent=30000, insulationResistance=139930000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=10.70, motorControllerTemperature=890000, motorSpeed=90190, motorTorque=5370, motorTemperature=860000, motorVoltage=26000, motorCurrent=14438000, powerBattery=60733., maxFeedbackPower=300000, maxDischargePower=700000, bmsSelfCheck=13, powerBatteryCurrent=12000, powerBatteryV3=651000, maxVoltage=4000, minVoltage=3000, maxTemperature=160000, minTemperature=530000, availableCapacity=260000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:30:52.335 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:30:53.268 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:30:53.268 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:30:53.268 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 35 33 32 33 39 31 31 36 2e 36 36 36 33 39 37 30 33 39 2e 35 32 31 38 33 35 30 39 30 2e 30 30 30 34 33 2e 39 31 30 30 30 30 30 30 33 39 32 30 30 30 32 35 30 30 30 37 37 39 33 30 30 30 30 30 44 35 30 36 30 31 31 2e 37 30 34 30 30 30 30 30 31 32 34 39 30 34 33 36 30 32 38 30 30 30 30 31 32 32 30 30 31 34 39 30 35 30 30 30 36 30 37 32 31 2e 37 30 30 30 30 30 36 31 30 30 30 30 34 30 33 30 30 30 30 35 39 30 30 30 30 34 30 30 30 33 30 30 30 38 32 30 30 30 30 38 39 30 30 30 30 32 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ce 7E
2024-06-22 10:30:53.268 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023453239, longitude=116.6663970, latitude=39.5218350, speed=90.000, mileage=43.91000000, dischargeVoltage=392000, dischargeCurrent=25000, insulationResistance=779300000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=11.70, motorControllerTemperature=400000, motorSpeed=12490, motorTorque=4360, motorTemperature=280000, motorVoltage=12200, motorCurrent=14905000, powerBattery=60721., maxFeedbackPower=700000, maxDischargePower=610000, bmsSelfCheck=40, powerBatteryCurrent=30000, powerBatteryV3=590000, maxVoltage=4000, minVoltage=3000, maxTemperature=820000, minTemperature=890000, availableCapacity=200000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:30:53.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:30:54.270 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:30:54.270 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:30:54.270 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 35 34 32 34 30 31 31 36 2e 36 36 37 35 31 33 30 33 39 2e 35 32 31 39 31 38 30 37 32 2e 30 30 30 34 33 2e 39 35 30 30 30 30 30 30 33 37 32 30 30 30 32 30 30 30 30 32 32 39 37 32 30 30 30 30 44 34 30 35 30 39 2e 34 30 30 31 35 30 30 30 30 37 30 36 35 35 31 38 32 30 36 39 30 30 30 30 31 35 37 30 30 39 38 33 32 30 30 30 30 36 30 37 32 31 2e 32 33 30 30 30 30 37 31 30 30 30 30 34 30 32 30 30 30 30 34 37 39 30 30 30 33 30 30 30 33 30 30 30 34 30 30 30 30 30 36 30 30 30 30 30 35 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c8 7E
2024-06-22 10:30:54.271 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023454240, longitude=116.6675130, latitude=39.5219180, speed=72.000, mileage=43.95000000, dischargeVoltage=372000, dischargeCurrent=20000, insulationResistance=229720000, gear=D, accelerationPedal=40, brakePedal=50, fuelConsumption=9.400, motorControllerTemperature=150000, motorSpeed=70655, motorTorque=1820, motorTemperature=690000, motorVoltage=15700, motorCurrent=98320000, powerBattery=60721., maxFeedbackPower=230000, maxDischargePower=710000, bmsSelfCheck=40, powerBatteryCurrent=20000, powerBatteryV3=479000, maxVoltage=3000, minVoltage=3000, maxTemperature=400000, minTemperature=600000, availableCapacity=510000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:30:54.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:30:55.276 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:30:55.276 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:30:55.276 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 35 35 32 34 32 31 31 36 2e 36 36 38 34 37 39 30 33 39 2e 35 32 31 39 39 37 30 35 34 2e 30 30 30 34 33 2e 39 38 30 30 30 30 30 30 35 30 34 30 30 30 34 38 30 30 30 31 35 38 37 33 30 30 30 30 44 37 30 38 30 39 2e 37 30 30 34 38 30 30 30 30 37 35 32 34 31 39 39 39 30 37 30 30 30 30 30 32 36 39 30 30 31 38 37 38 30 30 30 30 36 30 37 32 31 2e 36 36 30 30 30 30 36 39 30 30 30 30 39 30 31 31 30 30 30 34 30 34 30 30 30 33 30 30 30 34 30 30 30 31 38 30 30 30 30 36 35 30 30 30 30 32 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 11 7E
2024-06-22 10:30:55.276 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023455242, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=43.98000000, dischargeVoltage=504000, dischargeCurrent=48000, insulationResistance=158730000, gear=D, accelerationPedal=70, brakePedal=80, fuelConsumption=9.700, motorControllerTemperature=480000, motorSpeed=75241, motorTorque=9990, motorTemperature=700000, motorVoltage=26900, motorCurrent=18780000, powerBattery=60721., maxFeedbackPower=660000, maxDischargePower=690000, bmsSelfCheck=90, powerBatteryCurrent=11000, powerBatteryV3=404000, maxVoltage=3000, minVoltage=4000, maxTemperature=180000, minTemperature=650000, availableCapacity=200000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:30:55.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:30:56.281 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:30:56.282 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:30:56.282 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 35 36 32 34 35 31 31 36 2e 36 36 39 34 33 39 30 33 39 2e 35 32 32 30 37 35 30 35 34 2e 30 30 30 34 34 2e 30 31 30 30 30 30 30 30 33 36 31 30 30 30 31 32 30 30 30 31 31 35 31 34 30 30 30 30 44 34 30 37 30 31 31 2e 36 30 36 33 30 30 30 30 32 32 36 39 32 39 36 30 30 31 30 37 30 30 30 32 38 33 30 30 38 33 32 31 30 30 30 30 36 30 37 32 31 2e 38 35 30 30 30 30 38 31 30 30 30 30 33 30 32 30 30 30 30 32 32 38 30 30 30 33 30 30 30 34 30 30 30 37 30 30 30 30 30 38 38 30 30 30 30 32 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 bb 7E
2024-06-22 10:30:56.282 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023456245, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=44.01000000, dischargeVoltage=361000, dischargeCurrent=12000, insulationResistance=115140000, gear=D, accelerationPedal=40, brakePedal=70, fuelConsumption=11.60, motorControllerTemperature=630000, motorSpeed=22692, motorTorque=9600, motorTemperature=107000, motorVoltage=28300, motorCurrent=83210000, powerBattery=60721., maxFeedbackPower=850000, maxDischargePower=810000, bmsSelfCheck=30, powerBatteryCurrent=20000, powerBatteryV3=228000, maxVoltage=3000, minVoltage=4000, maxTemperature=700000, minTemperature=880000, availableCapacity=220000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:30:56.340 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:30:57.290 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:30:57.290 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:30:57.290 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 35 37 32 34 37 31 31 36 2e 36 37 30 31 39 30 30 33 39 2e 35 32 32 31 32 39 30 33 36 2e 30 30 30 34 34 2e 30 33 30 30 30 30 30 30 31 31 33 30 30 30 32 33 30 30 30 31 34 34 30 37 30 30 30 30 44 31 30 36 30 31 30 2e 30 30 37 33 30 30 30 30 39 37 34 30 39 32 31 30 30 31 30 34 30 30 30 31 39 34 30 30 31 34 32 33 36 30 30 30 36 30 37 32 31 2e 33 39 30 30 30 30 39 32 30 30 30 30 36 30 31 31 30 30 30 33 30 39 30 30 30 34 30 30 30 34 30 30 30 35 30 30 30 30 30 36 37 30 30 30 30 36 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 a8 7E
2024-06-22 10:30:57.290 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023457247, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=44.03000000, dischargeVoltage=113000, dischargeCurrent=23000, insulationResistance=144070000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=10.00, motorControllerTemperature=730000, motorSpeed=97409, motorTorque=2100, motorTemperature=104000, motorVoltage=19400, motorCurrent=14236000, powerBattery=60721., maxFeedbackPower=390000, maxDischargePower=920000, bmsSelfCheck=60, powerBatteryCurrent=11000, powerBatteryV3=309000, maxVoltage=4000, minVoltage=4000, maxTemperature=500000, minTemperature=670000, availableCapacity=610000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:30:57.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:30:58.285 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:30:58.285 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:30:58.285 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 35 38 32 35 31 31 31 36 2e 36 37 31 33 38 32 30 33 39 2e 35 32 32 32 34 37 30 31 32 36 2e 30 30 34 34 2e 31 30 30 30 30 30 30 30 36 39 32 30 30 30 33 34 30 30 30 31 39 30 32 34 30 30 30 30 44 32 30 36 30 31 31 2e 33 30 39 37 30 30 30 30 34 33 34 39 35 31 30 34 30 36 39 30 30 30 30 32 30 31 30 30 32 38 31 37 30 30 30 30 36 30 37 31 30 2e 35 38 30 30 30 30 35 37 30 30 30 30 31 31 31 33 30 30 30 36 34 39 30 30 30 34 30 30 30 34 30 30 30 39 35 30 30 30 30 37 32 30 30 30 30 34 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ce 7E
2024-06-22 10:30:58.285 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023458251, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=44.10000000, dischargeVoltage=692000, dischargeCurrent=34000, insulationResistance=190240000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=11.30, motorControllerTemperature=970000, motorSpeed=43495, motorTorque=1040, motorTemperature=690000, motorVoltage=20100, motorCurrent=28170000, powerBattery=60710., maxFeedbackPower=580000, maxDischargePower=570000, bmsSelfCheck=11, powerBatteryCurrent=13000, powerBatteryV3=649000, maxVoltage=4000, minVoltage=4000, maxTemperature=950000, minTemperature=720000, availableCapacity=480000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:30:58.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:30:59.270 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:30:59.270 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:30:59.270 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 35 39 32 33 38 31 31 36 2e 36 37 32 31 31 37 30 33 39 2e 35 32 32 32 32 36 30 33 36 2e 30 30 30 34 34 2e 31 32 30 30 30 30 30 30 32 34 34 30 30 30 35 30 30 30 30 34 39 31 39 30 30 30 30 30 44 34 30 37 30 39 2e 39 30 30 33 32 30 30 30 30 35 34 39 30 39 31 36 35 30 31 34 32 30 30 30 32 31 35 30 30 31 33 37 38 39 30 30 30 36 30 37 31 30 2e 35 37 30 30 30 30 38 31 30 30 30 30 36 30 33 30 30 30 30 34 34 31 30 30 30 33 30 30 30 34 30 30 30 35 30 30 30 30 30 34 35 30 30 30 30 33 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 cd 7E
2024-06-22 10:30:59.271 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023459238, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=44.12000000, dischargeVoltage=244000, dischargeCurrent=50000, insulationResistance=491900000, gear=D, accelerationPedal=40, brakePedal=70, fuelConsumption=9.900, motorControllerTemperature=320000, motorSpeed=54909, motorTorque=1650, motorTemperature=142000, motorVoltage=21500, motorCurrent=13789000, powerBattery=60710., maxFeedbackPower=570000, maxDischargePower=810000, bmsSelfCheck=60, powerBatteryCurrent=30000, powerBatteryV3=441000, maxVoltage=3000, minVoltage=4000, maxTemperature=500000, minTemperature=450000, availableCapacity=380000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:30:59.324 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:31:00.289 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:31:00.289 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:31:00.290 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 36 30 32 35 32 31 31 36 2e 36 37 33 30 31 39 30 33 39 2e 35 32 32 33 32 31 30 37 32 2e 30 30 30 34 34 2e 31 36 30 30 30 30 30 30 31 34 39 30 30 30 31 38 30 30 30 31 31 38 37 31 30 30 30 30 44 37 30 30 30 31 32 2e 31 30 31 31 30 30 30 30 34 31 32 33 38 37 37 33 30 33 37 30 30 30 30 31 34 33 30 30 36 30 33 35 30 30 30 30 36 30 37 31 30 2e 37 38 30 30 30 30 33 33 30 30 30 30 37 30 31 34 30 30 30 37 34 39 30 30 30 33 30 30 30 34 30 30 30 30 30 30 30 30 30 38 35 30 30 30 30 33 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ab 7E
2024-06-22 10:31:00.290 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023460252, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=44.16000000, dischargeVoltage=149000, dischargeCurrent=18000, insulationResistance=118710000, gear=D, accelerationPedal=70, brakePedal=00, fuelConsumption=12.10, motorControllerTemperature=110000, motorSpeed=41238, motorTorque=7730, motorTemperature=370000, motorVoltage=14300, motorCurrent=60350000, powerBattery=60710., maxFeedbackPower=780000, maxDischargePower=330000, bmsSelfCheck=70, powerBatteryCurrent=14000, powerBatteryV3=749000, maxVoltage=3000, minVoltage=4000, maxTemperature=000000, minTemperature=850000, availableCapacity=340000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:31:00.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:31:01.275 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:31:01.276 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:31:01.276 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 36 31 32 33 37 31 31 36 2e 36 37 33 36 36 32 30 33 39 2e 35 32 32 33 36 33 30 33 36 2e 30 30 30 34 34 2e 31 38 30 30 30 30 30 30 34 34 30 30 30 30 32 31 30 30 30 31 38 35 38 35 30 30 30 30 44 38 30 39 30 39 2e 32 30 30 37 31 30 30 30 30 34 34 37 39 39 35 37 34 30 37 30 30 30 30 30 32 37 31 30 30 34 35 33 35 30 30 30 30 36 30 37 31 30 2e 31 38 30 30 30 30 34 30 30 30 30 30 31 30 33 30 30 30 30 35 31 31 30 30 30 33 30 30 30 33 30 30 30 32 38 30 30 30 30 32 34 30 30 30 30 37 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ca 7E
2024-06-22 10:31:01.276 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023461237, longitude=116.6736620, latitude=39.5223630, speed=36.000, mileage=44.18000000, dischargeVoltage=440000, dischargeCurrent=21000, insulationResistance=185850000, gear=D, accelerationPedal=80, brakePedal=90, fuelConsumption=9.200, motorControllerTemperature=710000, motorSpeed=44799, motorTorque=5740, motorTemperature=700000, motorVoltage=27100, motorCurrent=45350000, powerBattery=60710., maxFeedbackPower=180000, maxDischargePower=400000, bmsSelfCheck=10, powerBatteryCurrent=30000, powerBatteryV3=511000, maxVoltage=3000, minVoltage=3000, maxTemperature=280000, minTemperature=240000, availableCapacity=760000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:31:01.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:31:02.271 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:31:02.271 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:31:02.272 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 36 32 32 33 37 31 31 36 2e 36 37 34 34 32 31 30 33 39 2e 35 32 32 34 32 30 30 35 34 2e 30 30 30 34 34 2e 32 31 30 30 30 30 30 30 34 31 33 30 30 30 33 38 30 30 30 32 30 31 37 31 30 30 30 30 44 37 30 37 30 31 30 2e 34 30 31 31 30 30 30 30 35 39 37 32 31 38 35 39 30 31 30 35 30 30 30 32 37 32 30 30 31 30 32 34 38 30 30 30 36 30 37 31 30 2e 31 34 30 30 30 30 36 33 30 30 30 30 35 30 31 30 30 30 30 35 35 39 30 30 30 33 30 30 30 34 30 30 30 35 31 30 30 30 30 36 31 30 30 30 30 33 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 a2 7E
2024-06-22 10:31:02.272 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023462237, longitude=116.6744210, latitude=39.5224200, speed=54.000, mileage=44.21000000, dischargeVoltage=413000, dischargeCurrent=38000, insulationResistance=201710000, gear=D, accelerationPedal=70, brakePedal=70, fuelConsumption=10.40, motorControllerTemperature=110000, motorSpeed=59721, motorTorque=8590, motorTemperature=105000, motorVoltage=27200, motorCurrent=10248000, powerBattery=60710., maxFeedbackPower=140000, maxDischargePower=630000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=559000, maxVoltage=3000, minVoltage=4000, maxTemperature=510000, minTemperature=610000, availableCapacity=320000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:31:02.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:31:03.270 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:31:03.271 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:31:03.271 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 36 33 32 33 37 31 31 36 2e 36 37 35 35 36 39 30 33 39 2e 35 32 32 35 32 34 30 37 32 2e 30 30 30 34 34 2e 32 35 30 30 30 30 30 30 31 33 34 30 30 30 33 35 30 30 30 32 38 34 35 32 30 30 30 30 44 35 30 31 30 31 31 2e 30 30 37 35 30 30 30 30 39 35 35 34 33 37 38 33 30 31 34 38 30 30 30 32 39 38 30 30 37 30 37 30 30 30 30 30 36 30 37 31 30 2e 32 31 30 30 30 30 36 35 30 30 30 30 31 34 35 30 30 30 30 35 30 38 30 30 30 34 30 30 30 34 30 30 30 37 37 30 30 30 30 32 38 30 30 30 30 39 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 dd 7E
2024-06-22 10:31:03.271 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023463237, longitude=116.6755690, latitude=39.5225240, speed=72.000, mileage=44.25000000, dischargeVoltage=134000, dischargeCurrent=35000, insulationResistance=284520000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=11.00, motorControllerTemperature=750000, motorSpeed=95543, motorTorque=7830, motorTemperature=148000, motorVoltage=29800, motorCurrent=70700000, powerBattery=60710., maxFeedbackPower=210000, maxDischargePower=650000, bmsSelfCheck=14, powerBatteryCurrent=50000, powerBatteryV3=508000, maxVoltage=4000, minVoltage=4000, maxTemperature=770000, minTemperature=280000, availableCapacity=930000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:31:03.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:31:04.271 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:31:04.271 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:31:04.271 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 36 34 32 33 38 31 31 36 2e 36 37 36 36 31 30 30 33 39 2e 35 32 32 36 31 35 30 31 30 38 2e 30 30 34 34 2e 33 31 30 30 30 30 30 30 32 33 38 30 30 30 32 39 30 30 30 32 36 33 33 36 30 30 30 30 44 39 30 34 30 31 31 2e 33 30 32 31 30 30 30 30 38 32 31 34 38 34 30 39 30 31 31 39 30 30 30 32 37 32 30 30 36 35 36 31 30 30 30 30 36 30 36 39 38 2e 34 33 30 30 30 30 34 34 30 30 30 30 38 30 30 30 30 30 30 32 35 38 30 30 30 33 30 30 30 33 30 30 30 36 39 30 30 30 30 36 39 30 30 30 30 34 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 dc 7E
2024-06-22 10:31:04.271 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023464238, longitude=116.6766100, latitude=39.5226150, speed=108.00, mileage=44.31000000, dischargeVoltage=238000, dischargeCurrent=29000, insulationResistance=263360000, gear=D, accelerationPedal=90, brakePedal=40, fuelConsumption=11.30, motorControllerTemperature=210000, motorSpeed=82148, motorTorque=4090, motorTemperature=119000, motorVoltage=27200, motorCurrent=65610000, powerBattery=60698., maxFeedbackPower=430000, maxDischargePower=440000, bmsSelfCheck=80, powerBatteryCurrent=00000, powerBatteryV3=258000, maxVoltage=3000, minVoltage=3000, maxTemperature=690000, minTemperature=690000, availableCapacity=450000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:31:04.323 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:31:05.265 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:31:05.266 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:31:05.266 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 36 35 32 33 36 31 31 36 2e 36 37 37 38 32 37 30 33 39 2e 35 32 32 37 30 36 30 31 32 36 2e 30 30 34 34 2e 33 38 30 30 30 30 30 30 35 38 38 30 30 30 33 30 30 30 30 36 37 39 30 30 30 30 30 30 44 33 30 36 30 39 2e 38 30 30 37 36 30 30 30 30 39 30 35 35 39 37 32 30 30 33 38 30 30 30 30 32 38 39 30 30 38 38 35 30 30 30 30 30 36 30 36 38 38 2e 36 30 30 30 30 30 34 36 30 30 30 30 33 30 34 30 30 30 30 32 34 37 30 30 30 33 30 30 30 34 30 30 30 31 39 30 30 30 30 34 34 30 30 30 30 37 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 00 7E
2024-06-22 10:31:05.266 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023465236, longitude=116.6778270, latitude=39.5227060, speed=126.00, mileage=44.38000000, dischargeVoltage=588000, dischargeCurrent=30000, insulationResistance=679000000, gear=D, accelerationPedal=30, brakePedal=60, fuelConsumption=9.800, motorControllerTemperature=760000, motorSpeed=90559, motorTorque=7200, motorTemperature=380000, motorVoltage=28900, motorCurrent=88500000, powerBattery=60688., maxFeedbackPower=600000, maxDischargePower=460000, bmsSelfCheck=30, powerBatteryCurrent=40000, powerBatteryV3=247000, maxVoltage=3000, minVoltage=4000, maxTemperature=190000, minTemperature=440000, availableCapacity=720000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:31:05.314 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:31:06.270 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:31:06.270 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:31:06.270 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 36 36 32 33 37 31 31 36 2e 36 37 38 38 39 30 30 33 39 2e 35 32 32 37 39 33 30 37 32 2e 30 30 30 34 34 2e 34 32 30 30 30 30 30 30 34 35 30 30 30 30 31 31 30 30 30 32 34 39 31 39 30 30 30 30 44 37 30 34 30 31 31 2e 35 30 31 37 30 30 30 30 36 35 38 36 30 32 34 33 30 31 31 37 30 30 30 32 30 32 30 30 37 37 34 32 30 30 30 30 36 30 36 38 38 2e 39 37 30 30 30 30 39 37 30 30 30 30 36 30 31 31 30 30 30 34 39 36 30 30 30 33 30 30 30 33 30 30 30 34 36 30 30 30 30 38 35 30 30 30 30 33 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ef 7E
2024-06-22 10:31:06.270 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023466237, longitude=116.6788900, latitude=39.5227930, speed=72.000, mileage=44.42000000, dischargeVoltage=450000, dischargeCurrent=11000, insulationResistance=249190000, gear=D, accelerationPedal=70, brakePedal=40, fuelConsumption=11.50, motorControllerTemperature=170000, motorSpeed=65860, motorTorque=2430, motorTemperature=117000, motorVoltage=20200, motorCurrent=77420000, powerBattery=60688., maxFeedbackPower=970000, maxDischargePower=970000, bmsSelfCheck=60, powerBatteryCurrent=11000, powerBatteryV3=496000, maxVoltage=3000, minVoltage=3000, maxTemperature=460000, minTemperature=850000, availableCapacity=320000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:31:06.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:31:07.276 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:31:07.277 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:31:07.277 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 36 37 32 33 37 31 31 36 2e 36 38 30 31 37 32 30 33 39 2e 35 32 32 39 30 34 30 33 36 2e 30 30 30 34 34 2e 34 34 30 30 30 30 30 30 32 39 38 30 30 30 33 35 30 30 30 31 35 32 32 37 30 30 30 30 44 35 30 32 30 39 2e 36 30 30 38 34 30 30 30 30 37 30 36 39 36 38 30 30 30 31 38 30 30 30 30 31 33 32 30 30 31 30 37 31 36 30 30 30 36 30 36 38 38 2e 34 39 30 30 30 30 39 30 30 30 30 30 31 32 36 30 30 30 30 32 39 39 30 30 30 33 30 30 30 34 30 30 30 32 31 30 30 30 30 36 33 30 30 30 30 32 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d8 7E
2024-06-22 10:31:07.277 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023467237, longitude=116.6801720, latitude=39.5229040, speed=36.000, mileage=44.44000000, dischargeVoltage=298000, dischargeCurrent=35000, insulationResistance=152270000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=9.600, motorControllerTemperature=840000, motorSpeed=70696, motorTorque=8000, motorTemperature=180000, motorVoltage=13200, motorCurrent=10716000, powerBattery=60688., maxFeedbackPower=490000, maxDischargePower=900000, bmsSelfCheck=12, powerBatteryCurrent=60000, powerBatteryV3=299000, maxVoltage=3000, minVoltage=4000, maxTemperature=210000, minTemperature=630000, availableCapacity=200000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:31:07.323 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:31:08.291 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:31:08.291 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:31:08.291 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 36 38 32 33 38 31 31 36 2e 36 38 30 35 35 33 30 33 39 2e 35 32 32 39 36 32 30 33 36 2e 30 30 30 34 34 2e 34 36 30 30 30 30 30 30 35 31 35 30 30 30 34 31 30 30 30 31 32 34 31 36 30 30 30 30 44 38 30 31 30 31 31 2e 33 30 37 38 30 30 30 30 34 34 37 35 39 31 39 33 30 31 30 39 30 30 30 32 39 34 30 30 37 35 34 37 30 30 30 30 36 30 36 38 38 2e 34 30 30 30 30 30 31 35 30 30 30 30 30 30 31 32 30 30 30 36 37 38 30 30 30 33 30 30 30 34 30 30 30 34 34 30 30 30 30 35 31 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d7 7E
2024-06-22 10:31:08.292 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023468238, longitude=116.6805530, latitude=39.5229620, speed=36.000, mileage=44.46000000, dischargeVoltage=515000, dischargeCurrent=41000, insulationResistance=124160000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=11.30, motorControllerTemperature=780000, motorSpeed=44759, motorTorque=1930, motorTemperature=109000, motorVoltage=29400, motorCurrent=75470000, powerBattery=60688., maxFeedbackPower=400000, maxDischargePower=150000, bmsSelfCheck=00, powerBatteryCurrent=12000, powerBatteryV3=678000, maxVoltage=3000, minVoltage=4000, maxTemperature=440000, minTemperature=510000, availableCapacity=000000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:31:08.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:31:09.270 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:31:09.270 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:31:09.270 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 36 39 32 33 37 31 31 36 2e 36 38 31 31 35 39 30 33 39 2e 35 32 33 30 31 36 30 33 36 2e 30 30 30 34 34 2e 34 38 30 30 30 30 30 30 31 38 35 30 30 30 33 36 30 30 30 31 30 37 36 32 30 30 30 30 44 39 30 38 30 31 31 2e 34 30 38 39 30 30 30 30 34 37 34 37 37 36 38 39 30 39 38 30 30 30 30 31 31 32 30 30 36 33 34 30 30 30 30 30 36 30 36 38 38 2e 38 32 30 30 30 30 31 30 30 30 30 30 32 30 36 30 30 30 30 34 33 37 30 30 30 34 30 30 30 33 30 30 30 37 36 30 30 30 30 35 31 30 30 30 30 36 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ee 7E
2024-06-22 10:31:09.270 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023469237, longitude=116.6811590, latitude=39.5230160, speed=36.000, mileage=44.48000000, dischargeVoltage=185000, dischargeCurrent=36000, insulationResistance=107620000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=11.40, motorControllerTemperature=890000, motorSpeed=47477, motorTorque=6890, motorTemperature=980000, motorVoltage=11200, motorCurrent=63400000, powerBattery=60688., maxFeedbackPower=820000, maxDischargePower=100000, bmsSelfCheck=20, powerBatteryCurrent=60000, powerBatteryV3=437000, maxVoltage=4000, minVoltage=3000, maxTemperature=760000, minTemperature=510000, availableCapacity=610000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:31:09.323 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:31:10.274 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:31:10.275 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:31:10.275 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 37 30 32 33 39 31 31 36 2e 36 38 32 31 33 35 30 33 39 2e 35 32 33 31 30 37 30 39 30 2e 30 30 30 34 34 2e 35 33 30 30 30 30 30 30 32 33 35 30 30 30 32 31 30 30 30 31 32 36 37 33 30 30 30 30 44 30 30 34 30 31 31 2e 38 30 32 30 30 30 30 30 38 32 36 39 32 34 34 36 30 33 34 30 30 30 30 31 37 38 30 30 32 39 38 36 30 30 30 30 36 30 36 37 37 2e 31 30 30 30 30 30 37 35 30 30 30 30 31 33 31 33 30 30 30 33 36 35 30 30 30 34 30 30 30 34 30 30 30 37 39 30 30 30 30 33 31 30 30 30 30 37 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 cb 7E
2024-06-22 10:31:10.275 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023470239, longitude=116.6821350, latitude=39.5231070, speed=90.000, mileage=44.53000000, dischargeVoltage=235000, dischargeCurrent=21000, insulationResistance=126730000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=11.80, motorControllerTemperature=200000, motorSpeed=82692, motorTorque=4460, motorTemperature=340000, motorVoltage=17800, motorCurrent=29860000, powerBattery=60677., maxFeedbackPower=100000, maxDischargePower=750000, bmsSelfCheck=13, powerBatteryCurrent=13000, powerBatteryV3=365000, maxVoltage=4000, minVoltage=4000, maxTemperature=790000, minTemperature=310000, availableCapacity=750000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:31:10.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:31:11.281 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:31:11.281 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:31:11.281 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 37 31 32 33 37 31 31 36 2e 36 38 32 39 38 33 30 33 39 2e 35 32 33 30 39 35 30 39 30 2e 30 30 30 34 34 2e 35 38 30 30 30 30 30 30 35 35 34 30 30 30 39 30 30 30 30 31 38 38 34 30 30 30 30 30 44 30 30 30 30 39 2e 32 30 30 36 30 30 30 30 30 36 37 38 39 30 31 39 33 30 31 33 38 30 30 30 31 35 31 30 30 35 34 30 30 30 30 30 30 36 30 36 36 37 2e 36 37 30 30 30 30 34 34 30 30 30 30 30 30 30 30 30 30 30 32 34 30 30 30 30 33 30 30 30 33 30 30 30 39 34 30 30 30 30 33 36 30 30 30 30 32 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d0 7E
2024-06-22 10:31:11.281 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023471237, longitude=116.6829830, latitude=39.5230950, speed=90.000, mileage=44.58000000, dischargeVoltage=554000, dischargeCurrent=90000, insulationResistance=188400000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=9.200, motorControllerTemperature=600000, motorSpeed=67890, motorTorque=1930, motorTemperature=138000, motorVoltage=15100, motorCurrent=54000000, powerBattery=60667., maxFeedbackPower=670000, maxDischargePower=440000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=240000, maxVoltage=3000, minVoltage=3000, maxTemperature=940000, minTemperature=360000, availableCapacity=280000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:31:11.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:31:12.274 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:31:12.275 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:31:12.275 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 37 32 32 33 37 31 31 36 2e 36 38 33 36 30 30 30 33 39 2e 35 32 32 39 36 37 30 33 36 2e 30 30 30 34 34 2e 36 30 30 30 30 30 30 30 36 30 39 30 30 30 31 37 30 30 30 32 34 37 39 39 30 30 30 30 44 35 30 34 30 39 2e 31 30 30 34 32 30 30 30 30 32 38 30 37 34 32 36 33 30 31 30 33 30 30 30 32 35 38 30 30 31 32 32 33 31 30 30 30 36 30 36 36 37 2e 35 38 30 30 30 30 33 34 30 30 30 30 31 30 31 34 30 30 30 33 30 37 30 30 30 34 30 30 30 33 30 30 30 35 36 30 30 30 30 32 36 30 30 30 30 37 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d0 7E
2024-06-22 10:31:12.275 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023472237, longitude=116.6836000, latitude=39.5229670, speed=36.000, mileage=44.60000000, dischargeVoltage=609000, dischargeCurrent=17000, insulationResistance=247990000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=9.100, motorControllerTemperature=420000, motorSpeed=28074, motorTorque=2630, motorTemperature=103000, motorVoltage=25800, motorCurrent=12231000, powerBattery=60667., maxFeedbackPower=580000, maxDischargePower=340000, bmsSelfCheck=10, powerBatteryCurrent=14000, powerBatteryV3=307000, maxVoltage=4000, minVoltage=3000, maxTemperature=560000, minTemperature=260000, availableCapacity=710000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:31:12.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:31:13.270 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:31:13.271 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:31:13.271 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 34 37 33 32 33 37 31 31 36 2e 36 38 34 30 36 36 30 33 39 2e 35 32 32 38 34 37 30 33 36 2e 30 30 30 34 34 2e 36 32 30 30 30 30 30 30 33 33 37 30 30 30 32 36 30 30 30 34 34 35 30 30 30 30 30 30 44 30 30 39 30 31 32 2e 31 30 33 30 30 30 30 30 34 30 30 38 35 35 39 32 30 31 30 39 30 30 30 31 35 32 30 30 34 36 31 39 30 30 30 30 36 30 36 36 37 2e 39 30 30 30 30 30 34 33 30 30 30 30 30 30 36 30 30 30 30 34 36 35 30 30 30 34 30 30 30 33 30 30 30 39 38 30 30 30 30 34 32 30 30 30 30 32 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 cb 7E
2024-06-22 10:31:13.271 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023473237, longitude=116.6840660, latitude=39.5228470, speed=36.000, mileage=44.62000000, dischargeVoltage=337000, dischargeCurrent=26000, insulationResistance=445000000, gear=D, accelerationPedal=00, brakePedal=90, fuelConsumption=12.10, motorControllerTemperature=300000, motorSpeed=40085, motorTorque=5920, motorTemperature=109000, motorVoltage=15200, motorCurrent=46190000, powerBattery=60667., maxFeedbackPower=900000, maxDischargePower=430000, bmsSelfCheck=00, powerBatteryCurrent=60000, powerBatteryV3=465000, maxVoltage=4000, minVoltage=3000, maxTemperature=980000, minTemperature=420000, availableCapacity=270000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:31:13.340 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:31:23.414 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:39 - 过期redis数据ZEQA6V2Z98M9ZMFZF-GZ001
2024-06-22 10:31:23.414 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:41 - pattern:[95, 95, 107, 101, 121, 101, 118, 101, 110, 116, 64, 42, 95, 95, 58, 101, 120, 112, 105, 114, 101, 100]
2024-06-22 10:31:23.414 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:43 - 过期redis数据ZEQA6V2Z98M9ZMFZF-GZ001
2024-06-22 10:36:23.813 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:36:23.839 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:36:23.861 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:36:24.736 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:36:24.781 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:36:24.809 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:36:24.826 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-2, test1-1
2024-06-22 10:36:24.826 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Revoke previously assigned partitions test1-5, test1-4, test1-3
2024-06-22 10:36:24.826 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Revoke previously assigned partitions test1-6, test1-7
2024-06-22 10:36:24.826 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1]
2024-06-22 10:36:24.826 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7]
2024-06-22 10:36:24.826 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-5, test1-4, test1-3]
2024-06-22 10:36:24.826 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Member consumer-Topics-2-935d8501-9740-44de-8e7c-a8c0f94e8711 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:36:24.826 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Member consumer-Topics-4-61e2c5c2-596d-49d2-82ee-ad9307cf3793 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:36:24.826 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Member consumer-Topics-3-62843268-d85f-4d97-ac23-588a69996f25 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:36:24.827 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:36:24.827 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:36:24.827 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:36:24.828 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:36:24.828 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:36:24.828 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:36:24.828 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:36:24.828 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:36:24.828 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:36:24.829 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:36:24.829 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:36:24.829 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:36:24.830 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-4 unregistered
2024-06-22 10:36:24.830 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-2 unregistered
2024-06-22 10:36:24.830 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:36:24.830 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:36:24.830 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-3 unregistered
2024-06-22 10:36:24.832 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:36:24.834 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:36:24.834 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:36:24.834 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:36:24.837 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms.
2024-06-22 10:36:24.838 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:36:24.838 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:36:24.838 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:36:24.838 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered
2024-06-22 10:36:25.008 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-06-22 10:36:25.012 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-06-22 10:36:33.652 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 18272 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 10:36:33.653 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 10:36:33.653 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 10:36:34.152 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 10:36:34.154 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 10:36:34.179 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-06-22 10:36:34.421 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$a04ce44a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:36:34.511 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:36:34.513 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:36:34.515 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:36:34.527 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:36:34.557 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:36:34.561 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:36:34.772 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 10:36:34.779 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-06-22 10:36:34.779 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68]
2024-06-22 10:36:34.885 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-06-22 10:36:34.885 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1202 ms
2024-06-22 10:36:35.482 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 10:36:35.817 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 10:36:35.823 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 10:36:35.838 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 10:36:35.882 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 10:36:35.897 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:36:35.956 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:36:35.957 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:36:35.957 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023795955
2024-06-22 10:36:35.958 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 10:36:36.192 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:36:36.193 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:36:36.194 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:36:36.202 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:36:36.204 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=11, memberId='consumer-Partitions-1-dd3e1254-d65c-4c8a-81ab-55a8d8f2b34b', protocol='range'}
2024-06-22 10:36:36.206 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 11: {consumer-Partitions-1-dd3e1254-d65c-4c8a-81ab-55a8d8f2b34b=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:36:36.209 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=11, memberId='consumer-Partitions-1-dd3e1254-d65c-4c8a-81ab-55a8d8f2b34b', protocol='range'}
2024-06-22 10:36:36.210 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:36:36.212 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:36:36.220 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:36.221 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:36.221 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:36.221 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:36.221 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:36.221 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:36.221 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:36.222 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=32, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:36.459 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb.......
2024-06-22 10:36:36.529 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~
2024-06-22 10:36:37.186 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-2
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:36:37.191 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:36:37.191 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:36:37.192 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023797191
2024-06-22 10:36:37.193 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:36:37.198 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-3
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:36:37.201 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:36:37.202 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:36:37.202 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023797201
2024-06-22 10:36:37.202 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:36:37.202 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:36:37.202 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:36:37.202 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:36:37.203 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-4
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:36:37.205 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:36:37.206 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:36:37.206 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023797205
2024-06-22 10:36:37.206 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:36:37.208 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:36:37.209 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:36:37.209 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:36:37.209 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:36:37.210 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:36:37.210 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=16, memberId='consumer-Topics-2-8cd4d9b3-a8c9-49a1-acb2-8c3e3c713932', protocol='range'}
2024-06-22 10:36:37.210 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:36:37.210 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 16: {consumer-Topics-2-8cd4d9b3-a8c9-49a1-acb2-8c3e3c713932=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:36:37.211 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:36:37.211 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:36:37.212 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=16, memberId='consumer-Topics-2-8cd4d9b3-a8c9-49a1-acb2-8c3e3c713932', protocol='range'}
2024-06-22 10:36:37.213 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:36:37.213 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:36:37.213 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:36:37.216 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:37.217 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:37.217 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:37.217 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:37.217 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path ''
2024-06-22 10:36:37.217 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:37.217 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:37.218 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:37.218 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=32, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:37.218 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 10:36:37.333 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672]
2024-06-22 10:36:37.456 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#72a34537:0/SimpleConnection@253379ec [delegate=amqp://guest@101.34.243.166:5672/, localPort= 60808]
2024-06-22 10:36:37.835 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息47.100.60.64,47.102.213.144
2024-06-22 10:36:37.839 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.100.60.64:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:36:38.040 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.69 seconds (JVM running for 5.189)
2024-06-22 10:36:38.043 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动开始动态启动kafka消费者
2024-06-22 10:36:38.253 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:36:38.253 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.102.213.144:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:36:38.645 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:36:40.217 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Attempt to heartbeat failed since group is rebalancing
2024-06-22 10:36:40.218 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:36:40.218 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 10:36:40.219 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:36:40.220 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=17, memberId='consumer-Topics-3-805b150d-757f-4b4b-aa47-d3ab3e62752c', protocol='range'}
2024-06-22 10:36:40.220 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully joined group with generation Generation{generationId=17, memberId='consumer-Topics-4-7c5ca15e-3c48-4df8-864c-29d2c69c6c88', protocol='range'}
2024-06-22 10:36:40.220 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=17, memberId='consumer-Topics-2-8cd4d9b3-a8c9-49a1-acb2-8c3e3c713932', protocol='range'}
2024-06-22 10:36:40.220 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 17: {consumer-Topics-3-805b150d-757f-4b4b-aa47-d3ab3e62752c=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-8cd4d9b3-a8c9-49a1-acb2-8c3e3c713932=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-7c5ca15e-3c48-4df8-864c-29d2c69c6c88=Assignment(partitions=[test1-6, test1-7])}
2024-06-22 10:36:40.222 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=17, memberId='consumer-Topics-2-8cd4d9b3-a8c9-49a1-acb2-8c3e3c713932', protocol='range'}
2024-06-22 10:36:40.222 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=17, memberId='consumer-Topics-3-805b150d-757f-4b4b-aa47-d3ab3e62752c', protocol='range'}
2024-06-22 10:36:40.222 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2])
2024-06-22 10:36:40.222 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1
2024-06-22 10:36:40.223 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5])
2024-06-22 10:36:40.223 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-5, test1-4, test1-3
2024-06-22 10:36:40.224 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully synced group in generation Generation{generationId=17, memberId='consumer-Topics-4-7c5ca15e-3c48-4df8-864c-29d2c69c6c88', protocol='range'}
2024-06-22 10:36:40.224 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7])
2024-06-22 10:36:40.224 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Adding newly assigned partitions: test1-6, test1-7
2024-06-22 10:36:40.226 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:40.226 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:40.226 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=32, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:40.226 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-5, test1-4, test1-3]
2024-06-22 10:36:40.227 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:40.228 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:40.228 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:40.228 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1]
2024-06-22 10:36:40.230 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:40.230 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:36:40.230 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7]
2024-06-22 10:36:44.909 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:36:44.910 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:36:44.910 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 38 30 34 38 36 39 31 31 36 2e 36 38 34 35 32 32 30 33 39 2e 35 32 32 37 35 31 30 33 36 2e 30 30 30 34 34 2e 36 34 30 30 30 30 30 30 33 30 33 30 30 30 32 35 30 30 30 34 32 35 36 30 30 30 30 30 44 39 30 31 30 31 31 2e 31 30 31 37 30 30 30 30 36 31 35 31 37 34 33 37 30 33 38 30 30 30 30 31 32 37 30 30 32 38 39 30 30 30 30 30 36 30 36 36 37 2e 36 36 30 30 30 30 32 31 30 30 30 30 36 30 36 30 30 30 30 35 33 38 30 30 30 34 30 30 30 34 30 30 30 32 35 30 30 30 30 39 31 30 30 30 30 32 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 cb 7E
2024-06-22 10:36:44.926 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023804869, longitude=116.6845220, latitude=39.5227510, speed=36.000, mileage=44.64000000, dischargeVoltage=303000, dischargeCurrent=25000, insulationResistance=425600000, gear=D, accelerationPedal=90, brakePedal=10, fuelConsumption=11.10, motorControllerTemperature=170000, motorSpeed=61517, motorTorque=4370, motorTemperature=380000, motorVoltage=12700, motorCurrent=28900000, powerBattery=60667., maxFeedbackPower=660000, maxDischargePower=210000, bmsSelfCheck=60, powerBatteryCurrent=60000, powerBatteryV3=538000, maxVoltage=4000, minVoltage=4000, maxTemperature=250000, minTemperature=910000, availableCapacity=200000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:36:44.977 [MQTT Call: protocol-parsing] INFO org.apache.kafka.clients.producer.ProducerConfig:372 - ProducerConfig values:
acks = 1
batch.size = 16384
bootstrap.servers = [localhost:9092]
buffer.memory = 33554432
client.dns.lookup = use_all_dns_ips
client.id = producer-1
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = false
interceptor.classes = []
internal.auto.downgrade.txn.commit = false
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 = null
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.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.mechanism = GSSAPI
security.protocol = 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
2024-06-22 10:36:44.988 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:36:44.988 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:36:44.988 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023804988
2024-06-22 10:36:44.991 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:36:47.730 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:36:47.731 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:36:47.731 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 38 30 35 38 37 35 31 31 36 2e 36 38 35 32 32 35 30 33 39 2e 35 32 32 36 31 35 30 35 34 2e 30 30 30 34 34 2e 36 37 30 30 30 30 30 30 33 39 35 30 30 30 33 30 30 30 30 35 32 31 33 30 30 30 30 30 44 32 30 36 30 31 30 2e 38 30 35 31 30 30 30 30 39 34 35 30 34 35 34 32 30 31 32 35 30 30 30 31 32 30 30 30 32 36 33 33 30 30 30 30 36 30 36 36 37 2e 32 32 30 30 30 30 38 39 30 30 30 30 32 30 32 30 30 30 30 33 39 30 30 30 30 34 30 30 30 33 30 30 30 36 38 30 30 30 30 36 30 30 30 30 30 32 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c1 7E
2024-06-22 10:36:47.731 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023805875, longitude=116.6852250, latitude=39.5226150, speed=54.000, mileage=44.67000000, dischargeVoltage=395000, dischargeCurrent=30000, insulationResistance=521300000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=10.80, motorControllerTemperature=510000, motorSpeed=94504, motorTorque=5420, motorTemperature=125000, motorVoltage=12000, motorCurrent=26330000, powerBattery=60667., maxFeedbackPower=220000, maxDischargePower=890000, bmsSelfCheck=20, powerBatteryCurrent=20000, powerBatteryV3=390000, maxVoltage=4000, minVoltage=3000, maxTemperature=680000, minTemperature=600000, availableCapacity=260000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:36:47.732 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:36:47.733 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:36:47.733 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 38 30 36 38 37 38 31 31 36 2e 36 38 35 39 36 35 30 33 39 2e 35 32 32 34 39 39 30 37 32 2e 30 30 30 34 34 2e 37 31 30 30 30 30 30 30 31 31 36 30 30 30 34 33 30 30 30 32 38 39 39 32 30 30 30 30 44 35 30 34 30 31 30 2e 38 30 34 34 30 30 30 30 39 38 30 37 39 33 37 38 30 33 35 30 30 30 30 32 38 37 30 30 33 36 32 38 30 30 30 30 36 30 36 36 37 2e 37 37 30 30 30 30 34 37 30 30 30 30 38 30 30 30 30 30 30 32 39 33 30 30 30 34 30 30 30 34 30 30 30 32 33 30 30 30 30 31 35 30 30 30 30 35 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0d 7E
2024-06-22 10:36:47.733 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023806878, longitude=116.6859650, latitude=39.5224990, speed=72.000, mileage=44.71000000, dischargeVoltage=116000, dischargeCurrent=43000, insulationResistance=289920000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.80, motorControllerTemperature=440000, motorSpeed=98079, motorTorque=3780, motorTemperature=350000, motorVoltage=28700, motorCurrent=36280000, powerBattery=60667., maxFeedbackPower=770000, maxDischargePower=470000, bmsSelfCheck=80, powerBatteryCurrent=00000, powerBatteryV3=293000, maxVoltage=4000, minVoltage=4000, maxTemperature=230000, minTemperature=150000, availableCapacity=530000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:36:47.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:701 - 故障信息发送到RabbitMQ
2024-06-22 10:36:47.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:282 - 该车故障GZ001信息首次存储到本地缓存和Redis中并发送到RabbitMQ
2024-06-22 10:36:47.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:36:47.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:36:47.918 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:36:47.918 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:36:47.918 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 38 30 37 38 37 38 31 31 36 2e 36 38 36 38 38 38 30 33 39 2e 35 32 32 37 32 37 30 37 32 2e 30 30 30 34 34 2e 37 35 30 30 30 30 30 30 34 30 31 30 30 30 36 30 30 30 30 32 30 31 37 38 30 30 30 30 44 33 30 34 30 31 32 2e 30 30 39 30 30 30 30 30 38 31 39 36 32 38 32 38 30 31 34 32 30 30 30 32 35 38 30 30 34 35 30 36 30 30 30 30 36 30 36 36 37 2e 36 39 30 30 30 30 32 30 30 30 30 30 36 30 31 30 30 30 30 34 37 31 30 30 30 33 30 30 30 34 30 30 30 39 39 30 30 30 30 33 37 30 30 30 30 35 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f0 7E
2024-06-22 10:36:47.918 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023807878, longitude=116.6868880, latitude=39.5227270, speed=72.000, mileage=44.75000000, dischargeVoltage=401000, dischargeCurrent=60000, insulationResistance=201780000, gear=D, accelerationPedal=30, brakePedal=40, fuelConsumption=12.00, motorControllerTemperature=900000, motorSpeed=81962, motorTorque=8280, motorTemperature=142000, motorVoltage=25800, motorCurrent=45060000, powerBattery=60667., maxFeedbackPower=690000, maxDischargePower=200000, bmsSelfCheck=60, powerBatteryCurrent=10000, powerBatteryV3=471000, maxVoltage=3000, minVoltage=4000, maxTemperature=990000, minTemperature=370000, availableCapacity=520000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:36:47.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:36:48.908 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:36:48.908 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:36:48.908 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 33 38 30 38 38 37 36 31 31 36 2e 36 38 37 31 36 32 30 33 39 2e 35 32 32 38 37 35 30 30 2e 30 30 30 30 34 34 2e 37 35 30 30 30 30 30 30 33 33 35 30 30 30 36 30 30 30 30 31 37 31 33 33 30 30 30 30 44 38 30 34 30 31 30 2e 30 30 33 30 30 30 30 30 35 39 37 35 30 33 38 38 30 31 36 30 30 30 30 31 33 33 30 30 33 35 39 31 30 30 30 30 36 30 36 36 37 2e 39 31 30 30 30 30 32 36 30 30 30 30 31 30 31 33 30 30 30 34 30 37 30 30 30 33 30 30 30 34 30 30 30 32 30 30 30 30 30 33 37 30 30 30 30 37 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c6 7E
2024-06-22 10:36:48.908 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719023808876, longitude=116.6871620, latitude=39.5228750, speed=0.0000, mileage=44.75000000, dischargeVoltage=335000, dischargeCurrent=60000, insulationResistance=171330000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=10.00, motorControllerTemperature=300000, motorSpeed=59750, motorTorque=3880, motorTemperature=160000, motorVoltage=13300, motorCurrent=35910000, powerBattery=60667., maxFeedbackPower=910000, maxDischargePower=260000, bmsSelfCheck=10, powerBatteryCurrent=13000, powerBatteryV3=407000, maxVoltage=3000, minVoltage=4000, maxTemperature=200000, minTemperature=370000, availableCapacity=700000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:36:48.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:36:59.010 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:39 - 过期redis数据ZEQA6V2Z98M9ZMFZF-GZ001
2024-06-22 10:36:59.010 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:41 - pattern:[95, 95, 107, 101, 121, 101, 118, 101, 110, 116, 64, 42, 95, 95, 58, 101, 120, 112, 105, 114, 101, 100]
2024-06-22 10:36:59.011 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:43 - 过期redis数据ZEQA6V2Z98M9ZMFZF-GZ001
2024-06-22 10:39:41.861 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:39:41.890 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:39:41.891 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:39:41.912 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:39:41.968 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:39:42.908 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:39:42.923 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-2, test1-1
2024-06-22 10:39:42.923 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Revoke previously assigned partitions test1-5, test1-4, test1-3
2024-06-22 10:39:42.923 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1]
2024-06-22 10:39:42.923 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-5, test1-4, test1-3]
2024-06-22 10:39:42.924 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Member consumer-Topics-3-805b150d-757f-4b4b-aa47-d3ab3e62752c sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:39:42.924 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Member consumer-Topics-2-8cd4d9b3-a8c9-49a1-acb2-8c3e3c713932 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:39:42.924 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Revoke previously assigned partitions test1-6, test1-7
2024-06-22 10:39:42.924 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7]
2024-06-22 10:39:42.924 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Member consumer-Topics-4-7c5ca15e-3c48-4df8-864c-29d2c69c6c88 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:39:42.924 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:39:42.924 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:39:42.924 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:39:42.925 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:39:42.925 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:39:42.925 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:39:42.925 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:39:42.925 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:39:42.925 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:39:42.926 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:39:42.926 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:39:42.926 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:39:42.927 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-4 unregistered
2024-06-22 10:39:42.928 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-2 unregistered
2024-06-22 10:39:42.928 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:39:42.928 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:39:42.929 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-3 unregistered
2024-06-22 10:39:42.929 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:39:42.931 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:39:42.931 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:39:42.931 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:39:42.935 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms.
2024-06-22 10:39:42.935 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:39:42.936 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:39:42.936 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:39:42.936 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered
2024-06-22 10:39:43.102 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-06-22 10:39:43.107 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-06-22 10:39:50.671 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 27088 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 10:39:50.671 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 10:39:50.671 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 10:39:51.138 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 10:39:51.140 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 10:39:51.162 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2024-06-22 10:39:51.403 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$2d068c5f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:39:51.478 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:39:51.480 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:39:51.481 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:39:51.493 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:39:51.523 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:39:51.527 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:39:51.734 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 10:39:51.740 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-06-22 10:39:51.741 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68]
2024-06-22 10:39:51.837 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-06-22 10:39:51.838 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1136 ms
2024-06-22 10:39:52.396 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 10:39:52.702 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 10:39:52.707 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 10:39:52.722 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 10:39:52.763 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 10:39:52.777 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:39:52.826 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:39:52.826 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:39:52.826 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023992825
2024-06-22 10:39:52.827 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 10:39:53.037 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:39:53.041 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:39:53.042 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:39:53.048 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:39:53.049 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=13, memberId='consumer-Partitions-1-54c936e9-9986-44e5-b174-fb3a9fdb1b82', protocol='range'}
2024-06-22 10:39:53.051 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 13: {consumer-Partitions-1-54c936e9-9986-44e5-b174-fb3a9fdb1b82=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:39:53.053 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=13, memberId='consumer-Partitions-1-54c936e9-9986-44e5-b174-fb3a9fdb1b82', protocol='range'}
2024-06-22 10:39:53.053 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:39:53.055 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:39:53.059 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:39:53.059 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:39:53.059 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:39:53.060 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:39:53.060 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:39:53.060 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:39:53.060 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:39:53.060 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=37, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:39:53.266 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb.......
2024-06-22 10:39:53.325 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~
2024-06-22 10:39:53.956 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-2
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:39:53.961 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:39:53.961 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:39:53.961 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023993961
2024-06-22 10:39:53.962 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:39:53.968 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-3
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:39:53.971 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:39:53.971 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:39:53.971 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023993971
2024-06-22 10:39:53.972 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:39:53.972 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:39:53.972 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:39:53.973 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:39:53.973 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-4
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:39:53.975 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:39:53.975 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:39:53.975 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:39:53.975 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:39:53.976 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:39:53.976 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:39:53.976 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719023993976
2024-06-22 10:39:53.976 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:39:53.977 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=19, memberId='consumer-Topics-2-baccd1e4-86dc-4f91-a95c-264542511aa5', protocol='range'}
2024-06-22 10:39:53.977 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:39:53.978 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 19: {consumer-Topics-2-baccd1e4-86dc-4f91-a95c-264542511aa5=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:39:53.979 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:783 - [Consumer clientId=consumer-Topics-2, groupId=Topics] SyncGroup failed: The group began another rebalance. Need to re-join the group. Sent generation was Generation{generationId=19, memberId='consumer-Topics-2-baccd1e4-86dc-4f91-a95c-264542511aa5', protocol='range'}
2024-06-22 10:39:53.979 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:39:53.979 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:39:53.980 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:39:53.981 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:470 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Rebalance failed.
org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebalancing, so a rejoin is needed.
2024-06-22 10:39:53.981 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:39:53.981 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:39:53.982 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=20, memberId='consumer-Topics-2-baccd1e4-86dc-4f91-a95c-264542511aa5', protocol='range'}
2024-06-22 10:39:53.982 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=20, memberId='consumer-Topics-3-b2c511aa-e422-47dc-9a75-b97241ebb014', protocol='range'}
2024-06-22 10:39:53.982 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully joined group with generation Generation{generationId=20, memberId='consumer-Topics-4-195c1740-bbc2-4d93-bfe5-2442b9a40a8f', protocol='range'}
2024-06-22 10:39:53.983 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 20: {consumer-Topics-2-baccd1e4-86dc-4f91-a95c-264542511aa5=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-195c1740-bbc2-4d93-bfe5-2442b9a40a8f=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-3-b2c511aa-e422-47dc-9a75-b97241ebb014=Assignment(partitions=[test1-3, test1-4, test1-5])}
2024-06-22 10:39:53.984 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=20, memberId='consumer-Topics-3-b2c511aa-e422-47dc-9a75-b97241ebb014', protocol='range'}
2024-06-22 10:39:53.984 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully synced group in generation Generation{generationId=20, memberId='consumer-Topics-4-195c1740-bbc2-4d93-bfe5-2442b9a40a8f', protocol='range'}
2024-06-22 10:39:53.984 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=20, memberId='consumer-Topics-2-baccd1e4-86dc-4f91-a95c-264542511aa5', protocol='range'}
2024-06-22 10:39:53.984 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2])
2024-06-22 10:39:53.984 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5])
2024-06-22 10:39:53.984 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7])
2024-06-22 10:39:53.984 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1
2024-06-22 10:39:53.984 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Adding newly assigned partitions: test1-6, test1-7
2024-06-22 10:39:53.984 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-5, test1-4, test1-3
2024-06-22 10:39:53.986 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:39:53.986 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:39:53.986 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:39:53.986 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:39:53.986 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:39:53.986 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:39:53.986 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=37, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:39:53.986 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:39:53.986 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7]
2024-06-22 10:39:53.986 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1]
2024-06-22 10:39:53.986 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path ''
2024-06-22 10:39:53.986 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-5, test1-4, test1-3]
2024-06-22 10:39:54.113 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672]
2024-06-22 10:39:54.248 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#ccd000e:0/SimpleConnection@685e5967 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 60959]
2024-06-22 10:39:54.808 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.399 seconds (JVM running for 4.837)
2024-06-22 10:39:54.810 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动开始动态启动kafka消费者
2024-06-22 10:40:41.613 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息47.100.60.64,47.102.213.144
2024-06-22 10:40:41.620 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.100.60.64:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:40:42.045 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:40:42.046 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.102.213.144:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:40:42.415 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:40:49.439 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:40:49.440 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:40:49.440 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 34 30 34 39 34 30 36 31 31 36 2e 36 38 39 30 32 38 30 33 39 2e 35 32 33 38 35 36 30 31 32 36 2e 30 30 34 34 2e 38 32 30 30 30 30 30 30 33 33 39 30 30 30 31 37 30 30 30 31 39 36 39 37 30 30 30 30 44 33 30 37 30 31 30 2e 35 30 35 30 30 30 30 30 32 34 38 33 37 31 37 37 30 39 32 30 30 30 30 32 30 35 30 30 31 33 39 30 39 30 30 30 36 30 36 35 37 2e 32 33 30 30 30 30 33 37 30 30 30 30 39 30 31 34 30 30 30 35 39 37 30 30 30 34 30 30 30 33 30 30 30 31 36 30 30 30 30 36 30 30 30 30 30 39 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f3 7E
2024-06-22 10:40:49.454 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719024049406, longitude=116.6890280, latitude=39.5238560, speed=126.00, mileage=44.82000000, dischargeVoltage=339000, dischargeCurrent=17000, insulationResistance=196970000, gear=D, accelerationPedal=30, brakePedal=70, fuelConsumption=10.50, motorControllerTemperature=500000, motorSpeed=24837, motorTorque=1770, motorTemperature=920000, motorVoltage=20500, motorCurrent=13909000, powerBattery=60657., maxFeedbackPower=230000, maxDischargePower=370000, bmsSelfCheck=90, powerBatteryCurrent=14000, powerBatteryV3=597000, maxVoltage=4000, minVoltage=3000, maxTemperature=160000, minTemperature=600000, availableCapacity=900000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:40:49.505 [MQTT Call: protocol-parsing] INFO org.apache.kafka.clients.producer.ProducerConfig:372 - ProducerConfig values:
acks = 1
batch.size = 16384
bootstrap.servers = [localhost:9092]
buffer.memory = 33554432
client.dns.lookup = use_all_dns_ips
client.id = producer-1
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = false
interceptor.classes = []
internal.auto.downgrade.txn.commit = false
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 = null
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.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.mechanism = GSSAPI
security.protocol = 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
2024-06-22 10:40:49.517 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:40:49.518 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:40:49.518 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024049517
2024-06-22 10:40:49.520 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:40:49.640 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:701 - 故障信息发送到RabbitMQ
2024-06-22 10:40:49.640 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:282 - 该车故障GZ001信息首次存储到本地缓存和Redis中并发送到RabbitMQ
2024-06-22 10:40:59.649 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:39 - 过期redis数据ZEQA6V2Z98M9ZMFZF-GZ001
2024-06-22 10:40:59.649 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:41 - pattern:[95, 95, 107, 101, 121, 101, 118, 101, 110, 116, 64, 42, 95, 95, 58, 101, 120, 112, 105, 114, 101, 100]
2024-06-22 10:40:59.650 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:43 - 过期redis数据ZEQA6V2Z98M9ZMFZF-GZ001
2024-06-22 10:42:57.010 [kafka-coordinator-heartbeat-thread | Topics] INFO o.a.k.c.consumer.internals.AbstractCoordinator:911 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Group coordinator xiaoxin:9092 (id: 2147483647 rack: null) is unavailable or invalid due to cause: session timed out without receiving a heartbeat response.isDisconnected: false. Rediscovery will be attempted.
2024-06-22 10:42:57.010 [HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.HikariPool:788 - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=2m4s187ms497µs700ns).
2024-06-22 10:42:57.010 [kafka-coordinator-heartbeat-thread | Topics] INFO o.a.k.c.consumer.internals.AbstractCoordinator:911 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Group coordinator xiaoxin:9092 (id: 2147483647 rack: null) is unavailable or invalid due to cause: session timed out without receiving a heartbeat response.isDisconnected: false. Rediscovery will be attempted.
2024-06-22 10:42:57.010 [kafka-coordinator-heartbeat-thread | Topics] INFO o.a.k.c.consumer.internals.AbstractCoordinator:911 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Group coordinator xiaoxin:9092 (id: 2147483647 rack: null) is unavailable or invalid due to cause: session timed out without receiving a heartbeat response.isDisconnected: false. Rediscovery will be attempted.
2024-06-22 10:42:57.014 [MQTT Ping: protocol-parsing] ERROR o.eclipse.paho.client.mqttv3.internal.ClientState:210 - protocol-parsing: Timed out as no write activity, keepAlive=60,000,000,000 lastOutboundActivity=8,045,294,583,600 lastInboundActivity=8,045,314,921,900 time=8,179,908,755,300 lastPing=0
2024-06-22 10:42:57.013 [MQTT Ping: protocol-parsing] ERROR o.eclipse.paho.client.mqttv3.internal.ClientState:210 - protocol-parsing: Timed out as no write activity, keepAlive=60,000,000,000 lastOutboundActivity=8,044,926,690,100 lastInboundActivity=8,052,338,804,700 time=8,179,908,747,900 lastPing=0
2024-06-22 10:42:57.014 [AMQP Connection 101.34.243.166:5672] WARN com.rabbitmq.client.impl.ForgivingExceptionHandler:115 - An unexpected connection driver error occurred (Exception message: Connection reset)
2024-06-22 10:42:57.016 [kafka-coordinator-heartbeat-thread | Partitions] INFO o.a.k.c.consumer.internals.AbstractCoordinator:911 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Group coordinator xiaoxin:9092 (id: 2147483647 rack: null) is unavailable or invalid due to cause: session timed out without receiving a heartbeat response.isDisconnected: false. Rediscovery will be attempted.
2024-06-22 10:42:57.016 [Thread-1] INFO org.apache.kafka.clients.FetchSessionHandler:481 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Error sending fetch request (sessionId=1204625898, epoch=130) to node 0:
org.apache.kafka.common.errors.DisconnectException: null
2024-06-22 10:42:57.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:42:57.017 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:42:57.017 [container-2] ERROR com.muyu.event.redis.RedisKeyExpirationListener:51 - 【修改支付订单过期状态异常】java.net.SocketException: Connection reset by peer
2024-06-22 10:42:57.017 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:42:57.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:42:57.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:42:57.017 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:911 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Group coordinator xiaoxin:9092 (id: 2147483647 rack: null) is unavailable or invalid due to cause: coordinator unavailable.isDisconnected: true. Rediscovery will be attempted.
2024-06-22 10:42:57.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:911 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Group coordinator xiaoxin:9092 (id: 2147483647 rack: null) is unavailable or invalid due to cause: coordinator unavailable.isDisconnected: false. Rediscovery will be attempted.
2024-06-22 10:42:57.021 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:42:57.021 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:911 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Group coordinator xiaoxin:9092 (id: 2147483647 rack: null) is unavailable or invalid due to cause: coordinator unavailable.isDisconnected: false. Rediscovery will be attempted.
2024-06-22 10:42:57.045 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:42:57.052 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:42:57.045 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:42:57.052 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:42:57.045 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:42:57.053 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:42:57.082 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:42:57.085 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Attempt to heartbeat with Generation{generationId=13, memberId='consumer-Partitions-1-54c936e9-9986-44e5-b174-fb3a9fdb1b82', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation
2024-06-22 10:42:57.085 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1130 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Failing OffsetCommit request since the consumer is not part of an active group
2024-06-22 10:42:57.085 [Thread-1] WARN o.a.k.c.consumer.internals.ConsumerCoordinator:1069 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Synchronous auto-commit of offsets {test1-0=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, test1-6=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, test1-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, test1-7=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, test1-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, test1-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, test1-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, test1-3=OffsetAndMetadata{offset=38, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2024-06-22 10:42:57.085 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:691 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Giving away all assigned partitions as lost since generation has been reset,indicating that consumer is no longer part of the group
2024-06-22 10:42:57.085 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:326 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Lost previously assigned partitions test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:42:57.085 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:42:57.087 [Thread-1] ERROR o.a.k.c.consumer.internals.ConsumerCoordinator:1190 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Offset commit failed on partition test1-6 at offset 0: The coordinator is not aware of this member.
2024-06-22 10:42:57.087 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1246 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] OffsetCommit failed with Generation{generationId=13, memberId='consumer-Partitions-1-54c936e9-9986-44e5-b174-fb3a9fdb1b82', protocol='range'}: The coordinator is not aware of this member.
2024-06-22 10:42:57.087 [Thread-1] WARN o.a.k.c.consumer.internals.ConsumerCoordinator:1048 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Asynchronous auto-commit of offsets {test1-0=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, test1-6=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, test1-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, test1-7=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, test1-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, test1-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, test1-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, test1-3=OffsetAndMetadata{offset=38, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer member's generation is already stale, meaning it has already participated another rebalance and got a new generation. You can try completing the rebalance by calling poll() and then retry commit again
2024-06-22 10:42:57.088 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:42:57.089 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=15, memberId='consumer-Partitions-1-eefc1282-19f2-494d-9dca-8aca2079c55c', protocol='range'}
2024-06-22 10:42:57.089 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 15: {consumer-Partitions-1-eefc1282-19f2-494d-9dca-8aca2079c55c=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:42:57.091 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=15, memberId='consumer-Partitions-1-eefc1282-19f2-494d-9dca-8aca2079c55c', protocol='range'}
2024-06-22 10:42:57.091 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:42:57.091 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:42:57.092 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:42:57.092 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:42:57.092 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:42:57.092 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:42:57.092 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:42:57.092 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:42:57.092 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:42:57.092 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=38, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:42:57.105 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Revoke previously assigned partitions test1-5, test1-4, test1-3
2024-06-22 10:42:57.106 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-5, test1-4, test1-3]
2024-06-22 10:42:57.107 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Member consumer-Topics-3-b2c511aa-e422-47dc-9a75-b97241ebb014 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:42:57.107 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:42:57.108 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1140 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Attempt to heartbeat with stale Generation{generationId=20, memberId='consumer-Topics-3-b2c511aa-e422-47dc-9a75-b97241ebb014', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, ignoring the error
2024-06-22 10:42:57.109 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] ERROR o.a.k.c.consumer.internals.AbstractCoordinator:1080 - [Consumer clientId=consumer-Topics-3, groupId=Topics] LeaveGroup request with Generation{generationId=20, memberId='consumer-Topics-3-b2c511aa-e422-47dc-9a75-b97241ebb014', protocol='range'} failed with error: The coordinator is not aware of this member.
2024-06-22 10:42:57.109 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:42:57.109 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:42:57.109 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:42:57.110 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-3 unregistered
2024-06-22 10:42:57.112 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:42:57.122 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Revoke previously assigned partitions test1-6, test1-7
2024-06-22 10:42:57.122 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-2, test1-1
2024-06-22 10:42:57.122 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7]
2024-06-22 10:42:57.122 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1]
2024-06-22 10:42:57.122 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:42:57.123 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:42:57.123 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:42:57.123 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:42:57.123 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:42:57.123 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:42:57.123 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:42:57.123 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:42:57.125 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-4 unregistered
2024-06-22 10:42:57.125 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:42:57.125 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-2 unregistered
2024-06-22 10:42:57.126 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:42:57.126 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:42:57.126 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:42:57.126 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:42:57.132 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms.
2024-06-22 10:42:57.133 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:42:57.133 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:42:57.133 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:42:57.133 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered
2024-06-22 10:42:57.255 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-06-22 10:42:57.259 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-06-22 10:43:05.029 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 25840 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 10:43:05.030 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 10:43:05.030 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 10:43:05.502 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 10:43:05.504 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 10:43:05.526 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2024-06-22 10:43:05.761 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$2d068c5f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:43:05.844 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:43:05.845 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:43:05.847 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:43:05.858 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:43:05.893 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:43:05.899 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:43:06.122 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 10:43:06.129 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-06-22 10:43:06.130 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68]
2024-06-22 10:43:06.228 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-06-22 10:43:06.229 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1169 ms
2024-06-22 10:43:06.826 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 10:43:07.169 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 10:43:07.175 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 10:43:07.192 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 10:43:07.227 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 10:43:07.243 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:43:07.297 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:43:07.297 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:43:07.297 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024187296
2024-06-22 10:43:07.298 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 10:43:07.513 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:43:07.514 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:43:07.515 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:43:07.521 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:43:07.523 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=17, memberId='consumer-Partitions-1-d984fe31-e582-4f6b-946c-06b38cf18ecc', protocol='range'}
2024-06-22 10:43:07.524 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 17: {consumer-Partitions-1-d984fe31-e582-4f6b-946c-06b38cf18ecc=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:43:07.527 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=17, memberId='consumer-Partitions-1-d984fe31-e582-4f6b-946c-06b38cf18ecc', protocol='range'}
2024-06-22 10:43:07.527 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:43:07.528 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:43:07.533 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:07.533 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:07.533 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:07.533 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:07.534 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:07.534 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:07.534 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:07.534 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=38, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:07.773 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb.......
2024-06-22 10:43:07.835 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~
2024-06-22 10:43:08.502 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-2
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:43:08.507 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:43:08.507 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:43:08.508 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024188507
2024-06-22 10:43:08.509 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:43:08.515 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-3
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:43:08.518 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:43:08.519 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:43:08.519 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:43:08.519 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:43:08.519 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024188519
2024-06-22 10:43:08.519 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:43:08.519 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:43:08.521 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-4
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:43:08.523 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:43:08.523 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:43:08.524 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:43:08.524 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:43:08.524 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:43:08.524 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024188524
2024-06-22 10:43:08.524 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=22, memberId='consumer-Topics-2-35591db9-a1b6-41c5-a59c-013f46a45e35', protocol='range'}
2024-06-22 10:43:08.524 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:43:08.524 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:43:08.524 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 22: {consumer-Topics-2-35591db9-a1b6-41c5-a59c-013f46a45e35=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:43:08.526 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=22, memberId='consumer-Topics-2-35591db9-a1b6-41c5-a59c-013f46a45e35', protocol='range'}
2024-06-22 10:43:08.526 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:43:08.526 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:43:08.526 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:43:08.527 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:43:08.527 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:43:08.528 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:43:08.529 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:08.529 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:08.529 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:08.529 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:08.529 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:08.529 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:08.529 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:08.529 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=38, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:08.530 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 10:43:08.530 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:43:08.535 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path ''
2024-06-22 10:43:08.657 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672]
2024-06-22 10:43:08.818 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#299a43d9:0/SimpleConnection@1d7f2719 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 61152]
2024-06-22 10:43:09.385 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.617 seconds (JVM running for 5.061)
2024-06-22 10:43:09.387 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动开始动态启动kafka消费者
2024-06-22 10:43:11.525 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Attempt to heartbeat failed since group is rebalancing
2024-06-22 10:43:11.527 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:43:11.527 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 10:43:11.527 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:43:11.529 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully joined group with generation Generation{generationId=23, memberId='consumer-Topics-4-2eb0f9b9-8207-435d-b0d3-359b994dcfd8', protocol='range'}
2024-06-22 10:43:11.529 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=23, memberId='consumer-Topics-3-f7f48b77-66bb-4e6b-a35b-acb43e7f6c82', protocol='range'}
2024-06-22 10:43:11.530 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=23, memberId='consumer-Topics-2-35591db9-a1b6-41c5-a59c-013f46a45e35', protocol='range'}
2024-06-22 10:43:11.531 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 23: {consumer-Topics-4-2eb0f9b9-8207-435d-b0d3-359b994dcfd8=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-3-f7f48b77-66bb-4e6b-a35b-acb43e7f6c82=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-35591db9-a1b6-41c5-a59c-013f46a45e35=Assignment(partitions=[test1-0, test1-1, test1-2])}
2024-06-22 10:43:11.532 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=23, memberId='consumer-Topics-2-35591db9-a1b6-41c5-a59c-013f46a45e35', protocol='range'}
2024-06-22 10:43:11.532 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=23, memberId='consumer-Topics-3-f7f48b77-66bb-4e6b-a35b-acb43e7f6c82', protocol='range'}
2024-06-22 10:43:11.532 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully synced group in generation Generation{generationId=23, memberId='consumer-Topics-4-2eb0f9b9-8207-435d-b0d3-359b994dcfd8', protocol='range'}
2024-06-22 10:43:11.532 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5])
2024-06-22 10:43:11.532 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2])
2024-06-22 10:43:11.533 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7])
2024-06-22 10:43:11.533 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-5, test1-4, test1-3
2024-06-22 10:43:11.533 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Adding newly assigned partitions: test1-6, test1-7
2024-06-22 10:43:11.533 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1
2024-06-22 10:43:11.534 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:11.534 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:11.535 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:11.535 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:11.535 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:11.535 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7]
2024-06-22 10:43:11.535 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:11.535 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=38, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:11.535 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:43:11.535 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-5, test1-4, test1-3]
2024-06-22 10:43:11.535 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1]
2024-06-22 10:43:34.357 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息47.100.60.64,47.102.213.144
2024-06-22 10:43:34.361 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.100.60.64:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:43:34.795 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:43:34.795 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.102.213.144:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:43:35.170 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:43:39.624 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:43:39.624 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:43:39.625 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 34 32 31 39 35 39 32 31 31 36 2e 36 39 30 31 37 36 30 33 39 2e 35 32 34 35 38 30 30 31 38 30 2e 30 30 34 34 2e 39 32 30 30 30 30 30 30 32 32 39 30 30 30 33 33 30 30 30 31 32 36 39 37 30 30 30 30 44 36 30 36 30 31 30 2e 39 30 39 35 30 30 30 30 35 30 38 35 36 31 35 34 30 38 32 30 30 30 30 32 39 38 30 30 32 35 31 34 30 30 30 30 36 30 36 34 36 2e 36 37 30 30 30 30 33 32 30 30 30 30 31 32 36 30 30 30 30 36 39 33 30 30 30 34 30 30 30 34 30 30 30 39 30 30 30 30 30 31 36 30 30 30 30 37 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f1 7E
2024-06-22 10:43:39.639 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719024219592, longitude=116.6901760, latitude=39.5245800, speed=180.00, mileage=44.92000000, dischargeVoltage=229000, dischargeCurrent=33000, insulationResistance=126970000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=10.90, motorControllerTemperature=950000, motorSpeed=50856, motorTorque=1540, motorTemperature=820000, motorVoltage=29800, motorCurrent=25140000, powerBattery=60646., maxFeedbackPower=670000, maxDischargePower=320000, bmsSelfCheck=12, powerBatteryCurrent=60000, powerBatteryV3=693000, maxVoltage=4000, minVoltage=4000, maxTemperature=900000, minTemperature=160000, availableCapacity=760000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:43:39.689 [MQTT Call: protocol-parsing] INFO org.apache.kafka.clients.producer.ProducerConfig:372 - ProducerConfig values:
acks = 1
batch.size = 16384
bootstrap.servers = [localhost:9092]
buffer.memory = 33554432
client.dns.lookup = use_all_dns_ips
client.id = producer-1
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = false
interceptor.classes = []
internal.auto.downgrade.txn.commit = false
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 = null
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.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.mechanism = GSSAPI
security.protocol = 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
2024-06-22 10:43:39.700 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:43:39.701 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:43:39.701 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024219700
2024-06-22 10:43:39.708 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:43:39.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:701 - 故障信息发送到RabbitMQ
2024-06-22 10:43:39.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:282 - 该车故障GZ001信息首次存储到本地缓存和Redis中并发送到RabbitMQ
2024-06-22 10:43:49.852 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:39 - 过期redis数据ZEQA6V2Z98M9ZMFZF-GZ001
2024-06-22 10:43:49.853 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:41 - pattern:[95, 95, 107, 101, 121, 101, 118, 101, 110, 116, 64, 42, 95, 95, 58, 101, 120, 112, 105, 114, 101, 100]
2024-06-22 10:43:49.853 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:43 - 过期redis数据ZEQA6V2Z98M9ZMFZF-GZ001
2024-06-22 10:47:34.784 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:47:34.802 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:47:34.820 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:47:35.488 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:47:35.578 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:47:35.608 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:47:35.621 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-2, test1-1
2024-06-22 10:47:35.621 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1]
2024-06-22 10:47:35.622 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Member consumer-Topics-2-35591db9-a1b6-41c5-a59c-013f46a45e35 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:47:35.622 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Revoke previously assigned partitions test1-6, test1-7
2024-06-22 10:47:35.622 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Revoke previously assigned partitions test1-5, test1-4, test1-3
2024-06-22 10:47:35.622 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7]
2024-06-22 10:47:35.622 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Member consumer-Topics-4-2eb0f9b9-8207-435d-b0d3-359b994dcfd8 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:47:35.622 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:47:35.622 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:47:35.622 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-5, test1-4, test1-3]
2024-06-22 10:47:35.622 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Member consumer-Topics-3-f7f48b77-66bb-4e6b-a35b-acb43e7f6c82 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:47:35.622 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:47:35.624 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:47:35.624 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:47:35.624 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:47:35.624 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:47:35.624 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:47:35.624 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:47:35.626 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-2 unregistered
2024-06-22 10:47:35.626 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:47:35.627 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-4 unregistered
2024-06-22 10:47:35.627 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:47:35.627 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:47:35.627 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:47:35.627 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:47:35.627 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-3 unregistered
2024-06-22 10:47:35.627 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:47:35.628 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:47:35.628 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:47:35.628 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:47:35.633 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms.
2024-06-22 10:47:35.633 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:47:35.634 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:47:35.634 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:47:35.634 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered
2024-06-22 10:47:35.790 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-06-22 10:47:35.794 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-06-22 10:47:43.530 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 460 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 10:47:43.531 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 10:47:43.532 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 10:47:44.015 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 10:47:44.017 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 10:47:44.037 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2024-06-22 10:47:44.261 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$faefdb65] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:47:44.347 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:47:44.349 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:47:44.351 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:47:44.362 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:47:44.391 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:47:44.395 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:47:44.616 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 10:47:44.622 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-06-22 10:47:44.623 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68]
2024-06-22 10:47:44.714 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-06-22 10:47:44.714 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1151 ms
2024-06-22 10:47:45.296 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 10:47:45.636 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 10:47:45.642 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 10:47:45.659 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 10:47:45.703 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 10:47:45.719 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:47:45.769 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:47:45.769 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:47:45.769 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024465768
2024-06-22 10:47:45.770 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 10:47:46.005 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:47:46.006 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:47:46.008 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:47:46.015 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:47:46.016 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=19, memberId='consumer-Partitions-1-39446727-eef7-4457-a0c6-06ec0cf42a4b', protocol='range'}
2024-06-22 10:47:46.018 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 19: {consumer-Partitions-1-39446727-eef7-4457-a0c6-06ec0cf42a4b=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:47:46.021 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=19, memberId='consumer-Partitions-1-39446727-eef7-4457-a0c6-06ec0cf42a4b', protocol='range'}
2024-06-22 10:47:46.021 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:47:46.023 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:47:46.031 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:46.031 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:46.031 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:46.031 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:46.032 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:46.032 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:46.032 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:46.032 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=39, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:46.255 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb.......
2024-06-22 10:47:46.322 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~
2024-06-22 10:47:46.975 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-2
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:47:46.979 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:47:46.979 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:47:46.979 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024466979
2024-06-22 10:47:46.980 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:47:46.986 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-3
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:47:46.989 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:47:46.989 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:47:46.989 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024466989
2024-06-22 10:47:46.989 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:47:46.989 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:47:46.990 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:47:46.990 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:47:46.990 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-4
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:47:46.994 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:47:46.994 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:47:46.994 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:47:46.994 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024466994
2024-06-22 10:47:46.994 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:47:46.994 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:47:46.995 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:47:46.996 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:47:46.996 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=25, memberId='consumer-Topics-2-9263a6ff-6f87-4c39-aeb2-ca2e295e0a34', protocol='range'}
2024-06-22 10:47:46.996 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 25: {consumer-Topics-2-9263a6ff-6f87-4c39-aeb2-ca2e295e0a34=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:47:46.997 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:47:46.997 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=25, memberId='consumer-Topics-2-9263a6ff-6f87-4c39-aeb2-ca2e295e0a34', protocol='range'}
2024-06-22 10:47:46.998 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:47:46.998 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:47:46.998 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:47:46.998 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:47:46.998 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:47:47.000 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:47:47.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:47.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:47.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:47.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:47.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:47.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:47.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:47.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=39, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:47.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 10:47:47.005 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path ''
2024-06-22 10:47:47.126 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672]
2024-06-22 10:47:47.250 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#51743cc0:0/SimpleConnection@78ca8258 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 61354]
2024-06-22 10:47:47.694 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.426 seconds (JVM running for 4.889)
2024-06-22 10:47:47.695 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动开始动态启动kafka消费者
2024-06-22 10:47:50.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Attempt to heartbeat failed since group is rebalancing
2024-06-22 10:47:50.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:47:50.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 10:47:50.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:47:50.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=26, memberId='consumer-Topics-2-9263a6ff-6f87-4c39-aeb2-ca2e295e0a34', protocol='range'}
2024-06-22 10:47:50.014 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=26, memberId='consumer-Topics-3-89098317-3dbf-4772-813f-e63af555010c', protocol='range'}
2024-06-22 10:47:50.014 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully joined group with generation Generation{generationId=26, memberId='consumer-Topics-4-0bea77b2-7cfc-4196-b962-455e45f645e9', protocol='range'}
2024-06-22 10:47:50.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 26: {consumer-Topics-4-0bea77b2-7cfc-4196-b962-455e45f645e9=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-3-89098317-3dbf-4772-813f-e63af555010c=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-9263a6ff-6f87-4c39-aeb2-ca2e295e0a34=Assignment(partitions=[test1-0, test1-1, test1-2])}
2024-06-22 10:47:50.017 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=26, memberId='consumer-Topics-3-89098317-3dbf-4772-813f-e63af555010c', protocol='range'}
2024-06-22 10:47:50.017 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5])
2024-06-22 10:47:50.017 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-5, test1-4, test1-3
2024-06-22 10:47:50.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=26, memberId='consumer-Topics-2-9263a6ff-6f87-4c39-aeb2-ca2e295e0a34', protocol='range'}
2024-06-22 10:47:50.017 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully synced group in generation Generation{generationId=26, memberId='consumer-Topics-4-0bea77b2-7cfc-4196-b962-455e45f645e9', protocol='range'}
2024-06-22 10:47:50.017 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7])
2024-06-22 10:47:50.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2])
2024-06-22 10:47:50.018 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1
2024-06-22 10:47:50.018 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Adding newly assigned partitions: test1-6, test1-7
2024-06-22 10:47:50.019 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:50.019 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:50.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:50.020 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:50.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:50.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1]
2024-06-22 10:47:50.020 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:50.020 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:50.020 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7]
2024-06-22 10:47:50.020 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=39, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:47:50.020 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-5, test1-4, test1-3]
2024-06-22 10:48:20.074 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息47.100.60.64,47.102.213.144
2024-06-22 10:48:20.077 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.100.60.64:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:48:20.486 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:48:20.487 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.102.213.144:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:48:20.903 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:49:35.006 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:49:35.040 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:49:35.065 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:49:35.404 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:49:35.650 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:49:35.680 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:49:35.694 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Revoke previously assigned partitions test1-6, test1-7
2024-06-22 10:49:35.694 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Revoke previously assigned partitions test1-5, test1-4, test1-3
2024-06-22 10:49:35.694 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-2, test1-1
2024-06-22 10:49:35.695 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-5, test1-4, test1-3]
2024-06-22 10:49:35.695 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1]
2024-06-22 10:49:35.695 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7]
2024-06-22 10:49:35.695 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Member consumer-Topics-2-9263a6ff-6f87-4c39-aeb2-ca2e295e0a34 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:49:35.695 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Member consumer-Topics-3-89098317-3dbf-4772-813f-e63af555010c sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:49:35.695 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Member consumer-Topics-4-0bea77b2-7cfc-4196-b962-455e45f645e9 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:49:35.695 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:49:35.695 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:49:35.695 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:49:35.696 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:49:35.697 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:49:35.697 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:49:35.697 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:49:35.697 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:49:35.697 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:49:35.698 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:49:35.698 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:49:35.698 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:49:35.698 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-2 unregistered
2024-06-22 10:49:35.698 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:49:35.699 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-4 unregistered
2024-06-22 10:49:35.699 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:49:35.699 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-3 unregistered
2024-06-22 10:49:35.699 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:49:35.700 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:49:35.700 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:49:35.700 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:49:35.848 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-06-22 10:49:35.853 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-06-22 10:49:44.553 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 27188 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 10:49:44.555 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 10:49:44.556 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 10:49:45.149 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 10:49:45.151 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 10:49:45.182 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 14 ms. Found 0 Redis repository interfaces.
2024-06-22 10:49:45.459 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$faefdb65] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:49:45.542 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:49:45.543 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:49:45.546 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:49:45.561 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:49:45.596 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:49:45.601 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:49:45.834 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 10:49:45.842 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-06-22 10:49:45.842 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68]
2024-06-22 10:49:45.948 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-06-22 10:49:45.948 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1342 ms
2024-06-22 10:49:46.598 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 10:49:46.961 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 10:49:46.967 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 10:49:46.984 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 10:49:47.024 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 10:49:47.039 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:49:47.092 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:49:47.092 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:49:47.092 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024587091
2024-06-22 10:49:47.094 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 10:49:47.312 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:49:47.312 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:49:47.314 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:49:47.320 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:49:47.321 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=21, memberId='consumer-Partitions-1-a81e6c92-b2c0-42cc-8e1d-177ad6bd312b', protocol='range'}
2024-06-22 10:49:47.322 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 21: {consumer-Partitions-1-a81e6c92-b2c0-42cc-8e1d-177ad6bd312b=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:49:47.325 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=21, memberId='consumer-Partitions-1-a81e6c92-b2c0-42cc-8e1d-177ad6bd312b', protocol='range'}
2024-06-22 10:49:47.326 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:49:47.327 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:49:47.332 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:49:47.332 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:49:47.332 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:49:47.332 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:49:47.332 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:49:47.333 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:49:47.333 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:49:47.333 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=39, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:49:47.564 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb.......
2024-06-22 10:49:47.644 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~
2024-06-22 10:49:48.335 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-2
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:49:48.339 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:49:48.339 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:49:48.339 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024588339
2024-06-22 10:49:48.341 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:49:48.347 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-3
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:49:48.350 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:49:48.350 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:49:48.350 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024588350
2024-06-22 10:49:48.350 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:49:48.350 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:49:48.350 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:49:48.351 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:49:48.351 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-4
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:49:48.353 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:49:48.353 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:49:48.353 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:49:48.354 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:49:48.354 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024588353
2024-06-22 10:49:48.354 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:49:48.354 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:49:48.355 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:49:48.356 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:49:48.356 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:49:48.357 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:49:48.357 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=28, memberId='consumer-Topics-2-99d5c7b0-b47f-4dd1-9da6-696891e77f13', protocol='range'}
2024-06-22 10:49:48.357 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 28: {consumer-Topics-2-99d5c7b0-b47f-4dd1-9da6-696891e77f13=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:49:48.357 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:49:48.358 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:783 - [Consumer clientId=consumer-Topics-2, groupId=Topics] SyncGroup failed: The group began another rebalance. Need to re-join the group. Sent generation was Generation{generationId=28, memberId='consumer-Topics-2-99d5c7b0-b47f-4dd1-9da6-696891e77f13', protocol='range'}
2024-06-22 10:49:48.359 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:49:48.360 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:470 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Rebalance failed.
org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebalancing, so a rejoin is needed.
2024-06-22 10:49:48.361 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:49:48.362 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully joined group with generation Generation{generationId=29, memberId='consumer-Topics-4-ceedf78a-9b1d-4713-b5c6-61230c6a9b93', protocol='range'}
2024-06-22 10:49:48.362 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=29, memberId='consumer-Topics-3-50355dee-01ec-41aa-bb0a-78a3100e45c3', protocol='range'}
2024-06-22 10:49:48.362 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=29, memberId='consumer-Topics-2-99d5c7b0-b47f-4dd1-9da6-696891e77f13', protocol='range'}
2024-06-22 10:49:48.362 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 29: {consumer-Topics-4-ceedf78a-9b1d-4713-b5c6-61230c6a9b93=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-3-50355dee-01ec-41aa-bb0a-78a3100e45c3=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-99d5c7b0-b47f-4dd1-9da6-696891e77f13=Assignment(partitions=[test1-0, test1-1, test1-2])}
2024-06-22 10:49:48.364 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=29, memberId='consumer-Topics-3-50355dee-01ec-41aa-bb0a-78a3100e45c3', protocol='range'}
2024-06-22 10:49:48.364 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully synced group in generation Generation{generationId=29, memberId='consumer-Topics-4-ceedf78a-9b1d-4713-b5c6-61230c6a9b93', protocol='range'}
2024-06-22 10:49:48.364 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=29, memberId='consumer-Topics-2-99d5c7b0-b47f-4dd1-9da6-696891e77f13', protocol='range'}
2024-06-22 10:49:48.364 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5])
2024-06-22 10:49:48.364 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2])
2024-06-22 10:49:48.364 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7])
2024-06-22 10:49:48.364 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1
2024-06-22 10:49:48.364 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-5, test1-4, test1-3
2024-06-22 10:49:48.364 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Adding newly assigned partitions: test1-6, test1-7
2024-06-22 10:49:48.366 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path ''
2024-06-22 10:49:48.366 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:49:48.366 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:49:48.366 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:49:48.367 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:49:48.367 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:49:48.367 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:49:48.367 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=39, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:49:48.367 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:49:48.367 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-5, test1-4, test1-3]
2024-06-22 10:49:48.367 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1]
2024-06-22 10:49:48.367 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7]
2024-06-22 10:49:48.483 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672]
2024-06-22 10:49:48.625 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#51743cc0:0/SimpleConnection@137db13f [delegate=amqp://guest@101.34.243.166:5672/, localPort= 61486]
2024-06-22 10:49:49.123 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.985 seconds (JVM running for 5.649)
2024-06-22 10:49:49.124 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动开始动态启动kafka消费者
2024-06-22 10:49:50.272 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息47.100.60.64,47.102.213.144
2024-06-22 10:49:50.276 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.100.60.64:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:49:50.729 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:49:50.729 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.102.213.144:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:49:51.130 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:50:16.887 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:50:16.888 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:50:16.888 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 34 36 31 36 38 35 30 31 31 36 2e 36 39 31 32 30 36 30 33 39 2e 35 32 35 34 35 33 30 31 36 32 2e 30 30 34 35 2e 30 31 30 30 30 30 30 30 31 39 33 30 30 30 34 30 30 30 30 31 35 37 33 35 30 30 30 30 44 35 30 36 30 31 31 2e 30 30 36 35 30 30 30 30 39 30 38 38 33 31 31 34 30 31 32 39 30 30 30 31 33 39 30 30 36 31 33 35 30 30 30 30 36 30 36 33 35 2e 38 31 30 30 30 30 39 30 30 30 30 30 38 30 39 30 30 30 30 35 33 34 30 30 30 34 30 30 30 34 30 30 30 37 30 30 30 30 30 38 33 30 30 30 30 38 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 cf 7E
2024-06-22 10:50:16.903 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719024616850, longitude=116.6912060, latitude=39.5254530, speed=162.00, mileage=45.01000000, dischargeVoltage=193000, dischargeCurrent=40000, insulationResistance=157350000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=11.00, motorControllerTemperature=650000, motorSpeed=90883, motorTorque=1140, motorTemperature=129000, motorVoltage=13900, motorCurrent=61350000, powerBattery=60635., maxFeedbackPower=810000, maxDischargePower=900000, bmsSelfCheck=80, powerBatteryCurrent=90000, powerBatteryV3=534000, maxVoltage=4000, minVoltage=4000, maxTemperature=700000, minTemperature=830000, availableCapacity=840000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:50:16.954 [MQTT Call: protocol-parsing] INFO org.apache.kafka.clients.producer.ProducerConfig:372 - ProducerConfig values:
acks = 1
batch.size = 16384
bootstrap.servers = [localhost:9092]
buffer.memory = 33554432
client.dns.lookup = use_all_dns_ips
client.id = producer-1
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = false
interceptor.classes = []
internal.auto.downgrade.txn.commit = false
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 = null
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.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.mechanism = GSSAPI
security.protocol = 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
2024-06-22 10:50:16.967 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:50:16.968 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:50:16.968 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024616967
2024-06-22 10:50:16.970 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:50:21.655 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:50:21.656 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:50:21.656 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 34 36 31 37 38 35 30 31 31 36 2e 36 39 31 36 38 34 30 33 39 2e 35 32 35 38 36 33 30 31 38 2e 30 30 30 34 35 2e 30 32 30 30 30 30 30 30 31 37 39 30 30 30 34 30 30 30 30 32 33 39 30 30 30 30 30 30 44 38 30 37 30 31 30 2e 31 30 38 32 30 30 30 30 38 32 34 35 30 37 39 35 30 31 32 34 30 30 30 32 39 31 30 30 38 38 35 39 30 30 30 30 36 30 36 33 35 2e 35 38 30 30 30 30 32 34 30 30 30 30 33 30 31 32 30 30 30 33 30 39 30 30 30 34 30 30 30 34 30 30 30 32 37 30 30 30 30 33 37 30 30 30 30 38 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e7 7E
2024-06-22 10:50:21.656 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719024617850, longitude=116.6916840, latitude=39.5258630, speed=18.000, mileage=45.02000000, dischargeVoltage=179000, dischargeCurrent=40000, insulationResistance=239000000, gear=D, accelerationPedal=80, brakePedal=70, fuelConsumption=10.10, motorControllerTemperature=820000, motorSpeed=82450, motorTorque=7950, motorTemperature=124000, motorVoltage=29100, motorCurrent=88590000, powerBattery=60635., maxFeedbackPower=580000, maxDischargePower=240000, bmsSelfCheck=30, powerBatteryCurrent=12000, powerBatteryV3=309000, maxVoltage=4000, minVoltage=4000, maxTemperature=270000, minTemperature=370000, availableCapacity=850000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:50:21.658 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:50:21.658 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:50:21.658 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 34 36 31 38 38 36 35 31 31 36 2e 36 39 32 31 31 33 30 33 39 2e 35 32 35 39 30 39 30 35 34 2e 30 30 30 34 35 2e 30 35 30 30 30 30 30 30 34 37 34 30 30 30 35 30 30 30 30 37 32 38 38 30 30 30 30 30 44 31 30 37 30 39 2e 30 30 30 36 30 30 30 30 30 31 31 36 34 31 37 35 35 30 31 34 33 30 30 30 32 39 33 30 30 35 33 35 38 30 30 30 30 36 30 36 33 35 2e 34 36 30 30 30 30 37 33 30 30 30 30 38 30 30 30 30 30 30 36 39 39 30 30 30 33 30 30 30 34 30 30 30 32 39 30 30 30 30 37 30 30 30 30 30 38 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e7 7E
2024-06-22 10:50:21.658 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719024618865, longitude=116.6921130, latitude=39.5259090, speed=54.000, mileage=45.05000000, dischargeVoltage=474000, dischargeCurrent=50000, insulationResistance=728800000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=9.000, motorControllerTemperature=600000, motorSpeed=11641, motorTorque=7550, motorTemperature=143000, motorVoltage=29300, motorCurrent=53580000, powerBattery=60635., maxFeedbackPower=460000, maxDischargePower=730000, bmsSelfCheck=80, powerBatteryCurrent=00000, powerBatteryV3=699000, maxVoltage=3000, minVoltage=4000, maxTemperature=290000, minTemperature=700000, availableCapacity=830000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:50:21.658 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:50:21.658 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:50:21.658 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 34 36 31 39 38 36 34 31 31 36 2e 36 39 32 34 32 34 30 33 39 2e 35 32 36 31 34 39 30 35 34 2e 30 30 30 34 35 2e 30 38 30 30 30 30 30 30 31 34 36 30 30 30 33 31 30 30 30 34 33 30 33 30 30 30 30 30 44 30 30 34 30 31 30 2e 37 30 36 37 30 30 30 30 31 38 34 39 32 39 35 39 30 38 32 30 30 30 30 31 35 38 30 30 31 30 34 32 30 30 30 30 36 30 36 33 35 2e 36 38 30 30 30 30 38 39 30 30 30 30 34 30 30 30 30 30 30 34 33 31 30 30 30 33 30 30 30 33 30 30 30 35 32 30 30 30 30 38 35 30 30 30 30 37 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 da 7E
2024-06-22 10:50:21.658 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719024619864, longitude=116.6924240, latitude=39.5261490, speed=54.000, mileage=45.08000000, dischargeVoltage=146000, dischargeCurrent=31000, insulationResistance=430300000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=10.70, motorControllerTemperature=670000, motorSpeed=18492, motorTorque=9590, motorTemperature=820000, motorVoltage=15800, motorCurrent=10420000, powerBattery=60635., maxFeedbackPower=680000, maxDischargePower=890000, bmsSelfCheck=40, powerBatteryCurrent=00000, powerBatteryV3=431000, maxVoltage=3000, minVoltage=3000, maxTemperature=520000, minTemperature=850000, availableCapacity=770000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:50:21.659 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:50:21.659 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:50:21.659 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 34 36 32 30 38 36 31 31 31 36 2e 36 39 33 32 30 37 30 33 39 2e 35 32 36 32 33 31 30 37 32 2e 30 30 30 34 35 2e 31 32 30 30 30 30 30 30 36 31 35 30 30 30 31 34 30 30 30 36 36 30 31 30 30 30 30 30 44 35 30 39 30 39 2e 35 30 30 37 37 30 30 30 30 39 34 32 32 35 37 39 37 30 35 30 30 30 30 30 32 36 34 30 30 38 31 34 32 30 30 30 30 36 30 36 33 35 2e 36 35 30 30 30 30 34 39 30 30 30 30 35 30 32 30 30 30 30 36 37 32 30 30 30 34 30 30 30 33 30 30 30 36 36 30 30 30 30 37 30 30 30 30 30 31 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ce 7E
2024-06-22 10:50:21.659 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719024620861, longitude=116.6932070, latitude=39.5262310, speed=72.000, mileage=45.12000000, dischargeVoltage=615000, dischargeCurrent=14000, insulationResistance=660100000, gear=D, accelerationPedal=50, brakePedal=90, fuelConsumption=9.500, motorControllerTemperature=770000, motorSpeed=94225, motorTorque=7970, motorTemperature=500000, motorVoltage=26400, motorCurrent=81420000, powerBattery=60635., maxFeedbackPower=650000, maxDischargePower=490000, bmsSelfCheck=50, powerBatteryCurrent=20000, powerBatteryV3=672000, maxVoltage=4000, minVoltage=3000, maxTemperature=660000, minTemperature=700000, availableCapacity=110000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:50:21.685 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:701 - 故障信息发送到RabbitMQ
2024-06-22 10:50:21.686 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:282 - 该车故障GZ001信息首次存储到本地缓存和Redis中并发送到RabbitMQ
2024-06-22 10:50:21.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:50:21.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:50:21.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:50:21.893 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:50:21.894 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:50:21.894 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 34 36 32 31 38 36 31 31 31 36 2e 36 39 34 36 31 39 30 33 39 2e 35 32 36 33 34 33 30 31 34 34 2e 30 30 34 35 2e 32 30 30 30 30 30 30 30 33 36 37 30 30 30 31 35 30 30 30 38 31 30 35 30 30 30 30 30 44 36 30 37 30 31 31 2e 33 30 37 30 30 30 30 30 36 36 36 32 36 38 37 31 30 31 31 39 30 30 30 31 36 31 30 30 31 33 34 31 31 30 30 30 36 30 36 32 34 2e 31 30 30 30 30 30 35 36 30 30 30 30 31 32 36 30 30 30 30 36 30 39 30 30 30 34 30 30 30 34 30 30 30 32 30 30 30 30 30 34 34 30 30 30 30 32 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 be 7E
2024-06-22 10:50:21.894 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719024621861, longitude=116.6946190, latitude=39.5263430, speed=144.00, mileage=45.20000000, dischargeVoltage=367000, dischargeCurrent=15000, insulationResistance=810500000, gear=D, accelerationPedal=60, brakePedal=70, fuelConsumption=11.30, motorControllerTemperature=700000, motorSpeed=66626, motorTorque=8710, motorTemperature=119000, motorVoltage=16100, motorCurrent=13411000, powerBattery=60624., maxFeedbackPower=100000, maxDischargePower=560000, bmsSelfCheck=12, powerBatteryCurrent=60000, powerBatteryV3=609000, maxVoltage=4000, minVoltage=4000, maxTemperature=200000, minTemperature=440000, availableCapacity=290000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:50:21.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:50:21.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:50:22.893 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:50:22.893 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:50:22.894 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 34 36 32 32 38 36 34 31 31 36 2e 36 39 35 33 39 37 30 33 39 2e 35 32 36 33 39 37 30 35 34 2e 30 30 30 34 35 2e 32 33 30 30 30 30 30 30 32 38 37 30 30 30 32 31 30 30 30 32 34 33 36 37 30 30 30 30 44 35 30 32 30 31 31 2e 38 30 36 30 30 30 30 30 34 38 37 35 31 32 33 32 30 35 30 30 30 30 30 31 32 35 30 30 31 33 36 30 30 30 30 30 36 30 36 32 34 2e 34 34 30 30 30 30 36 33 30 30 30 30 39 30 38 30 30 30 30 36 35 30 30 30 30 33 30 30 30 33 30 30 30 32 31 30 30 30 30 31 36 30 30 30 30 35 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c7 7E
2024-06-22 10:50:22.894 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719024622864, longitude=116.6953970, latitude=39.5263970, speed=54.000, mileage=45.23000000, dischargeVoltage=287000, dischargeCurrent=21000, insulationResistance=243670000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=11.80, motorControllerTemperature=600000, motorSpeed=48751, motorTorque=2320, motorTemperature=500000, motorVoltage=12500, motorCurrent=13600000, powerBattery=60624., maxFeedbackPower=440000, maxDischargePower=630000, bmsSelfCheck=90, powerBatteryCurrent=80000, powerBatteryV3=650000, maxVoltage=3000, minVoltage=3000, maxTemperature=210000, minTemperature=160000, availableCapacity=500000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:50:22.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:50:23.878 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:50:23.879 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:50:23.879 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 34 36 32 33 38 35 30 31 31 36 2e 36 39 35 38 34 38 30 33 39 2e 35 32 36 34 33 34 30 33 36 2e 30 30 30 34 35 2e 32 35 30 30 30 30 30 30 31 39 31 30 30 30 34 37 30 30 30 36 30 33 38 30 30 30 30 30 44 35 30 32 30 31 31 2e 32 30 36 30 30 30 30 30 33 37 31 31 35 37 30 30 30 31 32 35 30 30 30 31 34 39 30 30 39 35 39 36 30 30 30 30 36 30 36 32 34 2e 35 34 30 30 30 30 36 31 30 30 30 30 33 30 37 30 30 30 30 35 36 38 30 30 30 33 30 30 30 34 30 30 30 35 39 30 30 30 30 37 36 30 30 30 30 34 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 dd 7E
2024-06-22 10:50:23.879 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719024623850, longitude=116.6958480, latitude=39.5264340, speed=36.000, mileage=45.25000000, dischargeVoltage=191000, dischargeCurrent=47000, insulationResistance=603800000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=11.20, motorControllerTemperature=600000, motorSpeed=37115, motorTorque=7000, motorTemperature=125000, motorVoltage=14900, motorCurrent=95960000, powerBattery=60624., maxFeedbackPower=540000, maxDischargePower=610000, bmsSelfCheck=30, powerBatteryCurrent=70000, powerBatteryV3=568000, maxVoltage=3000, minVoltage=4000, maxTemperature=590000, minTemperature=760000, availableCapacity=430000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:50:23.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:50:24.883 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1
2024-06-22 10:50:24.884 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0
2024-06-22 10:50:24.884 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 5a 45 51 41 36 56 32 5a 39 38 4d 39 5a 4d 46 5a 46 31 37 31 39 30 32 34 36 32 34 38 35 31 31 31 36 2e 36 39 37 30 32 32 30 33 39 2e 35 32 36 35 33 37 30 39 30 2e 30 30 30 34 35 2e 33 30 30 30 30 30 30 30 33 37 36 30 30 30 39 30 30 30 30 39 30 39 32 30 30 30 30 30 44 39 30 30 30 31 31 2e 35 30 35 31 30 30 30 30 31 39 39 33 37 31 32 30 30 39 37 30 30 30 30 32 32 38 30 30 31 33 32 34 37 30 30 30 36 30 36 31 32 2e 31 38 30 30 30 30 34 31 30 30 30 30 32 30 36 30 30 30 30 34 38 35 30 30 30 33 30 30 30 33 30 30 30 38 39 30 30 30 30 32 31 30 30 30 30 37 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d0 7E
2024-06-22 10:50:24.884 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1719024624851, longitude=116.6970220, latitude=39.5265370, speed=90.000, mileage=45.30000000, dischargeVoltage=376000, dischargeCurrent=90000, insulationResistance=909200000, gear=D, accelerationPedal=90, brakePedal=00, fuelConsumption=11.50, motorControllerTemperature=510000, motorSpeed=19937, motorTorque=1200, motorTemperature=970000, motorVoltage=22800, motorCurrent=13247000, powerBattery=60612., maxFeedbackPower=180000, maxDischargePower=410000, bmsSelfCheck=20, powerBatteryCurrent=60000, powerBatteryV3=485000, maxVoltage=3000, minVoltage=3000, maxTemperature=890000, minTemperature=210000, availableCapacity=730000, vehicleStatus=0, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1)
2024-06-22 10:50:24.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新不发送到RabbitMQ
2024-06-22 10:50:35.016 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:39 - 过期redis数据ZEQA6V2Z98M9ZMFZF-GZ001
2024-06-22 10:50:35.017 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:41 - pattern:[95, 95, 107, 101, 121, 101, 118, 101, 110, 116, 64, 42, 95, 95, 58, 101, 120, 112, 105, 114, 101, 100]
2024-06-22 10:50:35.017 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:43 - 过期redis数据ZEQA6V2Z98M9ZMFZF-GZ001
2024-06-22 10:52:53.163 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:52:53.184 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:52:53.201 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:52:53.972 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:52:54.003 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:52:54.003 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:52:54.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-2, test1-1
2024-06-22 10:52:54.016 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Revoke previously assigned partitions test1-5, test1-4, test1-3
2024-06-22 10:52:54.016 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Revoke previously assigned partitions test1-6, test1-7
2024-06-22 10:52:54.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1]
2024-06-22 10:52:54.016 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-5, test1-4, test1-3]
2024-06-22 10:52:54.016 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7]
2024-06-22 10:52:54.017 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Member consumer-Topics-3-50355dee-01ec-41aa-bb0a-78a3100e45c3 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:52:54.017 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Member consumer-Topics-4-ceedf78a-9b1d-4713-b5c6-61230c6a9b93 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:52:54.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Member consumer-Topics-2-99d5c7b0-b47f-4dd1-9da6-696891e77f13 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:52:54.017 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:52:54.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:52:54.017 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:52:54.019 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:52:54.019 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:52:54.019 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:52:54.019 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:52:54.019 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:52:54.019 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:52:54.019 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:52:54.019 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:52:54.019 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:52:54.021 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-4 unregistered
2024-06-22 10:52:54.021 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:52:54.021 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-3 unregistered
2024-06-22 10:52:54.021 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:52:54.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-2 unregistered
2024-06-22 10:52:54.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:52:54.022 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:52:54.022 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:52:54.022 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:52:54.025 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms.
2024-06-22 10:52:54.027 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:52:54.027 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:52:54.027 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:52:54.027 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered
2024-06-22 10:52:54.185 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-06-22 10:52:54.190 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-06-22 10:53:03.097 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 27428 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 10:53:03.098 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 10:53:03.098 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 10:53:03.675 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 10:53:03.677 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 10:53:03.706 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2024-06-22 10:53:03.950 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$faefdb65] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:53:04.038 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:53:04.039 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:53:04.042 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:53:04.054 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:53:04.083 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:53:04.087 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:53:04.309 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 10:53:04.420 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1279 ms
2024-06-22 10:53:05.037 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 10:53:05.380 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 10:53:05.386 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 10:53:05.403 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 10:53:05.442 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 10:53:05.458 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:53:05.512 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:53:05.513 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:53:05.513 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024785512
2024-06-22 10:53:05.514 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 10:53:13.097 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 17732 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 10:53:13.098 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 10:53:13.099 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 10:53:13.580 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 10:53:13.581 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 10:53:13.603 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-06-22 10:53:13.839 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$a04ce44a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:53:13.917 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:53:13.918 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:53:13.920 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:53:13.933 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:53:13.963 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:53:13.967 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:53:14.173 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 10:53:14.180 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-06-22 10:53:14.180 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68]
2024-06-22 10:53:14.276 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-06-22 10:53:14.276 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1144 ms
2024-06-22 10:53:14.847 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 10:53:15.196 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 10:53:15.201 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 10:53:15.218 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 10:53:15.256 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 10:53:15.271 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:53:15.320 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:53:15.320 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:53:15.320 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024795319
2024-06-22 10:53:15.322 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 10:53:15.534 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:53:15.535 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:53:15.536 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:53:15.542 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:53:15.544 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=23, memberId='consumer-Partitions-1-3945ad26-2215-4b89-90d8-3401e5f990c6', protocol='range'}
2024-06-22 10:53:15.545 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 23: {consumer-Partitions-1-3945ad26-2215-4b89-90d8-3401e5f990c6=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:53:15.547 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=23, memberId='consumer-Partitions-1-3945ad26-2215-4b89-90d8-3401e5f990c6', protocol='range'}
2024-06-22 10:53:15.547 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:53:15.548 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:53:15.557 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:15.557 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:15.557 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:15.558 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:15.558 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:15.558 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:15.558 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:15.558 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:15.777 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb.......
2024-06-22 10:53:15.836 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~
2024-06-22 10:53:16.468 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-2
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:53:16.473 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:53:16.473 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:53:16.473 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024796473
2024-06-22 10:53:16.475 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:53:16.480 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-3
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:53:16.485 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:53:16.485 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:53:16.485 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024796485
2024-06-22 10:53:16.485 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:53:16.486 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:53:16.486 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:53:16.486 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:53:16.487 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-4
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:53:16.489 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:53:16.489 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:53:16.490 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:53:16.490 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:53:16.490 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:53:16.490 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:53:16.490 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024796490
2024-06-22 10:53:16.490 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:53:16.492 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=31, memberId='consumer-Topics-2-a5af86a3-8668-4778-8eb0-739997ca02ca', protocol='range'}
2024-06-22 10:53:16.492 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 31: {consumer-Topics-2-a5af86a3-8668-4778-8eb0-739997ca02ca=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:53:16.492 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:53:16.493 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:53:16.493 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:53:16.493 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=31, memberId='consumer-Topics-2-a5af86a3-8668-4778-8eb0-739997ca02ca', protocol='range'}
2024-06-22 10:53:16.493 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:53:16.493 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:53:16.493 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:53:16.494 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:53:16.495 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:16.495 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:16.496 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:16.496 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:16.496 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:16.496 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:16.496 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:16.496 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:16.497 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 10:53:16.501 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path ''
2024-06-22 10:53:16.630 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672]
2024-06-22 10:53:16.777 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#72a34537:0/SimpleConnection@27d4513e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 61662]
2024-06-22 10:53:17.117 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息47.100.60.64,47.102.213.144
2024-06-22 10:53:17.120 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.100.60.64:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:53:17.354 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.527 seconds (JVM running for 4.991)
2024-06-22 10:53:17.355 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动开始动态启动kafka消费者
2024-06-22 10:53:17.550 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:53:17.550 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.102.213.144:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:53:17.946 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:53:19.503 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Attempt to heartbeat failed since group is rebalancing
2024-06-22 10:53:19.504 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:53:19.505 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 10:53:19.505 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:53:19.507 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully joined group with generation Generation{generationId=32, memberId='consumer-Topics-4-52340135-3bba-4bb3-8090-1ce9d1ab8b91', protocol='range'}
2024-06-22 10:53:19.507 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=32, memberId='consumer-Topics-3-4dfc7117-495c-4e30-baf3-c01a867828c3', protocol='range'}
2024-06-22 10:53:19.508 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=32, memberId='consumer-Topics-2-a5af86a3-8668-4778-8eb0-739997ca02ca', protocol='range'}
2024-06-22 10:53:19.508 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 32: {consumer-Topics-4-52340135-3bba-4bb3-8090-1ce9d1ab8b91=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-3-4dfc7117-495c-4e30-baf3-c01a867828c3=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-a5af86a3-8668-4778-8eb0-739997ca02ca=Assignment(partitions=[test1-0, test1-1, test1-2])}
2024-06-22 10:53:19.509 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully synced group in generation Generation{generationId=32, memberId='consumer-Topics-4-52340135-3bba-4bb3-8090-1ce9d1ab8b91', protocol='range'}
2024-06-22 10:53:19.509 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=32, memberId='consumer-Topics-2-a5af86a3-8668-4778-8eb0-739997ca02ca', protocol='range'}
2024-06-22 10:53:19.509 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7])
2024-06-22 10:53:19.509 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Adding newly assigned partitions: test1-6, test1-7
2024-06-22 10:53:19.509 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2])
2024-06-22 10:53:19.509 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=32, memberId='consumer-Topics-3-4dfc7117-495c-4e30-baf3-c01a867828c3', protocol='range'}
2024-06-22 10:53:19.509 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1
2024-06-22 10:53:19.510 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5])
2024-06-22 10:53:19.510 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-5, test1-4, test1-3
2024-06-22 10:53:19.511 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:19.512 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:19.512 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7]
2024-06-22 10:53:19.513 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:19.513 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:19.513 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:19.513 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-5, test1-4, test1-3]
2024-06-22 10:53:19.514 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:19.515 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:19.515 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:53:19.516 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1]
2024-06-22 10:53:43.317 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息47.100.60.64,47.102.213.144
2024-06-22 10:53:43.317 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.100.60.64:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:53:43.725 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:53:43.725 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.102.213.144:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:53:44.090 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:53:55.351 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:53:55.379 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:53:55.399 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:53:55.579 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:53:55.663 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:53:56.130 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:53:56.146 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Revoke previously assigned partitions test1-5, test1-4, test1-3
2024-06-22 10:53:56.146 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-2, test1-1
2024-06-22 10:53:56.146 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-5, test1-4, test1-3]
2024-06-22 10:53:56.146 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Revoke previously assigned partitions test1-6, test1-7
2024-06-22 10:53:56.146 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1]
2024-06-22 10:53:56.146 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7]
2024-06-22 10:53:56.146 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Member consumer-Topics-3-4dfc7117-495c-4e30-baf3-c01a867828c3 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:53:56.146 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Member consumer-Topics-4-52340135-3bba-4bb3-8090-1ce9d1ab8b91 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:53:56.146 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Member consumer-Topics-2-a5af86a3-8668-4778-8eb0-739997ca02ca sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:53:56.146 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:53:56.146 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:53:56.146 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:53:56.148 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:53:56.148 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:53:56.148 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:53:56.148 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:53:56.148 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:53:56.148 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:53:56.148 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:53:56.148 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:53:56.148 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:53:56.150 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-2 unregistered
2024-06-22 10:53:56.150 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-4 unregistered
2024-06-22 10:53:56.150 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:53:56.150 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:53:56.150 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-3 unregistered
2024-06-22 10:53:56.150 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:53:56.151 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:53:56.151 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:53:56.151 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:53:56.294 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-06-22 10:53:56.298 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-06-22 10:54:03.512 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 23588 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 10:54:03.513 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 10:54:03.514 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 10:54:04.017 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 10:54:04.019 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 10:54:04.041 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2024-06-22 10:54:04.277 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$8b278f3e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:54:04.357 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:54:04.359 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:54:04.360 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:54:04.373 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:54:04.404 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:54:04.408 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:54:04.621 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 10:54:04.629 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-06-22 10:54:04.629 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68]
2024-06-22 10:54:04.733 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-06-22 10:54:04.733 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1185 ms
2024-06-22 10:54:05.339 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 10:54:05.685 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 10:54:05.690 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 10:54:05.705 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 10:54:05.746 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 10:54:05.762 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:54:05.817 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:54:05.817 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:54:05.817 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024845816
2024-06-22 10:54:05.818 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 10:54:06.023 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:54:06.023 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:54:06.025 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:54:06.031 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:54:06.032 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=25, memberId='consumer-Partitions-1-8aaa380e-a48e-4198-9693-8253f25e837d', protocol='range'}
2024-06-22 10:54:06.033 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 25: {consumer-Partitions-1-8aaa380e-a48e-4198-9693-8253f25e837d=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:54:06.036 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=25, memberId='consumer-Partitions-1-8aaa380e-a48e-4198-9693-8253f25e837d', protocol='range'}
2024-06-22 10:54:06.036 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:54:06.037 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:54:06.042 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:06.042 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:06.042 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:06.042 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:06.042 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:06.042 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:06.042 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:06.043 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:06.260 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb.......
2024-06-22 10:54:06.317 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~
2024-06-22 10:54:06.959 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-2
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:54:06.964 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:54:06.965 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:54:06.965 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024846964
2024-06-22 10:54:06.966 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:54:06.972 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-3
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:54:06.976 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:54:06.976 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:54:06.976 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024846976
2024-06-22 10:54:06.976 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:54:06.976 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:54:06.977 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:54:06.977 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:54:06.977 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-4
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:54:06.979 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:54:06.980 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:54:06.980 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:54:06.980 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:54:06.980 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=34, memberId='consumer-Topics-2-842861be-77e5-4039-bfac-07e3df66f0b0', protocol='range'}
2024-06-22 10:54:06.980 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:54:06.981 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 34: {consumer-Topics-2-842861be-77e5-4039-bfac-07e3df66f0b0=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:54:06.981 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:54:06.981 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024846980
2024-06-22 10:54:06.981 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:54:06.981 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:54:06.982 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=34, memberId='consumer-Topics-2-842861be-77e5-4039-bfac-07e3df66f0b0', protocol='range'}
2024-06-22 10:54:06.982 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:54:06.982 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:54:06.983 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:54:06.984 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:54:06.984 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:54:06.985 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:06.985 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:06.985 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:06.985 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:06.986 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:06.986 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:06.986 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:06.986 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:06.986 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:54:06.986 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 10:54:06.992 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path ''
2024-06-22 10:54:07.105 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672]
2024-06-22 10:54:07.257 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#24fef542:0/SimpleConnection@367653cc [delegate=amqp://guest@101.34.243.166:5672/, localPort= 61751]
2024-06-22 10:54:07.869 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.62 seconds (JVM running for 5.068)
2024-06-22 10:54:07.870 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动开始动态启动kafka消费者
2024-06-22 10:54:09.985 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Attempt to heartbeat failed since group is rebalancing
2024-06-22 10:54:09.985 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:54:09.986 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 10:54:09.986 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:54:09.987 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=35, memberId='consumer-Topics-3-89240aa7-3365-43ae-9407-ace097abd686', protocol='range'}
2024-06-22 10:54:09.987 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully joined group with generation Generation{generationId=35, memberId='consumer-Topics-4-be1f37bb-d594-45a1-8e75-6bdbe6efe78b', protocol='range'}
2024-06-22 10:54:09.987 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=35, memberId='consumer-Topics-2-842861be-77e5-4039-bfac-07e3df66f0b0', protocol='range'}
2024-06-22 10:54:09.988 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 35: {consumer-Topics-3-89240aa7-3365-43ae-9407-ace097abd686=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-842861be-77e5-4039-bfac-07e3df66f0b0=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-be1f37bb-d594-45a1-8e75-6bdbe6efe78b=Assignment(partitions=[test1-6, test1-7])}
2024-06-22 10:54:09.989 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=35, memberId='consumer-Topics-3-89240aa7-3365-43ae-9407-ace097abd686', protocol='range'}
2024-06-22 10:54:09.989 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully synced group in generation Generation{generationId=35, memberId='consumer-Topics-4-be1f37bb-d594-45a1-8e75-6bdbe6efe78b', protocol='range'}
2024-06-22 10:54:09.989 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=35, memberId='consumer-Topics-2-842861be-77e5-4039-bfac-07e3df66f0b0', protocol='range'}
2024-06-22 10:54:09.989 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7])
2024-06-22 10:54:09.989 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5])
2024-06-22 10:54:09.989 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Adding newly assigned partitions: test1-6, test1-7
2024-06-22 10:54:09.989 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-5, test1-4, test1-3
2024-06-22 10:54:09.989 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2])
2024-06-22 10:54:09.989 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1
2024-06-22 10:54:09.991 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:09.991 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:09.991 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:09.991 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:09.991 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:09.991 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:09.991 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:09.991 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1]
2024-06-22 10:54:09.991 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:54:09.991 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7]
2024-06-22 10:54:09.991 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-5, test1-4, test1-3]
2024-06-22 10:56:01.760 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:56:01.777 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:56:01.822 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 10:56:01.893 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:56:02.056 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:56:02.619 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 10:56:02.636 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Revoke previously assigned partitions test1-5, test1-4, test1-3
2024-06-22 10:56:02.636 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-2, test1-1
2024-06-22 10:56:02.636 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Revoke previously assigned partitions test1-6, test1-7
2024-06-22 10:56:02.637 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-5, test1-4, test1-3]
2024-06-22 10:56:02.637 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7]
2024-06-22 10:56:02.637 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Member consumer-Topics-3-89240aa7-3365-43ae-9407-ace097abd686 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:56:02.637 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1]
2024-06-22 10:56:02.637 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Member consumer-Topics-4-be1f37bb-d594-45a1-8e75-6bdbe6efe78b sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:56:02.637 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Member consumer-Topics-2-842861be-77e5-4039-bfac-07e3df66f0b0 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 10:56:02.638 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:56:02.638 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:56:02.638 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 10:56:02.640 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:56:02.640 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:56:02.640 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:56:02.641 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:56:02.641 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:56:02.641 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:56:02.642 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-2 unregistered
2024-06-22 10:56:02.642 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-4 unregistered
2024-06-22 10:56:02.643 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:56:02.643 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:56:02.644 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 10:56:02.644 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 10:56:02.644 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 10:56:02.645 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-3 unregistered
2024-06-22 10:56:02.646 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 10:56:02.647 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:56:02.647 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:56:02.647 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 10:56:02.802 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-06-22 10:56:02.806 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-06-22 10:56:10.934 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 7752 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 10:56:10.935 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 10:56:10.935 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 10:56:11.500 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 10:56:11.503 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 10:56:11.533 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 18 ms. Found 0 Redis repository interfaces.
2024-06-22 10:56:11.807 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$a04ce44a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:56:11.908 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:56:11.910 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:56:11.911 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:56:11.929 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:56:11.965 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:56:11.970 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 10:56:12.246 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 10:56:12.253 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-06-22 10:56:12.253 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68]
2024-06-22 10:56:12.363 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-06-22 10:56:12.364 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1392 ms
2024-06-22 10:56:13.075 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 10:56:13.443 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 10:56:13.449 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 10:56:13.465 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 10:56:13.505 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 10:56:13.521 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:56:13.589 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:56:13.589 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:56:13.589 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024973588
2024-06-22 10:56:13.592 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 10:56:13.825 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:56:13.826 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:56:13.828 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:56:13.836 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 10:56:13.837 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=27, memberId='consumer-Partitions-1-7a01df4e-f725-4818-9294-66fe7aeddeb1', protocol='range'}
2024-06-22 10:56:13.838 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 27: {consumer-Partitions-1-7a01df4e-f725-4818-9294-66fe7aeddeb1=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:56:13.841 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=27, memberId='consumer-Partitions-1-7a01df4e-f725-4818-9294-66fe7aeddeb1', protocol='range'}
2024-06-22 10:56:13.842 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:56:13.843 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:56:13.849 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:13.850 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:13.850 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:13.850 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:13.850 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:13.850 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:13.850 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:13.850 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:14.115 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb.......
2024-06-22 10:56:14.183 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~
2024-06-22 10:56:14.946 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-2
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:56:14.951 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:56:14.951 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:56:14.952 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024974951
2024-06-22 10:56:14.953 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:56:14.959 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-3
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:56:14.962 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:56:14.962 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:56:14.962 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:56:14.962 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024974962
2024-06-22 10:56:14.962 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:56:14.962 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:56:14.963 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:56:14.963 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-4
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 10:56:14.965 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:56:14.965 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:56:14.965 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:56:14.966 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 10:56:14.966 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:56:14.966 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 10:56:14.966 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=37, memberId='consumer-Topics-2-41a9acb3-c335-4e72-9cfb-c0388bd0489a', protocol='range'}
2024-06-22 10:56:14.967 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719024974966
2024-06-22 10:56:14.967 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 37: {consumer-Topics-2-41a9acb3-c335-4e72-9cfb-c0388bd0489a=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 10:56:14.967 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 10:56:14.968 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=37, memberId='consumer-Topics-2-41a9acb3-c335-4e72-9cfb-c0388bd0489a', protocol='range'}
2024-06-22 10:56:14.968 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 10:56:14.968 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 10:56:14.968 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:56:14.969 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 10:56:14.969 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 10:56:14.970 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:56:14.970 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:14.970 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:14.970 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:14.971 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:14.971 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:14.971 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:14.971 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:14.971 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:14.971 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 10:56:14.972 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 10:56:14.977 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path ''
2024-06-22 10:56:15.096 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672]
2024-06-22 10:56:15.241 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#72a34537:0/SimpleConnection@253379ec [delegate=amqp://guest@101.34.243.166:5672/, localPort= 61854]
2024-06-22 10:56:15.245 [main] INFO org.springframework.amqp.rabbit.core.RabbitAdmin:678 - Auto-declaring a non-durable, auto-delete, or exclusive Queue (qqq1) durable:true, auto-delete:true, exclusive:true. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost.
2024-06-22 10:56:15.367 [AMQP Connection 101.34.243.166:5672] ERROR o.s.a.rabbit.connection.CachingConnectionFactory:748 - Shutdown Signal: channel error; protocol method: #method<channel.close>(reply-code=405, reply-text=RESOURCE_LOCKED - cannot obtain exclusive access to locked queue 'qqq1' in vhost '/'. It could be originally declared on another connection or the exclusive property value does not match that of the original declaration., class-id=50, method-id=10)
2024-06-22 10:56:16.402 [main] INFO org.springframework.amqp.rabbit.core.RabbitAdmin:678 - Auto-declaring a non-durable, auto-delete, or exclusive Queue (qqq1) durable:true, auto-delete:true, exclusive:true. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost.
2024-06-22 10:56:16.488 [AMQP Connection 101.34.243.166:5672] ERROR o.s.a.rabbit.connection.CachingConnectionFactory:748 - Shutdown Signal: channel error; protocol method: #method<channel.close>(reply-code=405, reply-text=RESOURCE_LOCKED - cannot obtain exclusive access to locked queue 'qqq1' in vhost '/'. It could be originally declared on another connection or the exclusive property value does not match that of the original declaration., class-id=50, method-id=10)
2024-06-22 10:56:17.968 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Attempt to heartbeat failed since group is rebalancing
2024-06-22 10:56:17.969 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 10:56:17.969 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 10:56:17.969 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 10:56:17.971 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=38, memberId='consumer-Topics-3-ec8a78c6-45d3-41df-ba31-5b38c4d6c50f', protocol='range'}
2024-06-22 10:56:17.971 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully joined group with generation Generation{generationId=38, memberId='consumer-Topics-4-a116d92d-7de6-4eb6-81c2-5a1386421944', protocol='range'}
2024-06-22 10:56:17.972 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=38, memberId='consumer-Topics-2-41a9acb3-c335-4e72-9cfb-c0388bd0489a', protocol='range'}
2024-06-22 10:56:17.972 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 38: {consumer-Topics-3-ec8a78c6-45d3-41df-ba31-5b38c4d6c50f=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-41a9acb3-c335-4e72-9cfb-c0388bd0489a=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-a116d92d-7de6-4eb6-81c2-5a1386421944=Assignment(partitions=[test1-6, test1-7])}
2024-06-22 10:56:17.973 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=38, memberId='consumer-Topics-3-ec8a78c6-45d3-41df-ba31-5b38c4d6c50f', protocol='range'}
2024-06-22 10:56:17.974 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=38, memberId='consumer-Topics-2-41a9acb3-c335-4e72-9cfb-c0388bd0489a', protocol='range'}
2024-06-22 10:56:17.973 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully synced group in generation Generation{generationId=38, memberId='consumer-Topics-4-a116d92d-7de6-4eb6-81c2-5a1386421944', protocol='range'}
2024-06-22 10:56:17.974 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5])
2024-06-22 10:56:17.974 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2])
2024-06-22 10:56:17.974 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1
2024-06-22 10:56:17.974 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7])
2024-06-22 10:56:17.974 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-5, test1-4, test1-3
2024-06-22 10:56:17.974 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Adding newly assigned partitions: test1-6, test1-7
2024-06-22 10:56:17.975 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:17.975 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:17.975 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:17.976 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:17.976 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:17.976 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:17.976 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:17.976 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1]
2024-06-22 10:56:17.976 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 10:56:17.976 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-5, test1-4, test1-3]
2024-06-22 10:56:17.976 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7]
2024-06-22 10:56:18.529 [main] INFO org.springframework.amqp.rabbit.core.RabbitAdmin:678 - Auto-declaring a non-durable, auto-delete, or exclusive Queue (qqq1) durable:true, auto-delete:true, exclusive:true. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost.
2024-06-22 10:56:18.616 [AMQP Connection 101.34.243.166:5672] ERROR o.s.a.rabbit.connection.CachingConnectionFactory:748 - Shutdown Signal: channel error; protocol method: #method<channel.close>(reply-code=405, reply-text=RESOURCE_LOCKED - cannot obtain exclusive access to locked queue 'qqq1' in vhost '/'. It could be originally declared on another connection or the exclusive property value does not match that of the original declaration., class-id=50, method-id=10)
2024-06-22 10:56:22.647 [main] INFO org.springframework.amqp.rabbit.core.RabbitAdmin:678 - Auto-declaring a non-durable, auto-delete, or exclusive Queue (qqq1) durable:true, auto-delete:true, exclusive:true. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost.
2024-06-22 10:56:22.727 [AMQP Connection 101.34.243.166:5672] ERROR o.s.a.rabbit.connection.CachingConnectionFactory:748 - Shutdown Signal: channel error; protocol method: #method<channel.close>(reply-code=405, reply-text=RESOURCE_LOCKED - cannot obtain exclusive access to locked queue 'qqq1' in vhost '/'. It could be originally declared on another connection or the exclusive property value does not match that of the original declaration., class-id=50, method-id=10)
2024-06-22 10:56:27.753 [main] INFO org.springframework.amqp.rabbit.core.RabbitAdmin:678 - Auto-declaring a non-durable, auto-delete, or exclusive Queue (qqq1) durable:true, auto-delete:true, exclusive:true. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost.
2024-06-22 10:56:27.837 [AMQP Connection 101.34.243.166:5672] ERROR o.s.a.rabbit.connection.CachingConnectionFactory:748 - Shutdown Signal: channel error; protocol method: #method<channel.close>(reply-code=405, reply-text=RESOURCE_LOCKED - cannot obtain exclusive access to locked queue 'qqq1' in vhost '/'. It could be originally declared on another connection or the exclusive property value does not match that of the original declaration., class-id=50, method-id=10)
2024-06-22 10:56:27.860 [main] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1866 - Broker not available; cannot force queue declarations during start: java.io.IOException
2024-06-22 10:56:27.956 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息47.100.60.64,47.102.213.144
2024-06-22 10:56:27.961 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.100.60.64:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:56:28.188 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 17.653 seconds (JVM running for 18.137)
2024-06-22 10:56:28.190 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动开始动态启动kafka消费者
2024-06-22 10:56:28.387 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 10:56:28.388 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:31 - 接收到消息初始化信息:MqttProperties(broker=tcp://47.102.213.144:1883, topic=test1, username=null, password=null, clientid=protocol-parsing)
2024-06-22 10:56:28.802 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing
2024-06-22 11:01:09.351 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 11:01:09.375 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 11:01:09.407 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 11:01:09.974 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 11:01:10.249 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 11:01:10.250 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 11:01:10.263 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Revoke previously assigned partitions test1-5, test1-4, test1-3
2024-06-22 11:01:10.263 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-2, test1-1
2024-06-22 11:01:10.263 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Revoke previously assigned partitions test1-6, test1-7
2024-06-22 11:01:10.263 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-5, test1-4, test1-3]
2024-06-22 11:01:10.263 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7]
2024-06-22 11:01:10.263 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Member consumer-Topics-3-ec8a78c6-45d3-41df-ba31-5b38c4d6c50f sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 11:01:10.263 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1]
2024-06-22 11:01:10.263 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Member consumer-Topics-4-a116d92d-7de6-4eb6-81c2-5a1386421944 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 11:01:10.264 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Member consumer-Topics-2-41a9acb3-c335-4e72-9cfb-c0388bd0489a sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 11:01:10.264 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 11:01:10.264 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 11:01:10.264 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 11:01:10.266 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 11:01:10.266 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 11:01:10.266 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 11:01:10.266 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 11:01:10.266 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 11:01:10.266 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 11:01:10.266 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 11:01:10.266 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 11:01:10.266 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 11:01:10.268 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-3 unregistered
2024-06-22 11:01:10.268 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-4 unregistered
2024-06-22 11:01:10.269 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-2 unregistered
2024-06-22 11:01:10.269 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 11:01:10.269 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 11:01:10.269 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 11:01:10.270 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 11:01:10.270 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 11:01:10.270 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 11:01:10.419 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-06-22 11:01:10.424 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-06-22 11:01:18.091 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 27704 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 11:01:18.091 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 11:01:18.092 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 11:01:18.593 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 11:01:18.595 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 11:01:18.616 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-06-22 11:01:18.844 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$a04ce44a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:01:18.920 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:01:18.921 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:01:18.923 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:01:18.934 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:01:18.961 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:01:18.965 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:01:19.161 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 11:01:19.167 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-06-22 11:01:19.168 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68]
2024-06-22 11:01:19.256 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-06-22 11:01:19.256 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1120 ms
2024-06-22 11:01:19.826 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 11:01:20.159 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 11:01:20.164 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 11:01:20.179 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 11:01:20.222 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 11:01:20.237 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 11:01:20.288 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 11:01:20.288 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 11:01:20.288 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719025280287
2024-06-22 11:01:20.290 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 11:01:20.497 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 11:01:20.498 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 11:01:20.499 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 11:01:20.505 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 11:01:20.506 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=29, memberId='consumer-Partitions-1-1a269213-bca3-449a-9eb7-378b7a47f42f', protocol='range'}
2024-06-22 11:01:20.507 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 29: {consumer-Partitions-1-1a269213-bca3-449a-9eb7-378b7a47f42f=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 11:01:20.510 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=29, memberId='consumer-Partitions-1-1a269213-bca3-449a-9eb7-378b7a47f42f', protocol='range'}
2024-06-22 11:01:20.510 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 11:01:20.511 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 11:01:20.515 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:20.516 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:20.516 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:20.516 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:20.516 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:20.516 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:20.516 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:20.516 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:20.711 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb.......
2024-06-22 11:01:20.769 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~
2024-06-22 11:01:21.374 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-2
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 11:01:21.377 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 11:01:21.377 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 11:01:21.377 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719025281377
2024-06-22 11:01:21.378 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 11:01:21.385 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-3
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 11:01:21.387 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 11:01:21.388 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 11:01:21.388 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 11:01:21.388 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 11:01:21.388 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719025281388
2024-06-22 11:01:21.388 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 11:01:21.388 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 11:01:21.389 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-4
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 11:01:21.390 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 11:01:21.390 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 11:01:21.391 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 11:01:21.391 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 11:01:21.391 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 11:01:21.391 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719025281391
2024-06-22 11:01:21.391 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 11:01:21.391 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=40, memberId='consumer-Topics-2-c3ac8208-1117-416f-8966-4addb5af8c7a', protocol='range'}
2024-06-22 11:01:21.391 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 11:01:21.391 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 40: {consumer-Topics-2-c3ac8208-1117-416f-8966-4addb5af8c7a=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 11:01:21.393 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=40, memberId='consumer-Topics-2-c3ac8208-1117-416f-8966-4addb5af8c7a', protocol='range'}
2024-06-22 11:01:21.393 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 11:01:21.393 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 11:01:21.393 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 11:01:21.393 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 11:01:21.394 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 11:01:21.394 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 11:01:21.395 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:21.395 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:21.395 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:21.395 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:21.395 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:21.395 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 11:01:21.396 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:21.396 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:21.396 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:21.396 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 11:01:21.407 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path ''
2024-06-22 11:01:21.521 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672]
2024-06-22 11:01:21.676 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#72a34537:0/SimpleConnection@73c6ebec [delegate=amqp://guest@101.34.243.166:5672/, localPort= 62171]
2024-06-22 11:01:21.680 [main] INFO org.springframework.amqp.rabbit.core.RabbitAdmin:678 - Auto-declaring a non-durable, auto-delete, or exclusive Queue (qqq1) durable:true, auto-delete:true, exclusive:true. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost.
2024-06-22 11:01:22.182 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.377 seconds (JVM running for 4.821)
2024-06-22 11:01:22.184 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动开始动态启动kafka消费者
2024-06-22 11:01:24.396 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Attempt to heartbeat failed since group is rebalancing
2024-06-22 11:01:24.397 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 11:01:24.398 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 11:01:24.398 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 11:01:24.399 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=41, memberId='consumer-Topics-3-eb73096e-1195-433e-ba8b-6a0dc3185523', protocol='range'}
2024-06-22 11:01:24.399 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully joined group with generation Generation{generationId=41, memberId='consumer-Topics-4-2c88bedb-aa42-4dde-ae6c-bf0353725cb3', protocol='range'}
2024-06-22 11:01:24.400 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=41, memberId='consumer-Topics-2-c3ac8208-1117-416f-8966-4addb5af8c7a', protocol='range'}
2024-06-22 11:01:24.400 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 41: {consumer-Topics-3-eb73096e-1195-433e-ba8b-6a0dc3185523=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-c3ac8208-1117-416f-8966-4addb5af8c7a=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-2c88bedb-aa42-4dde-ae6c-bf0353725cb3=Assignment(partitions=[test1-6, test1-7])}
2024-06-22 11:01:24.401 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=41, memberId='consumer-Topics-3-eb73096e-1195-433e-ba8b-6a0dc3185523', protocol='range'}
2024-06-22 11:01:24.401 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully synced group in generation Generation{generationId=41, memberId='consumer-Topics-4-2c88bedb-aa42-4dde-ae6c-bf0353725cb3', protocol='range'}
2024-06-22 11:01:24.401 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=41, memberId='consumer-Topics-2-c3ac8208-1117-416f-8966-4addb5af8c7a', protocol='range'}
2024-06-22 11:01:24.401 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5])
2024-06-22 11:01:24.401 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-5, test1-4, test1-3
2024-06-22 11:01:24.401 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7])
2024-06-22 11:01:24.401 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2])
2024-06-22 11:01:24.401 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1
2024-06-22 11:01:24.401 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Adding newly assigned partitions: test1-6, test1-7
2024-06-22 11:01:24.402 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:24.402 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:24.402 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:24.402 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:24.403 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:24.403 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:24.403 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:24.403 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:01:24.403 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-5, test1-4, test1-3]
2024-06-22 11:01:24.403 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1]
2024-06-22 11:01:24.403 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7]
2024-06-22 11:04:33.753 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 11:04:33.779 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 11:04:33.799 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 11:04:33.934 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 11:04:33.948 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 11:04:34.024 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 11:04:34.039 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-2, test1-1
2024-06-22 11:04:34.039 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1]
2024-06-22 11:04:34.040 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Revoke previously assigned partitions test1-5, test1-4, test1-3
2024-06-22 11:04:34.040 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Revoke previously assigned partitions test1-6, test1-7
2024-06-22 11:04:34.040 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Member consumer-Topics-2-c3ac8208-1117-416f-8966-4addb5af8c7a sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 11:04:34.040 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-5, test1-4, test1-3]
2024-06-22 11:04:34.040 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7]
2024-06-22 11:04:34.040 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Member consumer-Topics-3-eb73096e-1195-433e-ba8b-6a0dc3185523 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 11:04:34.040 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Member consumer-Topics-4-2c88bedb-aa42-4dde-ae6c-bf0353725cb3 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 11:04:34.040 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 11:04:34.040 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 11:04:34.040 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 11:04:34.042 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 11:04:34.042 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 11:04:34.042 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 11:04:34.042 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 11:04:34.042 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 11:04:34.042 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 11:04:34.042 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 11:04:34.042 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 11:04:34.043 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 11:04:34.044 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-3 unregistered
2024-06-22 11:04:34.044 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 11:04:34.044 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-2 unregistered
2024-06-22 11:04:34.044 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 11:04:34.045 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-4 unregistered
2024-06-22 11:04:34.045 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 11:04:34.046 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 11:04:34.046 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 11:04:34.046 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 11:04:34.208 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-06-22 11:04:34.212 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-06-22 11:04:41.868 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 26664 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 11:04:41.869 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 11:04:41.870 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 11:04:42.341 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 11:04:42.343 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 11:04:42.364 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2024-06-22 11:04:42.601 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$22c29de] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:04:42.683 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:04:42.684 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:04:42.686 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:04:42.698 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:04:42.727 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:04:42.730 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:04:42.934 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 11:04:42.940 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-06-22 11:04:42.941 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68]
2024-06-22 11:04:43.038 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-06-22 11:04:43.038 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1137 ms
2024-06-22 11:04:43.640 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 11:04:43.971 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 11:04:43.977 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 11:04:43.993 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 11:04:44.034 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 11:04:44.050 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 11:04:44.109 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 11:04:44.109 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 11:04:44.109 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719025484108
2024-06-22 11:04:44.111 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 11:04:44.322 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 11:04:44.323 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 11:04:44.324 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 11:04:44.330 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 11:04:44.331 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=31, memberId='consumer-Partitions-1-72f6f451-c889-4983-9ba8-4e144caee853', protocol='range'}
2024-06-22 11:04:44.333 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 31: {consumer-Partitions-1-72f6f451-c889-4983-9ba8-4e144caee853=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 11:04:44.339 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=31, memberId='consumer-Partitions-1-72f6f451-c889-4983-9ba8-4e144caee853', protocol='range'}
2024-06-22 11:04:44.340 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 11:04:44.342 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 11:04:44.349 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:44.350 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:44.350 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:44.350 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:44.350 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:44.350 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:44.350 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:44.350 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:44.611 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb.......
2024-06-22 11:04:44.678 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~
2024-06-22 11:04:45.363 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-2
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 11:04:45.367 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 11:04:45.367 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 11:04:45.367 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719025485367
2024-06-22 11:04:45.368 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 11:04:45.373 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-3
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 11:04:45.376 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 11:04:45.376 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 11:04:45.376 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 11:04:45.377 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719025485376
2024-06-22 11:04:45.377 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 11:04:45.377 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 11:04:45.377 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 11:04:45.378 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-4
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 11:04:45.379 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 11:04:45.379 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 11:04:45.380 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 11:04:45.380 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 11:04:45.380 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 11:04:45.380 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 11:04:45.380 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719025485380
2024-06-22 11:04:45.380 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 11:04:45.381 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=43, memberId='consumer-Topics-2-2ba8a8cd-72fe-4b38-866a-252b13538e6c', protocol='range'}
2024-06-22 11:04:45.381 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 43: {consumer-Topics-2-2ba8a8cd-72fe-4b38-866a-252b13538e6c=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 11:04:45.382 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 11:04:45.383 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=43, memberId='consumer-Topics-2-2ba8a8cd-72fe-4b38-866a-252b13538e6c', protocol='range'}
2024-06-22 11:04:45.383 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 11:04:45.383 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 11:04:45.383 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 11:04:45.383 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 11:04:45.383 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 11:04:45.385 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 11:04:45.386 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:45.386 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:45.386 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:45.386 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:45.386 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:45.386 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:45.386 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:45.386 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:45.387 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 11:04:45.391 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path ''
2024-06-22 11:04:45.517 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672]
2024-06-22 11:04:45.674 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#ccd000e:0/SimpleConnection@66297b63 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 62312]
2024-06-22 11:04:45.678 [main] INFO org.springframework.amqp.rabbit.core.RabbitAdmin:678 - Auto-declaring a non-durable, auto-delete, or exclusive Queue (qqq1) durable:true, auto-delete:true, exclusive:true. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost.
2024-06-22 11:04:45.678 [main] INFO org.springframework.amqp.rabbit.core.RabbitAdmin:678 - Auto-declaring a non-durable, auto-delete, or exclusive Queue (qqq2) durable:true, auto-delete:true, exclusive:true. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost.
2024-06-22 11:04:46.226 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.625 seconds (JVM running for 5.068)
2024-06-22 11:04:46.228 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动开始动态启动kafka消费者
2024-06-22 11:04:48.395 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Attempt to heartbeat failed since group is rebalancing
2024-06-22 11:04:48.396 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 11:04:48.397 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3]
2024-06-22 11:04:48.397 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 11:04:48.398 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully joined group with generation Generation{generationId=44, memberId='consumer-Topics-4-13cc9ffa-11d0-4172-aac3-0e67af430f42', protocol='range'}
2024-06-22 11:04:48.398 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=44, memberId='consumer-Topics-2-2ba8a8cd-72fe-4b38-866a-252b13538e6c', protocol='range'}
2024-06-22 11:04:48.398 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=44, memberId='consumer-Topics-3-b6edc964-70d3-48a4-8c04-b9848442fbcd', protocol='range'}
2024-06-22 11:04:48.399 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 44: {consumer-Topics-3-b6edc964-70d3-48a4-8c04-b9848442fbcd=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-2ba8a8cd-72fe-4b38-866a-252b13538e6c=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-13cc9ffa-11d0-4172-aac3-0e67af430f42=Assignment(partitions=[test1-6, test1-7])}
2024-06-22 11:04:48.400 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully synced group in generation Generation{generationId=44, memberId='consumer-Topics-4-13cc9ffa-11d0-4172-aac3-0e67af430f42', protocol='range'}
2024-06-22 11:04:48.400 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=44, memberId='consumer-Topics-3-b6edc964-70d3-48a4-8c04-b9848442fbcd', protocol='range'}
2024-06-22 11:04:48.400 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=44, memberId='consumer-Topics-2-2ba8a8cd-72fe-4b38-866a-252b13538e6c', protocol='range'}
2024-06-22 11:04:48.400 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7])
2024-06-22 11:04:48.400 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Adding newly assigned partitions: test1-6, test1-7
2024-06-22 11:04:48.400 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5])
2024-06-22 11:04:48.400 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-5, test1-4, test1-3
2024-06-22 11:04:48.400 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2])
2024-06-22 11:04:48.400 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1
2024-06-22 11:04:48.401 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:48.401 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:48.401 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:48.401 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7]
2024-06-22 11:04:48.402 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:48.402 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:48.402 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:48.402 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:48.402 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-5, test1-4, test1-3]
2024-06-22 11:04:48.402 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:04:48.402 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1]
2024-06-22 11:06:15.392 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 11:06:15.419 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 11:06:15.437 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish.
2024-06-22 11:06:15.818 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 11:06:15.869 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 11:06:15.957 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish.
2024-06-22 11:06:15.969 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Revoke previously assigned partitions test1-5, test1-4, test1-3
2024-06-22 11:06:15.969 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Revoke previously assigned partitions test1-0, test1-2, test1-1
2024-06-22 11:06:15.969 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-5, test1-4, test1-3]
2024-06-22 11:06:15.969 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1]
2024-06-22 11:06:15.969 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Member consumer-Topics-3-b6edc964-70d3-48a4-8c04-b9848442fbcd sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 11:06:15.969 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Member consumer-Topics-2-2ba8a8cd-72fe-4b38-866a-252b13538e6c sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 11:06:15.969 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Revoke previously assigned partitions test1-6, test1-7
2024-06-22 11:06:15.970 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7]
2024-06-22 11:06:15.970 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 11:06:15.970 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1042 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Member consumer-Topics-4-13cc9ffa-11d0-4172-aac3-0e67af430f42 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
2024-06-22 11:06:15.970 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 11:06:15.970 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:1074 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Unsubscribed all topics or patterns and assigned partitions
2024-06-22 11:06:15.971 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 11:06:15.972 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 11:06:15.972 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 11:06:15.972 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 11:06:15.972 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 11:06:15.972 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 11:06:15.973 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-4 unregistered
2024-06-22 11:06:15.973 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-3 unregistered
2024-06-22 11:06:15.974 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 11:06:15.974 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 11:06:15.974 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed
2024-06-22 11:06:15.974 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2024-06-22 11:06:15.975 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed
2024-06-22 11:06:15.975 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.consumer for consumer-Topics-2 unregistered
2024-06-22 11:06:15.975 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped
2024-06-22 11:06:15.976 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 11:06:15.976 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 11:06:15.976 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped
2024-06-22 11:06:16.136 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-06-22 11:06:16.140 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-06-22 11:06:23.352 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 7440 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB)
2024-06-22 11:06:23.353 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23
2024-06-22 11:06:23.354 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default"
2024-06-22 11:06:23.822 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 11:06:23.823 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 11:06:23.844 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-06-22 11:06:24.080 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$a04ce44a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:06:24.157 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:06:24.159 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:06:24.160 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:06:24.172 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:06:24.201 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:06:24.205 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-06-22 11:06:24.402 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http)
2024-06-22 11:06:24.409 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-06-22 11:06:24.410 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68]
2024-06-22 11:06:24.501 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-06-22 11:06:24.501 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1118 ms
2024-06-22 11:06:25.076 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-06-22 11:06:25.388 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-06-22 11:06:25.394 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event
2024-06-22 11:06:25.408 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters:
2024-06-22 11:06:25.446 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1
2024-06-22 11:06:25.460 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Partitions-1
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 = Partitions
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 11:06:25.512 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 11:06:25.512 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 11:06:25.512 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719025585511
2024-06-22 11:06:25.513 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1
2024-06-22 11:06:25.715 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 11:06:25.716 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 11:06:25.718 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 11:06:25.723 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group
2024-06-22 11:06:25.724 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully joined group with generation Generation{generationId=33, memberId='consumer-Partitions-1-12568344-e741-4a60-8b7e-7d500796ff27', protocol='range'}
2024-06-22 11:06:25.725 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 33: {consumer-Partitions-1-12568344-e741-4a60-8b7e-7d500796ff27=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 11:06:25.728 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=33, memberId='consumer-Partitions-1-12568344-e741-4a60-8b7e-7d500796ff27', protocol='range'}
2024-06-22 11:06:25.728 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])
2024-06-22 11:06:25.730 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3
2024-06-22 11:06:25.735 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:06:25.735 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:06:25.735 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:06:25.735 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:06:25.735 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:06:25.735 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:06:25.735 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:06:25.735 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:06:25.950 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb.......
2024-06-22 11:06:26.007 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~
2024-06-22 11:06:26.619 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-2
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 11:06:26.623 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 11:06:26.623 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 11:06:26.623 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719025586623
2024-06-22 11:06:26.624 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 11:06:26.629 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-3
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 11:06:26.632 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 11:06:26.632 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 11:06:26.632 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719025586632
2024-06-22 11:06:26.632 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 11:06:26.633 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-Topics-4
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = Topics
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]
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 = null
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.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.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
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
2024-06-22 11:06:26.633 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 11:06:26.634 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 11:06:26.634 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 11:06:26.636 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 11:06:26.636 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0
2024-06-22 11:06:26.637 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 11:06:26.637 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130
2024-06-22 11:06:26.637 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1719025586636
2024-06-22 11:06:26.637 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1
2024-06-22 11:06:26.637 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 11:06:26.637 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 11:06:26.640 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: -_fgt10_Qaasj7X7dteScA
2024-06-22 11:06:26.641 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-3, groupId=Topics] (Re-)joining group
2024-06-22 11:06:26.641 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null)
2024-06-22 11:06:26.641 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=46, memberId='consumer-Topics-2-18de85c3-648a-4d81-929a-488cc1c8a6fc', protocol='range'}
2024-06-22 11:06:26.641 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 46: {consumer-Topics-2-18de85c3-648a-4d81-929a-488cc1c8a6fc=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])}
2024-06-22 11:06:26.641 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 11:06:26.642 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:783 - [Consumer clientId=consumer-Topics-2, groupId=Topics] SyncGroup failed: The group began another rebalance. Need to re-join the group. Sent generation was Generation{generationId=46, memberId='consumer-Topics-2-18de85c3-648a-4d81-929a-488cc1c8a6fc', protocol='range'}
2024-06-22 11:06:26.643 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-4, groupId=Topics] (Re-)joining group
2024-06-22 11:06:26.644 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:470 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Rebalance failed.
org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebalancing, so a rejoin is needed.
2024-06-22 11:06:26.644 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Topics-2, groupId=Topics] (Re-)joining group
2024-06-22 11:06:26.645 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully joined group with generation Generation{generationId=47, memberId='consumer-Topics-4-0efb07d2-f9b7-4e67-8dc2-7a7210ee1bad', protocol='range'}
2024-06-22 11:06:26.645 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully joined group with generation Generation{generationId=47, memberId='consumer-Topics-3-fb8f32ab-18b0-4cc9-b400-e9fe49cb4d97', protocol='range'}
2024-06-22 11:06:26.645 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully joined group with generation Generation{generationId=47, memberId='consumer-Topics-2-18de85c3-648a-4d81-929a-488cc1c8a6fc', protocol='range'}
2024-06-22 11:06:26.645 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Finished assignment for group at generation 47: {consumer-Topics-2-18de85c3-648a-4d81-929a-488cc1c8a6fc=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-0efb07d2-f9b7-4e67-8dc2-7a7210ee1bad=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-3-fb8f32ab-18b0-4cc9-b400-e9fe49cb4d97=Assignment(partitions=[test1-3, test1-4, test1-5])}
2024-06-22 11:06:26.646 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Successfully synced group in generation Generation{generationId=47, memberId='consumer-Topics-4-0efb07d2-f9b7-4e67-8dc2-7a7210ee1bad', protocol='range'}
2024-06-22 11:06:26.646 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Successfully synced group in generation Generation{generationId=47, memberId='consumer-Topics-3-fb8f32ab-18b0-4cc9-b400-e9fe49cb4d97', protocol='range'}
2024-06-22 11:06:26.646 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Successfully synced group in generation Generation{generationId=47, memberId='consumer-Topics-2-18de85c3-648a-4d81-929a-488cc1c8a6fc', protocol='range'}
2024-06-22 11:06:26.647 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7])
2024-06-22 11:06:26.647 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-0, test1-1, test1-2])
2024-06-22 11:06:26.647 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5])
2024-06-22 11:06:26.647 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Adding newly assigned partitions: test1-6, test1-7
2024-06-22 11:06:26.647 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Adding newly assigned partitions: test1-0, test1-2, test1-1
2024-06-22 11:06:26.647 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Adding newly assigned partitions: test1-5, test1-4, test1-3
2024-06-22 11:06:26.648 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path ''
2024-06-22 11:06:26.649 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:06:26.649 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:06:26.649 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-6 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:06:26.649 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:06:26.649 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:06:26.649 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Setting offset for partition test1-7 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:06:26.649 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Setting offset for partition test1-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:06:26.649 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=48, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}
2024-06-22 11:06:26.650 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1]
2024-06-22 11:06:26.650 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-5, test1-4, test1-3]
2024-06-22 11:06:26.650 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7]
2024-06-22 11:06:26.806 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672]
2024-06-22 11:06:26.960 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#24fef542:0/SimpleConnection@435a4d2d [delegate=amqp://guest@101.34.243.166:5672/, localPort= 62394]
2024-06-22 11:06:27.609 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.509 seconds (JVM running for 4.959)
2024-06-22 11:06:27.612 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动开始动态启动kafka消费者
2024-06-22 11:31:21.271 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:39 - 过期redis数据captcha_codes:f144e6c7413c4212ac3a295f3b5c0e48
2024-06-22 11:31:21.273 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:41 - pattern:[95, 95, 107, 101, 121, 101, 118, 101, 110, 116, 64, 42, 95, 95, 58, 101, 120, 112, 105, 114, 101, 100]
2024-06-22 11:31:21.273 [container-2] INFO com.muyu.event.redis.RedisKeyExpirationListener:43 - 过期redis数据captcha_codes:f144e6c7413c4212ac3a295f3b5c0e48